mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 18:56:10 +00:00
15 lines
320 B
Makefile
15 lines
320 B
Makefile
|
|
SUBDIRS = .
|
|
|
|
AM_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_example.so
|
|
|
|
vgskin_example_so_SOURCES = ex_main.c
|
|
vgskin_example_so_LDFLAGS = -shared
|