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

35 lines
934 B

INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes)
noinst_HEADERS = game.h rattler.h board.h bitmaps.h \
level.h ball.h snake.h basket.h startroom.h \
pixServer.h progress.h levels.h view.h version.h
ksnake_SOURCES = game.cpp rattler.cpp board.cpp level.cpp ball.cpp \
snake.cpp basket.cpp startroom.cpp \
pixServer.cpp progress.cpp levels.cpp\
view.cpp main.cpp settings.kcfgc appearance.ui general.ui
ksnake_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
ksnake_LDADD = $(LIB_TDEUI) $(LIB_TDEGAMES) -lm
ksnake_DEPENDENCIES = $(LIB_TDEGAMES_DEP)
METASOURCES = AUTO
bin_PROGRAMS = ksnake
######### build rules ################
xdg_apps_DATA = ksnake.desktop
kde_kcfg_DATA = ksnake.kcfg
KDE_ICON = ksnake
SUBDIRS = data
rcdir = $(kde_datadir)/ksnake
rc_DATA = ksnakeui.rc
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/ksnake.pot