chiark / gitweb /
Found in davenant:/usr/local/src/misc
[userv-utils.git] / www-cgi / Makefile
diff --git a/www-cgi/Makefile b/www-cgi/Makefile
new file mode 100644 (file)
index 0000000..c2bfd7a
--- /dev/null
@@ -0,0 +1,22 @@
+CFLAGS=        -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \
+       -Wpointer-arith -O2 -g -DREALLY_CHECK_FILE='"/etc/inittab"'
+LDFLAGS=
+
+TARGETS=really ucgi ucgitarget
+
+all:           $(TARGETS)
+
+ucgi:          ucgi.o ucgicommon.o
+
+ucgitarget:    ucgitarget.o ucgicommon.o
+
+really:                really.o myopt.o
+
+really-test:   really Makefile
+               rm -f really-test
+               cp really really-test
+               really chown root.staff really-test
+               really chmod 4770 really-test
+
+really-check:  really-test really.testcases
+               ./really.testcases