mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +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
29 lines
628 B
Makefile
29 lines
628 B
Makefile
|
|
|
|
SUBDIRS = . tests docs
|
|
|
|
INCLUDES = -I$(srcdir)/demangle -I$(top_srcdir)/include
|
|
|
|
CFLAGS = $(WERROR) -DVG_LIBDIR="\"$(libdir)"\" \
|
|
-Winline -Wall -Wshadow -O -fomit-frame-pointer @PREFERRED_STACK_BOUNDARY@ -g
|
|
|
|
valdir = $(libdir)/valgrind
|
|
|
|
bin_SCRIPTS = cg_annotate
|
|
|
|
EXTRA_DIST = \
|
|
cg_sim_I1.c \
|
|
cg_sim_D1.c \
|
|
cg_sim_L2.c \
|
|
cg_sim_gen.c
|
|
|
|
val_PROGRAMS = vgskin_cachegrind.so
|
|
|
|
vgskin_cachegrind_so_SOURCES = cg_main.c
|
|
vgskin_cachegrind_so_LDFLAGS = -shared
|
|
|
|
##vgskin_cachegrind.so$(EXEEXT): $(vgskin_cachegrind_so_OBJECTS)
|
|
## $(CC) $(CFLAGS) $(LDFLAGS) -shared -o vgskin_cachegrind.so \
|
|
## $(vgskin_cachegrind_so_OBJECTS)
|
|
|