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.
27 lines
791 B
27 lines
791 B
SUBDIRS = . sprites sounds
|
|
|
|
INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
bin_PROGRAMS = kasteroids
|
|
kasteroids_SOURCES = main.cpp view.cpp ledmeter.cpp toplevel.cpp settings.kcfgc
|
|
kasteroids_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
|
kasteroids_LDADD = $(LIB_TDEGAMES) -lsoundserver_idl -lqtmcop
|
|
kasteroids_DEPENDENCIES = $(LIB_TDEGAMES_DEP)
|
|
|
|
picsdir = $(kde_datadir)/kasteroids/sprites
|
|
pics_DATA = bg.png
|
|
|
|
xdg_apps_DATA = kasteroids.desktop
|
|
kde_kcfg_DATA = kasteroids.kcfg
|
|
|
|
EXTRA_DIST = $(pics_DATA)
|
|
KDE_ICON = kasteroids
|
|
|
|
rcdir = $(kde_datadir)/kasteroids
|
|
rc_DATA = kasteroidsui.rc
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kasteroids.pot
|
|
|