File: Makefile.am

package info (click to toggle)
teg 0.11.2%2Bdebian-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 11,484 kB
  • ctags: 7,108
  • sloc: ansic: 16,775; sh: 8,559; python: 1,442; xml: 490; makefile: 385
file content (31 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (4)
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
## Process this file with automake to produce Makefile.in

INCLUDES = -I../intl				\
	@TEG_COMMONLIBS_CFLAGS@ \
	@XML_CFLAGS@

noinst_LIBRARIES = libtegcommon.a

## Above, note -I../intl instead of -I$(top_srdir/intl) is deliberate.

libtegcommon_a_SOURCES = 	\
	all.h			\
	net.c net.h		\
	share.c	share.h		\
	fcintl.h		\
	protocol.h		\
	common.c common.h	\
	parser.c parser.h	\
	tegdebug.h		\
	version.h		\
	support.c support.h	\
	tarjeta.c tarjeta.h	\
	country.c country.h	\
	limitrof.h		\
	cont.c cont.h		\
	missions.c missions.h	\
	pactos.c pactos.h	\
	stats.c stats.h		\
	scores.c scores.h 	\
	my_inet_ntop.c my_inet_ntop.h	\
	xml_support.c xml_support.h