File: Makefile.am

package info (click to toggle)
amsn 0.98.3-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 33,876 kB
  • ctags: 10,292
  • sloc: tcl: 117,923; ansic: 32,173; cpp: 17,387; xml: 6,643; objc: 1,251; sh: 667; makefile: 544; perl: 215; python: 126
file content (14 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

AUTOMAKE_OPTIONS = foreign 

aio_example_sources = aio_example.c

INCLUDES = -I$(top_builddir)/include/aio -I$(top_srcdir)/include
aio_example_LDADD = ../src/libaio.la ../src/plugins/oss/libaio_oss.la ../src/plugins/alsa/libaio_alsa.la
check_PROGRAMS = aio_example
aio_example_SOURCES = $(aio_example_sources)
aio_example_PROGRAM = aio_example
TESTS = $(check_PROGRAMS)
bin_PROGRAMS= aio_example
debug:
	$(MAKE) all CFLAGS="@DEBUG@"