mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 04:55:52 +00:00
- changed lots of Makefile.am files
- changed configure.in
- changed lots of #include lines for changed file names
- changed lots of file headers n footers for changed file names
- changed vg_regtest to handle new directory structure -- recursively
traverses subdirectories for .vgtest test files
- changed lots of paths in memcheck/ regression test expected outputs
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1090
19 lines
481 B
Makefile
19 lines
481 B
Makefile
|
|
SUBDIRS = . tests
|
|
|
|
CFLAGS = $(WERROR) -DVG_LIBDIR="\"$(libdir)"\" \
|
|
-Winline -Wall -Wshadow -O -fomit-frame-pointer @PREFERRED_STACK_BOUNDARY@ -g
|
|
|
|
valdir = $(libdir)/valgrind
|
|
|
|
INCLUDES = -I$(srcdir)/demangle -I$(top_srcdir)/include
|
|
|
|
val_PROGRAMS = vgskin_none.so
|
|
|
|
vgskin_none_so_SOURCES = nl_main.c
|
|
vgskin_none_so_LDFLAGS = -shared
|
|
|
|
##vgskin_none.so$(EXEEXT): $(vgskin_none_so_OBJECTS)
|
|
## $(CC) $(CFLAGS) $(LDFLAGS) -shared -o vgskin_none.so \
|
|
## $(vgskin_none_so_OBJECTS)
|