X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=windows%2FMakefile.top.bor;h=b36111620f8abf3a559afc5a7c513a3aeb565cb8;hb=25028b0f3b5bdc54edec38648eddf48e92e1f455;hp=172e80198c48a23771a311549b9ca2b539e09835;hpb=b2be7522c745827b521a8ed535201427df32eec7;p=wget diff --git a/windows/Makefile.top.bor b/windows/Makefile.top.bor index 172e8019..b3611162 100644 --- a/windows/Makefile.top.bor +++ b/windows/Makefile.top.bor @@ -1,5 +1,5 @@ # Makefile for `Wget' utility -# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 2004 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ # file, but you are not obligated to do so. If you do not wish to do # so, delete this exception statement from your version. -RM = del +RM = -del CP = copy # flags passed to recursive makes in subdirectories @@ -37,39 +37,39 @@ SUBDIRS = src doc #util all: Makefile $(SUBDIRS) $(SUBDIRS): - cd $@ - $(MAKE) - cd .. + cd $@ + $(MAKEDIR)\$(MAKE) + cd .. # install everything install: - echo Just do it. + echo Just do it. clean: clean-recursive clean-top distclean: distclean-recursive distclean-top realclean: realclean-recursive realclean-top clean-top: - $(RM) *.bak - $(RM) *.zip + $(RM) *.bak + $(RM) *.zip distclean-top: clean-top - $(RM) Makefile - $(RM) config.h + $(RM) Makefile + $(RM) config.h realclean-top: distclean-top clean-recursive distclean-recursive realclean-recursive: - cd src - $(MAKE) $(@:-recursive=) - cd ..\\doc - $(MAKE) $(@:-recursive=) - cd .. + cd src + $(MAKEDIR)\$(MAKE) $(@:-recursive=) + cd ..\doc + $(MAKEDIR)\$(MAKE) $(@:-recursive=) + cd .. bindist: wget.zip wget.zip: $(SUBDIRS) - $(RM) wget.zip - zip -Djl9 wget.zip AUTHORS COPYING INSTALL MACHINES MAILING-LIST NEWS README DOC\\sample.wgetrc - zip -Dj9 wget.zip SRC\\WGET.EXE DOC\\WGET.HLP + $(RM) wget.zip + zip -Djl9 wget.zip AUTHORS COPYING INSTALL MAILING-LIST NEWS README doc/sample.wgetrc + zip -Dj9 wget.zip src/wget.exe doc/wget.hlp