view system/Makefile.am @ 56:c7bcc0ec2267

* replaced Grp and Text classes by the TextImpl and GrpImpl ones * splitted scn2k.h into smaller header files * moved some definitions from scn2k_*.cc to the header files * moved opcode implementation to scn2k_*impl.cc
author thib
date Thu, 30 Apr 2009 19:05:09 +0000
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@