home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
c
/
getf.arc
/
MKFILE
< prev
next >
Wrap
Text File
|
1988-11-20
|
491b
|
20 lines
# makefile for getf and bldfuncs, compiled with the DeSmet C compiler
#
# prf is just a miniature version of printf without floating point formats
# match is a Unix style pattern matcher
getf.exe: getf.o
bind exec getf prf match -ogetf
getf.o: getf.c
# quotearg does DOS style wildcard expansion on the command line
bldfuncs.exe: bldfuncs.o quotearg.o prf.o
bind bldfuncs prf quotearg
bldfuncs.o: bldfuncs.c
quotearg.o: quotearg.c
.c.o:
c88 $*
.o.exe:
bind $*