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.
24 lines
977 B
24 lines
977 B
15 years ago
|
APPSDIR = $(kde_appsdir)/Games/TacticStrategy
|
||
|
|
||
|
SUBDIRS=levels data images
|
||
|
|
||
|
bin_PROGRAMS = ksokoban
|
||
|
ksokoban_SOURCES = Bookmark.cpp History.cpp HtmlPrinter.cpp ImageData.cpp InternalCollections.cpp LevelCollection.cpp LevelMap.cpp MainWindow.cpp Map.cpp MapDelta.cpp ModalLabel.cpp Move.cpp MoveSequence.cpp PathFinder.cpp PlayField.cpp StaticImage.cpp main.cpp
|
||
|
ksokoban_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||
|
ksokoban_LDADD = $(LIB_KIO)
|
||
|
|
||
|
noinst_HEADERS = Bookmark.h History.h HtmlPrinter.h ImageData.h InternalCollections.h LevelCollection.h LevelMap.h MainWindow.h Map.h MapDelta.h ModalLabel.h Move.h MoveSequence.h PathFinder.h PlayField.h Queue.h StaticImage.h
|
||
|
|
||
|
METASOURCES= MainWindow.moc ModalLabel.moc PlayField.moc
|
||
|
|
||
|
INCLUDES = $(all_includes)
|
||
|
|
||
|
EXTRA_DIST=AUTHORS NEWS README TODO
|
||
|
|
||
|
# we need theese deps for the automatic generation of other deps
|
||
|
StaticImage.o: images/data.c
|
||
|
InternalCollections.o: levels/data.c
|
||
|
|
||
|
messages:
|
||
|
$(XGETTEXT) *.cpp -o $(podir)/ksokoban.pot
|