blob: ad8370e547c4f4766c2b0d60ddd194c8f1641a7b [file] [log] [blame]
nethercotec06e2132004-09-03 13:45:29 +00001
2SUBDIRS = $(VG_ARCH) .
3
njn25ab726032002-09-23 16:24:41 +00004EXTRA_DIST = \
nethercotee90c6832004-10-18 18:07:49 +00005 tool.h.base \
6 valgrind.h.in \
7 vg_profile.c
njn25ab726032002-09-23 16:24:41 +00008
njn683c6ee2002-11-12 10:53:31 +00009incincdir = $(includedir)/valgrind
10
11incinc_HEADERS = \
nethercote46063202004-09-02 08:51:43 +000012 tool.h \
nethercote5a2664c2004-09-02 15:37:39 +000013 tool_asm.h \
14 valgrind.h \
nethercote46063202004-09-02 08:51:43 +000015 vg_kerneliface.h \
16 vg_skin.h
fitzhardinge98abfc72003-12-16 02:05:15 +000017
nethercotee90c6832004-10-18 18:07:49 +000018BUILT_SOURCES = tool.h valgrind.h
19CLEANFILES = tool.h valgrind.h
fitzhardinge98abfc72003-12-16 02:05:15 +000020
nethercote46063202004-09-02 08:51:43 +000021tool.h: $(srcdir)/tool.h.base \
fitzhardinge98abfc72003-12-16 02:05:15 +000022 $(top_srcdir)/coregrind/gen_toolint.pl $(top_srcdir)/coregrind/toolfuncs.def
23 rm -f $@
nethercote46063202004-09-02 08:51:43 +000024 cat $(srcdir)/tool.h.base > $@
fitzhardinge98abfc72003-12-16 02:05:15 +000025 $(PERL) $(top_srcdir)/coregrind/gen_toolint.pl toolproto < $(top_srcdir)/coregrind/toolfuncs.def >> $@ || rm -f $@
26 $(PERL) $(top_srcdir)/coregrind/gen_toolint.pl initproto < $(top_srcdir)/coregrind/toolfuncs.def >> $@ || rm -f $@