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.
kbiff/kbiff/Makefile.am

39 lines
1.2 KiB

# 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_TQT) $(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