# just set the variable appsdir = $(kde_appsdir)/Internet apps_DATA = kbiff.desktop # set the include path for X, qt and KDE INCLUDES = $(all_includes) # claim, which subdirectories you want to install SUBDIRS = pics ####### This part is very kbiff specific # you can add here more. This one gets installed bin_PROGRAMS = lib_LTLIBRARIES = tdeinit_LTLIBRARIES = kbiff.la # Which sources should be compiled for kbiff. kbiff_la_SOURCES = setupdlg.cpp kbiff.cpp main.cpp kbiffmonitor.cpp \ notify.cpp kbiffurl.cpp status.cpp kbiffcodec.cpp \ led.cpp kbiffcrypt.cpp version.cpp # the library search path kbiff_la_LDFLAGS = $(all_libraries) -module -avoid-version # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. kbiff_la_LIBADD = $(LIB_KFILE) $(LIB_TDEIO) $(LIB_QT) $(LIB_TDECORE) -lDCOP $(LIB_TDEUI) # this option you can leave out. Just, if you use "make dist", you need it noinst_HEADERS = setupdlg.h kbiff.h kbiffmonitor.h notify.h kbiffurl.h \ status.h kbiffcodec.h led.h version.h METASOURCES = AUTO messages: $(XGETTEXT) *.cpp -o $(podir)/kbiff.pot KDE_ICON = kbiff