mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-12 06:11:37 +00:00
which had none previously. They all run tests/true (added as well), just to automatically catch any total b0rkage errors. Also fixed up filter_stderr_basic to account for changes to startup message; my changes from yesterday broke all the --stable tests. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1179
19 lines
475 B
Makefile
19 lines
475 B
Makefile
|
|
SUBDIRS = . docs tests
|
|
|
|
CFLAGS = $(WERROR) -DVG_LIBDIR="\"$(libdir)"\" \
|
|
-Winline -Wall -Wshadow -O -fomit-frame-pointer @PREFERRED_STACK_BOUNDARY@ -g
|
|
|
|
valdir = $(libdir)/valgrind
|
|
|
|
INCLUDES = -I$(top_srcdir)/include
|
|
|
|
val_PROGRAMS = vgskin_lackey.so
|
|
|
|
vgskin_lackey_so_SOURCES = lk_main.c
|
|
vgskin_lackey_so_LDFLAGS = -shared
|
|
|
|
##vgskin_lackey.so$(EXEEXT): $(vgskin_lackey_so_OBJECTS)
|
|
## $(CC) $(CFLAGS) $(LDFLAGS) -shared -o vgskin_lackey.so \
|
|
## $(vgskin_lackey_so_OBJECTS)
|