Mercurial > otakunoraifu
annotate scn2k/Makefile.am @ 55:f1a27ee7e03c
* started the same changes on scn2k_text.cc
* handle opcodes childObj*. In fact, it was handled (in a strange way, but it worked) before the previous changeset
author | thib |
---|---|
date | Wed, 22 Apr 2009 15:01:42 +0000 |
parents | d7cde171a1de |
children | c7bcc0ec2267 |
rev | line source |
---|---|
22 | 1 noinst_LIBRARIES = libscn2k.a |
2 libscn2k_a_SOURCES = scn2k_cmd.cc scn2k_text.cc scn2k_grp.cc scn2k_impl.cc \ | |
54
d7cde171a1de
* scn2k_grp.cc now handles commands in a cleanier way \o/
thib
parents:
28
diff
changeset
|
3 command_handler.cc \ |
22 | 4 scn2k.h scn2k_impl.h |
5 | |
28
f1f22bfc4496
* Allow the building of scn2kdump by typing "make scn2kdump" in scn2k/
thib
parents:
22
diff
changeset
|
6 EXTRA_PROGRAMS = scn2kdump |
f1f22bfc4496
* Allow the building of scn2kdump by typing "make scn2kdump" in scn2k/
thib
parents:
22
diff
changeset
|
7 |
f1f22bfc4496
* Allow the building of scn2kdump by typing "make scn2kdump" in scn2k/
thib
parents:
22
diff
changeset
|
8 scn2kdump_SOURCES = scn2kdump.cc |
f1f22bfc4496
* Allow the building of scn2kdump by typing "make scn2kdump" in scn2k/
thib
parents:
22
diff
changeset
|
9 scn2kdump_LDADD = libscn2k.a ../system/libsystem.a |
f1f22bfc4496
* Allow the building of scn2kdump by typing "make scn2kdump" in scn2k/
thib
parents:
22
diff
changeset
|
10 |
22 | 11 INCLUDES = @SDL_CFLAGS@ |
12 | |
13 AM_CPPFLAGS = @CFLAGS@ @DEFS@ | |
14 | |
15 LDADD = @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ -lSDL_mixer @SMPEG_LIBS@ @X_LIBS@ @LIBS@ | |
16 | |
17 |