summaryrefslogtreecommitdiff
path: root/utils/prof/cgprof/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/prof/cgprof/Makefile')
-rw-r--r--utils/prof/cgprof/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/prof/cgprof/Makefile b/utils/prof/cgprof/Makefile
new file mode 100644
index 0000000000..17c567537a
--- /dev/null
+++ b/utils/prof/cgprof/Makefile
@@ -0,0 +1,9 @@
+TOP=../../..
+include $(TOP)/mk/boilerplate.mk
+
+C_PROG = cgprof
+INSTALL_LIBEXECS=$(C_PROG)
+
+SRC_CC_OPTS += -Wall -I$(GHC_INCLUDE_DIR)
+
+include $(TOP)/mk/target.mk