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.
30 lines
999 B
30 lines
999 B
|
|
noinst_LTLIBRARIES = libkgame.la
|
|
|
|
# compile-order doesn't matter here but maybe we will split these section soon
|
|
|
|
KGAME = kgame.cpp kplayer.cpp kgamenetwork.cpp kgameproperty.cpp \
|
|
kgamemessage.cpp kgameio.cpp kgameprocess.cpp kgamechat.cpp \
|
|
kgamepropertyhandler.cpp kgameerror.cpp kgamesequence.cpp
|
|
KGAME_H = kgame.h kplayer.h kgamenetwork.h kgameproperty.h kgamemessage.h \
|
|
kgameio.h kgameprocess.h kgamepropertyarray.h \
|
|
kgamepropertylist.h kgamechat.h kgamepropertyhandler.h \
|
|
kgameerror.h kgamesequence.h kgameversion.h
|
|
|
|
KMESSAGE = kmessageio.cpp kmessageserver.cpp kmessageclient.cpp
|
|
KMESSAGE_H = kmessageio.h kmessageserver.h kmessageclient.h
|
|
|
|
libkgameincludedir=$(includedir)/kgame
|
|
libkgame_la_SOURCES = $(KMESSAGE) $(KGAME)
|
|
|
|
libkgameinclude_HEADERS = $(KMESSAGE_H) $(KGAME_H)
|
|
|
|
INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
SUBDIRS = . dialogs
|
|
|
|
messages:
|
|
# $(XGETTEXT) `find . -name \*.h -o -name \*.cpp -o -name \*.cc` -o $(podir)/libtdegames.pot
|
|
|