File: Makefile.am

package info (click to toggle)
emcast 0.3.2-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 1,560 kB
  • ctags: 898
  • sloc: sh: 9,187; ansic: 7,234; perl: 731; makefile: 168
file content (15 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Process this file with automake to produce Makefile.in

@SET_MAKE@


INCLUDES = -I$(top_srcdir)/src

TESTS = test-emcast

noinst_PROGRAMS = $(TESTS)
EXTRA_DIST = brutal runtest runtests log2summary \
	cases/*joiner* cases/simple_create*

test_emcast_SOURCE = test-emcast.c
test_emcast_LDADD = $(top_builddir)/src/libemcast.la