view system/Makefile.am @ 57:6d9146f56ccf

* Move some opcodes * Merge last changes from xclannad
author Thibaut GIRKA <thib@sitedethib.com>
date Sat, 14 Nov 2009 23:31:51 +0100
parents 2110e0cf64ac
children
line wrap: on
line source

noinst_LIBRARIES = libsystem.a
libsystem_a_SOURCES = file.cc system_config.cc file.h file_impl.h system_config.h

bin_PROGRAMS = $(VISARC)
EXTRA_PROGRAMS = visarc

visarc_SOURCES = visarc.cc
visarc_LDADD = libsystem.a

AM_CPPFLAGS = @CFLAGS@ @DEFS@

LDADD = @LDFLAGS@ @LIBS@