comparison system/Makefile.am @ 22:759202cf1756

Use automake
author thib
date Sat, 01 Nov 2008 21:14:12 +0000
parents
children 2110e0cf64ac
comparison
equal deleted inserted replaced
21:d1bb7b365816 22:759202cf1756
1 noinst_LIBRARIES = libsystem.a
2 libsystem_a_SOURCES = file.cc system_config.cc file.h file_impl.h system_config.h
3
4 #bin_PROGRAMS = visarc
5 #visarc_SOURCES = visarc.cc
6 #visarc_LDADD = libsystem.a
7
8 AM_CPPFLAGS = @CFLAGS@ @DEFS@
9
10 LDADD = @LDFLAGS@ @LIBS@
11
12