File: Makefile.am

package info (click to toggle)
libchipcard2 2.1.9-2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 7,052 kB
  • ctags: 3,761
  • sloc: ansic: 53,628; xml: 11,689; sh: 8,909; makefile: 1,394; cpp: 400
file content (39 lines) | stat: -rw-r--r-- 981 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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
INCLUDES=@all_includes@

EXTRA_DIST=README examplecard.xml tutorials.h

if IS_WINDOWS
  CLIENT_LIB=-lchipcard2c32_$(LIBCHIPCARD_SO_EFFECTIVE)
else
  CLIENT_LIB=-lchipcard2c
endif

noinst_PROGRAMS=\
 tutorial1a tutorial1b tutorial1c \
 tutorial2 \
 tutorial3


appdatadir=@libchipcard2c_config_am@/apps
appdata_DATA=examplecard.xml

noinst_HEADERS=examplecard.h examplecard_p.h

tutorial1a_SOURCES=tutorial1a.c
tutorial1a_LDADD=-L../src/lib/chipcard2-client $(CLIENT_LIB) @gwenhywfar_libs@

tutorial1b_SOURCES=tutorial1b.c
tutorial1b_LDADD=-L../src/lib/chipcard2-client $(CLIENT_LIB) @gwenhywfar_libs@

tutorial1c_SOURCES=tutorial1c.c
tutorial1c_LDADD=-L../src/lib/chipcard2-client $(CLIENT_LIB) @gwenhywfar_libs@

tutorial2_SOURCES=tutorial2.c
tutorial2_LDADD=-L../src/lib/chipcard2-client $(CLIENT_LIB) @gwenhywfar_libs@

tutorial3_SOURCES=tutorial3.c examplecard.c
tutorial3_LDADD=-L../src/lib/chipcard2-client $(CLIENT_LIB) @gwenhywfar_libs@


MAINTAINERCLEANFILES=Makefile.in