From e7803f7520bd591c37557ffd853dd40541854357 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 9 Aug 2006 13:01:38 +0000 Subject: Maple Worksheet repository CGI frontend --- math/Makefile.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 math/Makefile.inc (limited to 'math/Makefile.inc') 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 -- cgit v1.2.3