Forgot to push these changes for commit 372eff6693

master
vexed 2013-02-17 20:38:49 -05:00
parent 372eff6693
commit e397b24d47
3 changed files with 5 additions and 8 deletions

View File

@ -9,9 +9,6 @@ MOCEDFILES = $(MOCHEADER:%.h=%_moc.cpp)
%_moc.cpp: %.h
$(MOC4) -o $@ $<
BUILT_SOURCES = \
resource_parser.h \
strres_parser.h
CLEANFILES = \
$(MOCEDFILES)
@ -44,9 +41,11 @@ noinst_HEADERS = \
physfs_ext.h \
rational.h \
resly.h \
resource_parser.h \
stdio_ext.h \
string_ext.h \
strres.h \
strres_parser.h \
strresly.h \
treap.h \
trig.h \

View File

@ -2,13 +2,12 @@ AM_CPPFLAGS = -DYY_NO_INPUT $(SDL_CFLAGS) $(WZ_CPPFLAGS) $(QT4_CFLAGS)
AM_CFLAGS = $(WZ_CFLAGS)
AM_CXXFLAGS = $(WZ_CXXFLAGS) $(QT4_CFLAGS)
BUILT_SOURCES = \
audp_parser.h
noinst_LIBRARIES = libgamelib.a
noinst_HEADERS = \
anim.h \
animobj.h \
audp_parser.h \
gtime.h \
hashtable.h \
parser.h

View File

@ -2,12 +2,10 @@ AM_CPPFLAGS = -DYY_NO_INPUT $(WZ_CPPFLAGS) $(QT4_CFLAGS)
AM_CFLAGS = $(WZ_CFLAGS)
AM_CXXFLAGS = $(WZ_CXXFLAGS) $(QT4_CFLAGS)
BUILT_SOURCES = \
chat_parser.h \
script_parser.h
noinst_LIBRARIES = libscript.a
noinst_HEADERS = \
chat_parser.h \
chat_processing.h \
codeprint.h \
event.h \
@ -15,6 +13,7 @@ noinst_HEADERS = \
interpreter.h \
parse.h \
script.h \
script_parser.h \
stack.h
libscript_a_SOURCES = \