File: makefile

package info (click to toggle)
macutils 2.0b3-17
  • links: PTS
  • area: main
  • in suites: bookworm, trixie
  • size: 1,256 kB
  • sloc: ansic: 12,737; makefile: 661
file content (33 lines) | stat: -rwxr-xr-x 556 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
CFLAGS=	-O $(CF)

all:	wrfile.o rdfile.o fileglob.o
	touch all

wrfile.o:	wrfile.c

rdfile.o:	rdfile.c

clean:
	-rm -f wrfile.o
	-rm -f rdfile.o
	-rm -f fileglob.o
	-rm -f all

wrfile.o:	machdr.h
wrfile.o:	wrfile.h
wrfile.o:	wrfileopt.h
wrfile.o:	fileglob.h
wrfile.o:	aufs.h
wrfile.o:	appledouble.h
wrfile.o:	../util/util.h
wrfile.o:	../util/curtime.h
rdfile.o:	machdr.h
rdfile.o:	rdfile.h
rdfile.o:	rdfileopt.h
rdfile.o:	../util/util.h
rdfile.o:	../util/curtime.h
rdfile.o:	../util/masks.h
rdfile.o:	aufs.h
rdfile.o:	appledouble.h
fileglob.o:	fileglob.h