[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
avfs 1.1.4-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,756 kB
  • sloc: ansic: 30,979; sh: 6,276; perl: 1,916; makefile: 348
file content (15 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
noinst_PROGRAMS = runtest testread 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

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