source: projects/synaptic/trunk/common/Makefile.am @ 280

Revision 280, 1020 bytes checked in by yasumichi, 15 years ago (diff)

first import

Line 
1
2
3noinst_LIBRARIES = libsynaptic.a
4
5INCLUDES = -I/usr/include/apt-pkg @RPM_HDRS@ @DEB_HDRS@ @PACKAGE_CFLAGS@ \
6        $(LIBTAGCOLL_CFLAGS) \
7        -DSYNAPTICLOCALEDIR=\""$(synapticlocaledir)"\" \
8        -DSYNAPTICSTATEDIR=\""$(localstatedir)"\"
9
10libsynaptic_a_SOURCES =\
11        pkg_acqfile.cc\
12        pkg_acqfile.h\
13        rconfiguration.cc\
14        rconfiguration.h\
15        rswig.h\
16        rswig.cc\
17        rinstallprogress.cc\
18        rinstallprogress.h\
19        rpackage.cc\
20        rpackage.h\
21        rpackagecache.cc\
22        rpackagecache.h\
23        rpackagefilter.cc\
24        rpackagefilter.h\
25        rpackagelister.cc\
26        rpackagelister.h\
27        rpackagemanager.h\
28        rpackageview.cc\
29        rpackageview.h\
30        rcdscanner.cc\
31        rcdscanner.h\
32        indexcopy.cc\
33        indexcopy.h\
34        rpmindexcopy.cc \
35        rpmindexcopy.h \
36        raptoptions.cc \
37        raptoptions.h\
38        rsources.cc \
39        rsources.h \
40        rcacheactor.cc \
41        rcacheactor.h \
42        rpackagelistactor.cc \
43        rpackagelistactor.h \
44        rtagcollbuilder.cc \
45        rtagcollbuilder.h \
46        i18n.h \
47        sections_trans.h \
48        rtagcollfilter.cc \
49        rtagcollfilter.h \
50        ruserdialog.h \
51        ruserdialog.cc \
52        sections_trans.h \
53        sections_trans.cc
54
55
Note: See TracBrowser for help on using the repository browser.