chiark / gitweb /
Merge branch 'master' into newacpi
[chiark-utils.git] / cprogs / usr-local-src-misc-Makefile
1 CFLAGS= -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \
2         -Wpointer-arith -O2 -g -DREALLY_CHECK_FILE='"/etc/inittab"'
3 LDFLAGS=
4
5 TARGETS=really ucgi ucgitarget
6
7 all:            $(TARGETS)
8
9 ucgi:           ucgi.o ucgicommon.o
10
11 ucgitarget:     ucgitarget.o ucgicommon.o
12
13 really:         really.o myopt.o
14
15 really-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
21 really-check:   really-test really.testcases
22                 ./really.testcases