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

45 lines
1.6 KiB

# set the include path for X, qt and KDE
INCLUDES = $(all_includes) $(LIBBEAGLE_CFLAGS) $(GLIB_CFLAGS)
# these are the headers for your project
noinst_HEADERS = kerryapp.h searchdlg.h hitwidget.h kwidgetlistbox.h beaglesearch.h dcopinterface.h kerrylabel.h query.h
KDE_OPTIONS = nofinal
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(EXTRACTRC) *.ui >> rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kerry.pot
#########################################################################
# APPLICATION SECTION
#########################################################################
# this is the program that gets installed. it's name is used for all
# of the other Makefile.am variables
bin_PROGRAMS =
lib_LTLIBRARIES =
kdeinit_LTLIBRARIES = kerry.la
# the application source, library search path, and link libraries
kerry_la_SOURCES = main.cpp beaglesearch.cpp kerryapp.cpp searchdlg.cpp searchdlg_layout.ui \
hitwidget_layout.ui hitwidget.cpp kwidgetlistbox.cpp \
dcopinterface.skel dcopinterface.stub kerrylabel.cpp query.cpp
kerry_la_LDFLAGS = -Wl,-export-dynamic $(KDE_RPATH) $(all_libraries) -module $(KDE_PLUGIN) $(GLIB_LDFLAGS) $(LIBBEAGLE_LDFLAGS)
kerry_la_LIBADD = -lkio -lkonq $(LIB_KDEUI) $(LIBBEAGLE_LIBADD) $(GLIB_LIBADD) $(LIB_KABC)
autostartdir = $(datadir)/autostart
autostart_DATA = kerry.autostart.desktop beagled.desktop
shutdowndir = $(prefix)/bin
shutdown_SCRIPTS = beagled-shutdown
xdg_apps_DATA = kerry.desktop
kerry_anim_datadir = $(datadir)/apps/kerry
kerry_anim_data_DATA = search-running.mng
SUBDIRS=kcm icons