File: Makefile.am

package info (click to toggle)
liboil 0.3.15-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,032 kB
  • ctags: 5,929
  • sloc: ansic: 47,058; xml: 12,229; sh: 8,957; perl: 1,095; asm: 1,072; makefile: 748
file content (20 lines) | stat: -rw-r--r-- 566 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
20

noinst_PROGRAMS = test_functable1

noinst_LTLIBRARIES = libaudioresample.la
#noinst_PROGRAMS = audioresample_test

libaudioresample_la_SOURCES = functable.c resample.c
libaudioresample_la_CFLAGS = $(LIBOIL_CFLAGS) $(GLIB_CFLAGS)

noinst_HEADERS = functable.h resample.h


#audioresample_test_SOURCES = test.c
#audioresample_test_CFLAGS = $(LIBOIL_CFLAGS)
#audioresample_test_LDADD = libaudioresample.la $(LIBOIL_LIBS)

test_functable1_SOURCES = test_functable1.c
test_functable1_CFLAGS = $(LIBOIL_CFLAGS)
test_functable1_LDADD = libaudioresample.la $(LIBOIL_LIBS)