source: server/common/oursrc/execsys/Makefile.in @ 1

Last change on this file since 1 was 1, checked in by jbarnold, 18 years ago
File size: 287 bytes
Line 
1CC = @CC@
2CFLAGS = @CFLAGS@
3
4all-local: staticsys-cat update
5
6staticsys-cat: update
7        $(CC) $(CFLAGS) -o $@ staticsys-cat.c
8
9update:
10        @UPD_VARS@ perl upd-execsys
11
12clean:
13        rm -f staticsys-cat
14
15preauto: clean
16        rm -f configure config.* Makefile
17        rm -rf auto*.cache
18
19ready: preauto
20        autoconf
Note: See TracBrowser for help on using the repository browser.