mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 04:55:52 +00:00
directory from the source tree. This resolves bug 83040. Based on patch from Ralf Wildenhues <Ralf.Wildenhues@gmx.de>. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2450
20 lines
498 B
Makefile
20 lines
498 B
Makefile
|
|
AM_CPPFLAGS = -I$(top_builddir)/coregrind -I$(top_srcdir)/coregrind \
|
|
-I$(top_builddir)/include -I$(top_srcdir)/include
|
|
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -O -fomit-frame-pointer -g
|
|
|
|
noinst_HEADERS = \
|
|
ansidecl.h \
|
|
dyn-string.h \
|
|
demangle.h \
|
|
safe-ctype.h
|
|
|
|
noinst_LIBRARIES = libdemangle.a
|
|
|
|
libdemangle_a_SOURCES = \
|
|
cp-demangle.c cplus-dem.c dyn-string.c safe-ctype.c
|
|
|
|
cp-demangle.o: CFLAGS += -Wno-unused -Wno-shadow
|
|
cplus-dem.o: CFLAGS += -Wno-unused
|
|
|