view system/Makefile.am @ 38:658272d883ed

* Support (more or less) button style selects (fuuko's ones) * Strip text objects from strings (may support object text objects later)
author thib
date Tue, 17 Mar 2009 20:35:08 +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@