File: Makefile.am

package info (click to toggle)
idzebra 2.0.59-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 10,144 kB
  • ctags: 4,768
  • sloc: ansic: 55,118; xml: 26,965; sh: 12,764; makefile: 1,140; perl: 210; tcl: 64
file content (41 lines) | stat: -rw-r--r-- 1,052 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41

noinst_LTLIBRARIES = libidzebra-util.la

check_PROGRAMS = tstcharmap tstflock tstlockscope tstpass tstres test_strmap

TESTS = $(check_PROGRAMS)

bin_SCRIPTS = idzebra-config-2.0 idzebra-abs2dom

EXTRA_DIST = tstcharmap.chr emptycharmap.chr tstpass.txt tstres.cfg mk_version.tcl idzebra-abs2dom

DISTCLEANFILES = idzebra-config-2.0

AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) -DDEFAULT_PROFILE_PATH=\"$(pkgdatadir)/tab\"
LDADD = libidzebra-util.la $(YAZLALIB)

libidzebra_util_la_SOURCES = version.c zint.c res.c charmap.c zebramap.c \
 passwddb.c zebra-lock.c dirent.c xpath.c atoi_zn.c snippet.c flock.c \
 attrfind.c exit.c it_key.c su_codec.c strmap.c

tstpass_SOURCES = tstpass.c
tstpass_LDADD = $(LDADD) -lcrypt

tstcharmap_SOURCES = tstcharmap.c

tstflock_SOURCES = tstflock.c
tstflock_LDADD = $(LDADD) -lpthread

tstlockscope_SOURCES = tstlockscope.c
tstlockscope_LDADD = $(LDADD) -lpthread

tstres_SOURCES = tstres.c

test_strmap_SOURCES = test_strmap.c

clean-local:
	-rm -rf *.LCK 
	-rm -rf *.log 
	-rm -rf *.mf 
	-rm -rf tstflock.out