mars_nwe-0.96.pl09

This commit is contained in:
Mario Fetka
2011-11-13 00:38:56 +01:00
parent 28334ea9f1
commit fc81c57450
18 changed files with 341 additions and 120 deletions

View File

@@ -1,7 +1,12 @@
# Makefile mars_nwe: 31-Jan-96
# Makefile mars_nwe: 10-Feb-96
VPATH=
.EXPORT_ALL_VARIABLES:
# defaults, can be overwritten in mk.li
V_VPATH=..
OBJDIR=obj
all: rmeflag mk.li config.h nw.ini
@if [ -r .eflag ] ; then \
echo ""; \
@@ -33,6 +38,9 @@ clean: mk.li nw.ini
distrib: mk.li nw.ini
./mk.li $@
diff:
./mk.li $@
mk.li: examples/mk.li
@if [ -r $@ ] ; then \
cp -f $@ $@.org && ( \
@@ -44,7 +52,7 @@ mk.li: examples/mk.li
echo "" ) ; fi
@ echo ""
@ echo ""
@ - cp -i examples/$@ .
@- cp -i examples/$@ .
@ touch -c $@
@ echo ""
@ echo "********************************************************"