You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adept/adept/adept/Makefile.am

36 lines
1.3 KiB

noinst_LTLIBRARIES = libadept.la
libadept_la_SOURCES = changelog.cpp\
acqprogresswidgetui.ui acqprogress.cpp \
tagchooser.cpp filtersidebarui.ui filtersidebar.cpp \
application.cpp \
tagfilterui.ui tagfilter.cpp taglist.cpp \
packageinfoui.ui packageinfo.cpp \
commitprogressui.ui commitprogress.cpp \
progress.cpp \
sourceseditorui.ui sourceseditor.cpp \
acqprogresswidget.cpp dpkgpm.cpp \
dpkgpm-gui.cpp \
extendablelist.cpp \
desktopentryui.ui desktoplist.cpp \
groupeddesktopselector.cpp \
packagedetailsui.ui packagedetails.cpp view.cpp \
listerextenderui.ui lister.cpp filterlist.cpp \
filterwidget.cpp \
quickfilterui.ui quickfilter.cpp \
statefilterui.ui statefilter.cpp \
easytagfilterui.ui easytagfilter.cpp \
actor.h threadutils.cpp \
installerviewui.ui installerview.cpp
libadept_la_LDFLAGS = -L/usr/lib/debug $(all_libraries)
libadept_la_LIBADD = -lapt-front $(LIBTAGCOLL2_LIBS)
acqprogress.cpp: acqprogress.moc
INCLUDES = -I$(srcdir)/.. -I.. $(all_includes) $(LIBEPT_CFLAGS) $(LIBTAGCOLL2_CFLAGS) $(LIBAPT_FRONT_CFLAGS) $(LIBWIBBLE_CFLAGS)
KDE_CXXFLAGS = $(USE_EXCEPTIONS) -DQT_NO_ASCII_CAST -DQT_NO_CAST_ASCII -DDEFAULT_KONSOLE_HIDDEN=true
METASOURCES = AUTO
messages: rc.cpp
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/libept.pot