File: Makefile.am

package info (click to toggle)
avfs 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,916 kB
  • sloc: ansic: 31,364; sh: 6,482; perl: 1,916; makefile: 351
file content (19 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
noinst_PROGRAMS = runtest testread testreaddir gzip_multimember_test

AM_CFLAGS = -I$(top_srcdir)/include @CFLAGS@ @CPPFLAGS@

runtest_LDFLAGS = @LDFLAGS@ @LIBS@
runtest_LDADD = ../lib/libavfs_static.la
runtest_SOURCES = runtest.c

testread_LDFLAGS = @LDFLAGS@ @LIBS@
testread_LDADD = ../lib/libavfs_static.la
testread_SOURCES = testread.c

testreaddir_LDFLAGS = @LDFLAGS@ @LIBS@
testreaddir_LDADD = ../lib/libavfs_static.la
testreaddir_SOURCES = testreaddir.c

gzip_multimember_test_LDFLAGS = @LDFLAGS@ @LIBS@
gzip_multimember_test_LDADD = ../lib/libavfs_static.la
gzip_multimember_test_SOURCES = gzip_multimember_test.c