File: Makefile.am

package info (click to toggle)
idzebra 2.2.10-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 10,644 kB
  • sloc: ansic: 54,389; xml: 27,054; sh: 6,211; makefile: 1,099; perl: 210; tcl: 64
file content (19 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AUTOMAKE_OPTIONS = serial-tests

check_PROGRAMS = t1 t2

TESTS = $(check_PROGRAMS)

EXTRA_DIST = zebra.cfg record.abs m1.xml m2.xml m3.xml sample-marc

t1_SOURCES = t1.c
t2_SOURCES = t2.c

AM_CPPFLAGS = -I$(top_srcdir)/include -I$(srcdir)/../api $(YAZINC)

LDADD = ../api/libtestlib.a ../../$(main_zebralib) $(YAZLALIB)

clean-local:
	-rm -f *.LCK
	-rm -f *.log
	-rm -f *.mf