annotate system/Makefile.am @ 22:759202cf1756

Use automake
author thib
date Sat, 01 Nov 2008 21:14:12 +0000
parents
children 2110e0cf64ac
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
759202cf1756 Use automake
thib
parents:
diff changeset
1 noinst_LIBRARIES = libsystem.a
759202cf1756 Use automake
thib
parents:
diff changeset
2 libsystem_a_SOURCES = file.cc system_config.cc file.h file_impl.h system_config.h
759202cf1756 Use automake
thib
parents:
diff changeset
3
759202cf1756 Use automake
thib
parents:
diff changeset
4 #bin_PROGRAMS = visarc
759202cf1756 Use automake
thib
parents:
diff changeset
5 #visarc_SOURCES = visarc.cc
759202cf1756 Use automake
thib
parents:
diff changeset
6 #visarc_LDADD = libsystem.a
759202cf1756 Use automake
thib
parents:
diff changeset
7
759202cf1756 Use automake
thib
parents:
diff changeset
8 AM_CPPFLAGS = @CFLAGS@ @DEFS@
759202cf1756 Use automake
thib
parents:
diff changeset
9
759202cf1756 Use automake
thib
parents:
diff changeset
10 LDADD = @LDFLAGS@ @LIBS@
759202cf1756 Use automake
thib
parents:
diff changeset
11
759202cf1756 Use automake
thib
parents:
diff changeset
12