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

48 lines
1.5 KiB

## Makefile.am for bookreader
# this is the program that gets installed. it's name is used for all
# of the other Makefile.am variables
bin_PROGRAMS = bookreader bookreader_client
# set the include path for X, qt and KDE
INCLUDES = $(all_includes)
# the library search path.
bookreader_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
# the libraries to link against.
bookreader_LDADD = $(LIB_TDEFILE) $(LIB_TDEPRINT)
# which sources should be compiled for bookreader
bookreader_SOURCES = main.cpp bookreader.cpp bookreaderiface.skel \
bookwidget.cpp theme.cpp settings.kcfgc settingsdlg.ui renderer.cpp bookmark.cpp \
bookmarksdlg.cpp
# these are the headers for your project
noinst_HEADERS = bookreader.h bookwidget.h theme.h renderer.h bookmark.h \
bookmarksdlg.h
# client stuff
bookreader_client_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
bookreader_client_LDADD = $(LIB_TDECORE)
bookreader_client_SOURCES = bookreader_client.cpp
kde_kcfg_DATA = bookreader.kcfg
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/bookreader.pot
KDE_ICON = AUTO
# this is where the kdelnk file will go
kdelnkdir = $(kde_appsdir)/Office
kdelnk_DATA = bookreader.desktop
# this is where the XML-GUI resource file goes
rcdir = $(kde_datadir)/bookreader
rc_DATA = bookreaderui.rc