warzone2100/lib/exceptionhandler/Makefile.am

20 lines
421 B
Makefile

AM_CPPFLAGS = $(SDL_CFLAGS) $(WZ_CPPFLAGS)
AM_CFLAGS = $(WZ_CFLAGS) $(WZ_C99FLAGS)
AM_CXXFLAGS = $(WZ_CXXFLAGS)
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