File: Makefile.am

package info (click to toggle)
littlewizard 1.2.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 3,400 kB
  • ctags: 1,127
  • sloc: sh: 9,388; cpp: 7,685; xml: 420; makefile: 384; awk: 40; ansic: 38
file content (36 lines) | stat: -rw-r--r-- 522 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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
## Process this file with automake to produce Makefile.in

INCLUDES = \
	$(PACKAGE_CFLAGS)

AM_CXXFLAGS =\
	$(xml_CFLAGS) -I../include\
	 -Wall\
	 -g

lib_LTLIBRARIES = liblw.la

liblw_la_LIBADD =  \
	$(PACKAGE_LIBS)\
	$(xml_LIBS)\
	$(INTLLIBS)

liblw_la_SOURCES = \
		board.cc\
		boardset.cc\
		command.cc\
		environment.cc\
		message.cc\
		paritycommand.cc\
		piece.cc\
		pixmap.cc\
		pixmapset.cc\
		program.cc\
		project.cc\
		row.cc\
		symbol.cc\
		value.cc\
		variable.cc\
		wizard.cc\
		interpreter.cc\
		parser.cc