warzone2100/lib/exceptionhandler/Makefile.am

20 lines
439 B
Makefile

AM_CPPFLAGS = $(WZ_CPPFLAGS) $(QT4_CFLAGS)
AM_CFLAGS = $(WZ_CFLAGS) $(WZ_C99FLAGS)
AM_CXXFLAGS = $(WZ_CXXFLAGS) $(QT4_CFLAGS)
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.cpp
if MINGW32
libexceptionhandler_a_SOURCES += exchndl.cpp
endif