Mercurial > otakunoraifu
annotate system/Makefile.am @ 72:f9eb96a4cce0
Register all (?) commands, to help finding non-implemented ones in game.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 02 Apr 2011 02:05:27 +0200 |
parents | 2110e0cf64ac |
children |
rev | line source |
---|---|
22 | 1 noinst_LIBRARIES = libsystem.a |
2 libsystem_a_SOURCES = file.cc system_config.cc file.h file_impl.h system_config.h | |
3 | |
25 | 4 bin_PROGRAMS = $(VISARC) |
5 EXTRA_PROGRAMS = visarc | |
6 | |
7 visarc_SOURCES = visarc.cc | |
8 visarc_LDADD = libsystem.a | |
22 | 9 |
10 AM_CPPFLAGS = @CFLAGS@ @DEFS@ | |
11 | |
12 LDADD = @LDFLAGS@ @LIBS@ | |
13 | |
14 |