version 1.2 | version 1.3 | |||
---|---|---|---|---|
|
| |||
VPATH = @srcdir@ | VPATH = @srcdir@ | |||
RM = @RM@ | ||||
ALL_FILES = \ | ALL_FILES = \ | |||
commands.h libproto.h patchlevel.h sounds.h \ | commands.h libproto.h patchlevel.h sounds.h \ | |||
|
| |||
clean:: | clean:: | |||
distclean:: clean | ||||
$(RM) -f autoconf.h | ||||
$(RM) -f Makefile | ||||
archive:: | archive:: | |||
@if [ -d $(ARCHIVE)/include ]; then set +x; \ | @if [ -d $(ARCHIVE)/include ]; then set +x; \ | |||
else (set -x; $(MKDIR) $(ARCHIVE)/include); fi | else (set -x; $(MKDIR) $(ARCHIVE)/include); fi |
Legend:
|