chiark / gitweb /
Found in chiark:/info
[userv-utils] / www-cgi / Makefile
CommitLineData
6a580c17 1CFLAGS= -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \
2 -Wpointer-arith -O2 -g -DREALLY_CHECK_FILE='"/etc/inittab"'
3LDFLAGS=
4
5TARGETS=really ucgi ucgitarget
6
7all: $(TARGETS)
8
9ucgi: ucgi.o ucgicommon.o
10
11ucgitarget: ucgitarget.o ucgicommon.o
12
13really: really.o myopt.o
14
15really-test: really Makefile
16 rm -f really-test
17 cp really really-test
18 really chown root.staff really-test
19 really chmod 4770 really-test
20
21really-check: really-test really.testcases
22 ./really.testcases