File: Makefile.am

package info (click to toggle)
wbxml2 0.9.2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,712 kB
  • ctags: 2,793
  • sloc: ansic: 21,545; makefile: 134; cpp: 7; sh: 6
file content (47 lines) | stat: -rw-r--r-- 919 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
40
41
42
43
44
45
46
47
##  Process this file with automake to produce Makefile.in

INCLUDES =\
	 -I. -I../src -I/usr/include

CFLAGS =\
	 -DHAVE_CONFIG_H\
	 -DHAVE_EXPAT\
	 -D_REENTRANT\
	 -DWBXML_ENCODER_USE_STRTBL\
	 -DWBXML_SUPPORT_WML\
	 -DWBXML_SUPPORT_WTA\
	 -DWBXML_SUPPORT_SI\
	 -DWBXML_SUPPORT_SL\
	 -DWBXML_SUPPORT_CO\
	 -DWBXML_SUPPORT_PROV\
	 -DWBXML_SUPPORT_EMN\
	 -DWBXML_SUPPORT_DRMREL\
	 -DWBXML_SUPPORT_OTA_SETTINGS\
	 -DWBXML_SUPPORT_SYNCML\
	 -DWBXML_SUPPORT_WV\
	 -DWBXML_SUPPORT_AIRSYNC\
	 -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes\
	 -O3\
	 -g

bin_PROGRAMS = wbxml2xml xml2wbxml

wbxml2xml_SOURCES = \
	wbxml2xml_tool.c\
	attgetopt.c

xml2wbxml_SOURCES = \
	xml2wbxml_tool.c\
	attgetopt.c

noinst_HEADERS = \
	getopt.h

wbxml2xml_LDADD = \
	../src/libwbxml2.la

xml2wbxml_LDFLAGS = \
	-lexpat

xml2wbxml_LDADD = \
	../src/libwbxml2.la