home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume12
/
cnews
/
part01
/
libc
/
stdio.fast
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1987-10-19
|
285 b
|
16 lines
# makefile for dmr.faster
SRC=fgets.c fputs.c rdwr.c # memcpy.c
DEFINES = -DBSD # -pg # -Dvoid=int
CFLAGS = $(DEFINES) -O
LINTFLAGS = $(DEFINES) -ha
dmr.faster: $(SRC)
$(CC) $(CFLAGS) -c $(SRC)
touch $@
lint:
lint $(LINTFLAGS) -u $(SRC)
lintport:
lint -p $(LINTFLAGS) -u $(SRC)