citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 34d731fa7f500c65657fe5d9747f1ab04b6afbb6
parent a1a409fee52175bbf07bcc1dc927f67f44416d8c
Author: kyle <kyle@getaddrinfo.net>
Date:   Sun,  1 Nov 2015 15:28:29 -0700

Makefile: guard against instrumenting my own source files!

Diffstat:
MMakefile | 6++++++
Mviewer/Makefile | 4++++
2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,3 +1,9 @@ +.ifdef SCV_PATH +error_SCV_PATH +.endif + +# execvis + SUBDIRS = instrument runtime viewer all: make_subdirs diff --git a/viewer/Makefile b/viewer/Makefile @@ -1,3 +1,7 @@ +.ifdef SCV_PATH +error_SCV_PATH +.endif + CXXFLAGS += -I/usr/X11R6/include CXXFLAGS += -I/usr/X11R6/include/freetype2 CXXFLAGS += -I/usr/X11R6/include/libdrm