summaryrefslogtreecommitdiff
path: root/math/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/Makefile.inc')
-rw-r--r--math/Makefile.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/Makefile.inc b/math/Makefile.inc
new file mode 100644
index 0000000..a4d6c59
--- /dev/null
+++ b/math/Makefile.inc
@@ -0,0 +1,12 @@
+# $Id$
+
+.PATH: ${.CURDIR}/..
+CFLAGS+= -I${.CURDIR}/..
+
+WARNINGS= yes
+
+CDIAGFLAGS+= -Wall -Wpointer-arith \
+ -Wstrict-prototypes -Wmissing-prototypes \
+ -ggdb
+
+BINDIR= /var/www/htdocs/cgi-bin