1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
noinst_LIBRARIES = libsynaptic.a
AM_CPPFLAGS = -I/usr/include/apt-pkg @RPM_HDRS@ @DEB_HDRS@ \
$(LIBEPT_CFLAGS) \
-DSYNAPTICLOCALEDIR=\""$(synapticlocaledir)"\" \
-DSYNAPTICSTATEDIR=\""$(localstatedir)"\"
libsynaptic_a_SOURCES =\
pkg_acqfile.cc\
pkg_acqfile.h\
rconfiguration.cc\
rconfiguration.h\
rinstallprogress.cc\
rinstallprogress.h\
rpackage.cc\
rpackage.h\
rpackagestatus.cc\
rpackagestatus.h\
rpackagecache.cc\
rpackagecache.h\
rpackagefilter.cc\
rpackagefilter.h\
rpackagelister.cc\
rpackagelister.h\
rpackageview.cc\
rpackageview.h\
rcdscanner.cc\
rcdscanner.h\
rpmindexcopy.cc \
rpmindexcopy.h \
raptoptions.cc \
raptoptions.h\
rsources.cc \
rsources.h \
rcacheactor.cc \
rcacheactor.h \
rpackagelistactor.cc \
rpackagelistactor.h \
rtagcollbuilder.cc \
rtagcollbuilder.h \
i18n.h \
sections_trans.h \
rtagcollfilter.cc \
rtagcollfilter.h \
ruserdialog.h \
ruserdialog.cc \
sections_trans.h \
sections_trans.cc
|