summaryrefslogtreecommitdiff
path: root/plot/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'plot/Imakefile')
-rw-r--r--plot/Imakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/plot/Imakefile b/plot/Imakefile
new file mode 100644
index 0000000..316b296
--- /dev/null
+++ b/plot/Imakefile
@@ -0,0 +1,6 @@
+ INCLUDES = -I$(TOP)
+ DEPLIBS = $(DEPXLIB)
+LOCAL_LIBRARIES = $(XLIB)
+ SYS_LIBRARIES = -lm
+
+SimpleProgramTarget(plot)