ftmemsim-valgrind/none/Makefile.am
Nicholas Nethercote f1689b96db Changed lots of files for the new core/ + skin/ directory structure:
- 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
2002-09-23 11:21:57 +00:00

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)