home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 11 Util
/
11-Util.zip
/
file39a.zip
/
src
/
tst
/
tarf
/
Makefile.emx
< prev
Wrap
Makefile
|
1993-04-05
|
675b
|
32 lines
SHELL = sh
all: ar cmd emp i tarf x
ar:
echo '<ar> fake fake fake' >$@
echo 070707 fake fake fake >$@.asc
echo '!<arch>.__.SYMDEF fake fake fake' >$@.ranlib
echo -h- >$@.swt
cmd:
echo '#! /bin/sh' >$@
echo '#!/bin/sh' >c.sh2
echo '#! /bin/csh' >c.csh1
echo '#!/bin/csh' >c.csh2
echo '#! /bin/awk' >c.awk1
echo '#!/bin/awk' >c.awk2
echo '#! /' >c.misc1
echo '#!/' >c.misc2
echo ': ' >c.broken
emp:
touch $@
i:
echo '@document(language impress)fake fake' >$@
echo '@document(language diablo)fake fake' >$@.d
tarf:
rm -f $@ # so not include self
tar cvf $@ *
x:
echo 'Interpress/Xerox fake fake fake' >$@
clean:
rm -f [a-z]*