| #!! redundancy with engine/Makefile.in |
#!! redundancy with engine/Makefile.in |
| DOBJECTS=engine/*.o |
DOBJECTS=engine/*.o |
| |
|
| PRECISE=kernel/version.fs kernl16b.fi kernl16l.fi kernl32b.fi kernl32l.fi kernl64b.fi kernl64l.fi |
|
| |
|
| #stuff in a binonly distribution |
#stuff in a binonly distribution |
| BINONLYDIST = config.status Makefile Makedist \ |
BINONLYDIST = config.status Makefile Makedist \ |
| $(ENGINES) $(ENGINES_FAST) \ |
$(ENGINES) $(ENGINES_FAST) \ |
| engine/gforth$(EXE) engine/gforth-fast$(EXE) \ |
engine/gforth$(EXE) engine/gforth-fast$(EXE) \ |
| engine/gforth-ditc$(EXE) engine/gforth-itc$(EXE) \ |
engine/gforth-ditc$(EXE) engine/gforth-itc$(EXE) \ |
| $(addprefix engine/,$(PROFEXES)) \ |
$(addprefix engine/,$(PROFEXES)) \ |
| stamp-h build-ec INSTALL.BINDIST |
stamp-h kernel/version.fs build-ec INSTALL.BINDIST |
| |
|
| #use dist targets only when srcdir=. |
#use dist targets only when srcdir=. |
| ddist: $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) |
ddist: $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) |
| echo $(VERSION) > version |
|
| $(MAKE) $(PRECISE) |
|
| -$(RMTREE) gforth-$(VERSION) |
-$(RMTREE) gforth-$(VERSION) |
| mkdir gforth-$(VERSION) |
mkdir gforth-$(VERSION) |
| $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) | \ |
$(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) | \ |
| |
|
| #use dist targets only when srcdir=. |
#use dist targets only when srcdir=. |
| ddosdist: $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) |
ddosdist: $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) |
| echo $(VERSION) > version |
|
| $(MAKE) $(PRECISE) |
|
| -$(RMTREE) gforth.$(DOSVERSION) |
-$(RMTREE) gforth.$(DOSVERSION) |
| mkdir gforth.$(DOSVERSION) |
mkdir gforth.$(DOSVERSION) |
| $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) | \ |
$(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) | \ |
| #A source distribution contains only the things needed to install gforth, |
#A source distribution contains only the things needed to install gforth, |
| #without the documents. |
#without the documents. |
| dsrcdist: $(SOURCES) $(FORTH_GEN0) @KERNEL@ |
dsrcdist: $(SOURCES) $(FORTH_GEN0) @KERNEL@ |
| echo $(VERSION) > version |
|
| $(MAKE) $(PRECISE) |
|
| -$(RMTREE) gforth-$(VERSION) |
-$(RMTREE) gforth-$(VERSION) |
| mkdir gforth-$(VERSION) |
mkdir gforth-$(VERSION) |
| $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ | \ |
$(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ | \ |
| -$(RMTREE) gforth-$(VERSION) |
-$(RMTREE) gforth-$(VERSION) |
| |
|
| dsrconlydist: $(SOURCES) |
dsrconlydist: $(SOURCES) |
| echo $(VERSION) > version |
|
| -$(RMTREE) gforth-$(VERSION) |
-$(RMTREE) gforth-$(VERSION) |
| mkdir gforth-$(VERSION) |
mkdir gforth-$(VERSION) |
| $(TAR) $(SOURCES) | \ |
$(TAR) $(SOURCES) | \ |
| #A document distribution contains only the documents, which can be created |
#A document distribution contains only the documents, which can be created |
| #with MAKE. |
#with MAKE. |
| ddocdist: $(DOCDIST) |
ddocdist: $(DOCDIST) |
| echo $(VERSION) > version |
|
| $(MAKE) $(PRECISE) |
|
| -$(RMTREE) gforth-$(VERSION) |
-$(RMTREE) gforth-$(VERSION) |
| mkdir gforth-$(VERSION) |
mkdir gforth-$(VERSION) |
| $(TAR) $(DOCDIST) | (cd gforth-$(VERSION); tar xf -) |
$(TAR) $(DOCDIST) | (cd gforth-$(VERSION); tar xf -) |
| -$(RMTREE) gforth-$(VERSION) |
-$(RMTREE) gforth-$(VERSION) |
| |
|
| dhtmldist: html |
dhtmldist: html |
| echo $(VERSION) > version |
|
| $(MAKE) $(PRECISE) |
|
| $(TAR) html|gzip -9 >gforth-html-$(VERSION).tar.gz |
$(TAR) html|gzip -9 >gforth-html-$(VERSION).tar.gz |
| |
|
| #a binary distribution contains the complete source distribution, |
#a binary distribution contains the complete source distribution, |
| # the objects, the executable and the links. the objects are there for making |
# the objects, the executable and the links. the objects are there for making |
| # make happy. |
# make happy. |
| dbindist: $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST) |
dbindist: $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST) |
| echo $(VERSION) > version |
|
| $(MAKE) $(PRECISE) |
|
| -$(RMTREE) gforth-$(VERSION) |
-$(RMTREE) gforth-$(VERSION) |
| mkdir gforth-$(VERSION) |
mkdir gforth-$(VERSION) |
| $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST) | (cd gforth-$(VERSION); tar xf -) |
$(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST) | (cd gforth-$(VERSION); tar xf -) |
| #then just has to unpack the source and his favourite binonly into the |
#then just has to unpack the source and his favourite binonly into the |
| #same directory and has a full binary distribution. |
#same directory and has a full binary distribution. |
| dbinonlydist: $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST) |
dbinonlydist: $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST) |
| echo $(VERSION) > version |
|
| $(MAKE) $(PRECISE) |
|
| -$(RMTREE) gforth-$(VERSION) |
-$(RMTREE) gforth-$(VERSION) |
| mkdir gforth-$(VERSION) |
mkdir gforth-$(VERSION) |
| $(TAR) $(BINONLYDIST) | (cd gforth-$(VERSION); tar xf -) |
$(TAR) $(BINONLYDIST) | (cd gforth-$(VERSION); tar xf -) |