root/system/Makefile.am

Revision 25:2110e0cf64ac, 277 bytes (checked in by thib, 3 years ago)
* clean littles things in configure.ac * added --with-visarc and --with-nwatowav
Line 
1noinst_LIBRARIES = libsystem.a
2libsystem_a_SOURCES = file.cc system_config.cc file.h file_impl.h system_config.h
3
4bin_PROGRAMS = $(VISARC)
5EXTRA_PROGRAMS = visarc
6
7visarc_SOURCES = visarc.cc
8visarc_LDADD = libsystem.a
9
10AM_CPPFLAGS = @CFLAGS@ @DEFS@
11
12LDADD = @LDFLAGS@ @LIBS@
13
14
Note: See TracBrowser for help on using the browser.