File: makefile

package info (click to toggle)
macutils 2.0b3-17.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: ansic: 12,737; makefile: 661
file content (22 lines) | stat: -rwxr-xr-x 291 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
CFLAGS=	-O $(CF)

all:	util.o transname.o backtrans.o
	touch all

util.o:	util.c

transname.o:	transname.c

backtrans.o:	backtrans.c

clean:
	-rm -f util.o
	-rm -f transname.o
	-rm -f backtrans.o
	-rm -f all

util.o:	../fileio/fileglob.h
util.o:	masks.h
util.o:	util.h
backtrans.o:	masks.h