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.
39 lines
1.1 KiB
39 lines
1.1 KiB
|
|
# set the include path for X, qt and KDE
|
|
INCLUDES= $(all_includes)
|
|
# claim, which subdirectories you want to install
|
|
SUBDIRS = data
|
|
|
|
####### This part is very amor specific
|
|
# you can add here more. This one gets installed
|
|
bin_PROGRAMS = amor
|
|
|
|
# Which sources should be compiled for amor.
|
|
amor_SOURCES = amordialog.cpp amor.cpp amorwidget.cpp main.cpp amoranim.cpp amorpm.cpp\
|
|
amorbubble.cpp amorconfig.cpp amortips.cpp AmorIface.skel
|
|
|
|
include_HEADERS = AmorIface.h
|
|
|
|
# the library search path
|
|
amor_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
# the libraries to link against. Be aware of the order. First the libraries,
|
|
# that depend on the following ones.
|
|
amor_LDADD = $(LIB_TDEUI)
|
|
|
|
# this option you can leave out. Just, if you use "make dist", you need it
|
|
noinst_HEADERS = amor.h amorwidget.h amoranim.h amorpm.h amordialog.h\
|
|
amorbubble.h amorconfig.h amortips.h
|
|
|
|
METASOURCES = AUTO
|
|
|
|
messages:
|
|
perl ./preparetips > tips.cpp
|
|
$(XGETTEXT) tips.cpp *.cpp -o $(podir)/amor.pot
|
|
rm -f tips.cpp
|
|
|
|
xdg_apps_DATA = amor.desktop
|
|
|
|
KDE_ICON = amor
|
|
|