File: Makefile.am

package info (click to toggle)
bzflag 2.0.2.20050318
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 20,464 kB
  • ctags: 24,134
  • sloc: cpp: 110,038; ansic: 9,514; sh: 4,105; makefile: 1,922; perl: 280; python: 221; xml: 180; objc: 178; php: 143
file content (16 lines) | stat: -rw-r--r-- 217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS = vc71

bin_PROGRAMS = modeltool

modeltool_SOURCES = \
	modeltool.cxx

modeltool_CPPFLAGS = \
	-I$(top_srcdir)/include

MAINTAINERCLEANFILES = \
	Makefile.in

LDADD = \
	$(top_srcdir)/src/common/libCommon.a