File: Makefile.am

package info (click to toggle)
grcompiler 5.2.1-0.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,968 kB
  • sloc: cpp: 48,199; ansic: 7,670; sh: 4,427; makefile: 197; xml: 190; perl: 127; sed: 21
file content (17 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AM_CPPFLAGS = -DGR_NAMESPACE

noinst_LIBRARIES = libgeneric.a
noinst_HEADERS = \
	GrCommon.h \
	GrConstants.h \
	GrMstypes.h \
	GrDebug.h \
	GrPlatform.h \
	Throwable.h \
	UtilString.h

# libgeneric_a_SOURCES = HashMap.cpp Util.cpp UtilInt.h UtilString.cpp Platform.cpp

libgeneric_a_SOURCES = UtilInt.h Platform.cpp

EXTRA_DIST = UtilString_i.cpp