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.
23 lines
712 B
23 lines
712 B
INCLUDES = $(all_includes)
|
|
|
|
SUBDIRS = pics
|
|
|
|
bin_PROGRAMS = knetstats
|
|
|
|
knetstats_SOURCES = configurebase.ui configure.cpp statisticsbase.ui main.cpp \
|
|
knetstats.cpp knetstatsview.cpp statistics.cpp chart.cpp interface.cpp
|
|
knetstats_LDADD = $(LIB_TDEUI)
|
|
knetstats_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
METASOURCES = configure.moc knetstats.moc knetstatsview.moc statistics.moc
|
|
|
|
# these are the headers for your project
|
|
noinst_HEADERS = chart.h configure.h knetstats.h knetstatsview.h statistics.h \
|
|
interface.h
|
|
|
|
messages: rc.cpp
|
|
$(EXTRACTRC) *.ui >> rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/knetstats.pot
|
|
|
|
KDE_OPTIONS = nofinal
|
|
|