mars_nwe-0.96.pl00

This commit is contained in:
Mario Fetka
2011-11-13 00:38:55 +01:00
parent 5b89fe9f28
commit cfe799f9df
27 changed files with 2838 additions and 1580 deletions

View File

@@ -1,4 +1,4 @@
# Makefile mars_nwe: 16-Nov-95
# Makefile mars_nwe: 06-Dec-95
VPATH=
all: rmeflag mk.li config.h nw.ini
@if [ -r .eflag ] ; then \
@@ -64,8 +64,9 @@ rmeflag:
@ - rm -f .eflag
nw.ini: examples/nw.ini
@if [ -r $@ ] ; then echo "note:examples/$@ is newer then $@" > .mk.notes ; \
echo "$@ will be touched now" >> .mk.notes; touch -c $@ ; \
@if [ -r $@ ] ; then echo "NOTE:examples/$@ is newer then $@" > .mk.notes ; \
echo "please compare examples/$@ with $@" >> .mk.notes; \
echo "make the changes you need and touch $@" >> .mk.notes; \
else cp -a examples/$@ . ; \
echo "$@ created (from examples/$@) Please edit $@" > .mk.notes;\
echo "and change it to your requirements." >> .mk.notes ; fi