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