File: Makefile.am

package info (click to toggle)
grcompiler 4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,076 kB
  • ctags: 5,163
  • sloc: cpp: 45,565; sh: 4,451; ansic: 4,377; makefile: 185; xml: 175; perl: 127
file content (17 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (7)
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