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

28 lines
775 B

INCLUDES= -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes)
METASOURCES = AUTO
bin_PROGRAMS = klines
klines_SOURCES = prompt.cpp mwidget.cpp linesboard.cpp field.cpp cell.cpp \
ballpainter.cpp klines.cpp main.cpp prefs.kcfgc
klines_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
klines_LDADD = $(LIB_TDEGAMES)
klines_DEPENDENCIES = $(LIB_TDEGAMES_DEP)
picsdir = $(kde_datadir)/klines/
pics_DATA = balls.jpg field.jpg fire.jpg
xdg_apps_DATA = klines.desktop
kde_kcfg_DATA = klines.kcfg
EXTRA_DIST = $(pics_DATA)
KDE_ICON = klines
rcdir = $(kde_datadir)/klines
rc_DATA = klinesui.rc
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/klines.pot;