File: Makefile.am

package info (click to toggle)
warzone2100 2.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 104,520 kB
  • ctags: 37,273
  • sloc: ansic: 194,169; yacc: 6,307; sh: 4,753; lex: 1,943; makefile: 1,507; cpp: 836; perl: 139
file content (19 lines) | stat: -rw-r--r-- 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AM_CPPFLAGS = $(SDL_CFLAGS) $(WZ_CPPFLAGS)
AM_CFLAGS = $(WZ_CFLAGS) $(WZ_C99FLAGS)
noinst_LIBRARIES = libexceptionhandler.a
noinst_HEADERS = \
	dumpinfo.h \
	exceptionhandler.h \
	exchndl.h \
	include/coff/internal.h \
	include/demangle.h \
	include/libcoff.h

libexceptionhandler_a_SOURCES = \
	dumpinfo.cpp \
	exceptionhandler.c

if MINGW32
libexceptionhandler_a_SOURCES += exchndl.c
endif