From 9702d3a9ae1fbca304803c753bc74db5abe3802c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 9 Jun 2009 19:16:30 +0000 Subject: [PATCH] 2009-06-09 21:14 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * Harbour version cleaned from postfix. - contrib/hbct/tests/Makefile - contrib/hbfbird/tests/Makefile - contrib/hbpgsql/tests/Makefile - contrib/hbbtree/tests/Makefile - examples/hbdoc/examples/core_es/Makefile - Deleted GNU Make files not necessary. --- harbour/ChangeLog | 13 ++ harbour/INSTALL | 2 +- harbour/contrib/hbbtree/tests/Makefile | 71 ---------- harbour/contrib/hbct/tests/Makefile | 125 ------------------ harbour/contrib/hbfbird/tests/Makefile | 33 ----- harbour/contrib/hbpgsql/tests/Makefile | 32 ----- .../examples/hbdoc/examples/core_es/Makefile | 67 ---------- 7 files changed, 14 insertions(+), 329 deletions(-) delete mode 100644 harbour/contrib/hbbtree/tests/Makefile delete mode 100644 harbour/contrib/hbct/tests/Makefile delete mode 100644 harbour/contrib/hbfbird/tests/Makefile delete mode 100644 harbour/contrib/hbpgsql/tests/Makefile delete mode 100644 harbour/examples/hbdoc/examples/core_es/Makefile diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0d5fae08fd..ac442d28d6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,19 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-06-09 21:14 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + * Harbour version cleaned from postfix. + + - contrib/hbct/tests/Makefile + - contrib/hbfbird/tests/Makefile + - contrib/hbpgsql/tests/Makefile + - contrib/hbbtree/tests/Makefile + - examples/hbdoc/examples/core_es/Makefile + - Deleted GNU Make files not necessary. + +/* MARK: Harbour 2.0.0beta1 release */ + 2009-06-09 15:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * harbour-win-spec * harbour-wce-spec diff --git a/harbour/INSTALL b/harbour/INSTALL index 634d95ad92..dc0265732d 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -23,7 +23,7 @@ HOW TO BUILD AND INSTALL HARBOUR FROM SOURCE * Supported ANSI C compiler * GNU Make (3.81 or upper) - * Harbour sources (2.0.0dev or upper) + * Harbour sources (2.0.0 or upper) Linux/Darwin/BSD/HP-UX/Solaris ------------------------------ diff --git a/harbour/contrib/hbbtree/tests/Makefile b/harbour/contrib/hbbtree/tests/Makefile deleted file mode 100644 index 341301135a..0000000000 --- a/harbour/contrib/hbbtree/tests/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# -# $Id$ -# - -ifeq ($(HB_MAIN),) -HB_MAIN = std -endif - -ROOT = ../../../ - -CONTRIBS=\ - hb_btree\ - -LIBS=\ - hbdebug \ - hbvm \ - hbrtl \ - hblang \ - hbrdd \ - hbrtl \ - hbvm \ - hbmacro \ - hbpp \ - hbcommon \ - -ifeq ($(PM),) - PM := $(pm) -endif - -ifeq ($(PM),) # PM not defined = build all files - -PRG_SOURCES=\ - test.prg \ - ttest.prg \ - -PRG_HEADERS=\ - hb_btree.ch - -C_HEADERS=\ - hb_btree.api - -BAD_PRG_SOURCES=\ - - -C_SOURCES=\ - ctest.c \ - - -C_HEADERS=\ - - -BAD_C_SOURCES=\ - - -###include $(TOP)$(ROOT)config/test.cf -include $(TOP)$(ROOT)config/bin.cf - -else #PM defined = build specified file - -ifneq ($(findstring .prg,$(PM)),) - PRG_MAIN := $(PM) -else - ifneq ($(findstring .PRG,$(PM)),) - PRG_MAIN := $(PM) - else - PRG_MAIN := $(PM).prg - endif -endif -include $(TOP)$(ROOT)config/bin.cf - -endif diff --git a/harbour/contrib/hbct/tests/Makefile b/harbour/contrib/hbct/tests/Makefile deleted file mode 100644 index 22bb54e922..0000000000 --- a/harbour/contrib/hbct/tests/Makefile +++ /dev/null @@ -1,125 +0,0 @@ -# -# $Id$ -# - -ifeq ($(HB_MAIN),) -HB_MAIN = std -endif - -ROOT = ../../../ - -CONTRIBS=\ - libct\ - -LIBS=\ - hbdebug \ - hbvm \ - hbrtl \ - hblang \ - hbrdd \ - hbrtl \ - hbvm \ - hbmacro \ - hbpp \ - hbcommon \ - -ifeq ($(PM),) - PM := $(pm) -endif - -ifeq ($(PM),) # PM not defined = build all files - -PRG_SOURCES=\ - addascii.prg \ - afteratn.prg \ - asciisum.prg \ - ascpos.prg \ - atadjust.prg \ - attoken.prg \ - atnum.prg \ - atrepl.prg \ - beforatn.prg \ - charadd.prg \ - charand.prg \ - chareven.prg \ - charhist.prg \ - charlist.prg \ - charmirr.prg \ - charmix.prg \ - charnlst.prg \ - charnot.prg \ - charodd.prg \ - charone.prg \ - charonly.prg \ - charor.prg \ - charrem.prg \ - charrepl.prg \ - charrll.prg \ - charrlr.prg \ - charshl.prg \ - charshr.prg \ - charslst.prg \ - charsort.prg \ - charswap.prg \ - charsub.prg \ - charxor.prg \ - csetatmu.prg \ - csetarge.prg \ - csetref.prg \ - ctwtest.prg \ - datetime.prg \ - expomant.prg \ - finan.prg \ - math.prg \ - num1.prg \ - numtoken.prg \ - rangerem.prg \ - rangerepl.prg \ - setatlik.prg \ - strdiff.prg \ - tab.prg \ - token.prg \ - token2.prg \ - tokenlow.prg \ - tokensep.prg \ - tokenupp.prg \ - trig.prg \ - valpos.prg \ - wordone.prg \ - wordonly.prg \ - wordrepl.prg \ - wordrem.prg \ - wordswap.prg \ - - -PRG_HEADERS=\ - - -BAD_PRG_SOURCES=\ - - -C_SOURCES=\ - - -C_HEADERS=\ - - -BAD_C_SOURCES=\ - - -include $(TOP)$(ROOT)config/test.cf - -else #PM defined = build specified file - -ifneq ($(findstring .prg,$(PM)),) - PRG_MAIN := $(PM) -else - ifneq ($(findstring .PRG,$(PM)),) - PRG_MAIN := $(PM) - else - PRG_MAIN := $(PM).prg - endif -endif -include $(TOP)$(ROOT)config/bin.cf - -endif diff --git a/harbour/contrib/hbfbird/tests/Makefile b/harbour/contrib/hbfbird/tests/Makefile deleted file mode 100644 index a48a6a5ac5..0000000000 --- a/harbour/contrib/hbfbird/tests/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# -# $Id$ -# - -ifeq ($(HB_MAIN),) - HB_MAIN = std -endif - -ROOT = ../../../ - -CONTRIBS=\ - firebird \ - -PRG_SOURCES=\ - simple.prg \ - -PRG_MAIN=\ - simple.prg - -LIBS=\ - hbdebug \ - hbvm \ - hbrtl \ - hblang \ - hbrdd \ - hbrtl \ - hbvm \ - hbmacro \ - hbcommon \ - hbfbird \ - fbclient \ - -include $(TOP)$(ROOT)config/bin.cf diff --git a/harbour/contrib/hbpgsql/tests/Makefile b/harbour/contrib/hbpgsql/tests/Makefile deleted file mode 100644 index 8954f8a95d..0000000000 --- a/harbour/contrib/hbpgsql/tests/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# -# $Id$ -# - -ifeq ($(HB_MAIN),) - HB_MAIN = std -endif - -ROOT = ../../../ - -CONTRIBS=\ - hbpgsql \ - -PRG_SOURCES=\ - test.prg \ - -PRG_MAIN=\ - test.prg - -LIBS=\ - hbdebug \ - hbvm \ - hbrtl \ - hblang \ - hbrdd \ - hbrtl \ - hbvm \ - hbmacro \ - hbcommon \ - hbpgsql \ - -include $(TOP)$(ROOT)config/bin.cf diff --git a/harbour/examples/hbdoc/examples/core_es/Makefile b/harbour/examples/hbdoc/examples/core_es/Makefile deleted file mode 100644 index 67b0c1d9c8..0000000000 --- a/harbour/examples/hbdoc/examples/core_es/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# -# $Id$ -# - -ROOT = ../../../../../ - -DOC_SUBDIR=/es - -DOC_FILES=\ - array.txt \ - binnum.txt \ - browse.txt \ - clipper.txt \ - cmdline.txt \ - codebloc.txt \ - codestyl.txt \ - command.txt \ - compiler.txt \ - datetime.txt \ - dbdelim.txt \ - dbsdf.txt \ - dbstrux.txt \ - dir.txt \ - dirstruc.txt \ - diskspac.txt \ - errsys.txt \ - eval.txt \ - file.txt \ - garbage.txt \ - gnulice.txt \ - harbext.txt \ - hb_apiln.txt \ - hb_set.txt \ - hb_vm.txt \ - hbpplib.txt \ - howtobsd.txt \ - hvm.txt \ - idle.txt \ - input.txt \ - lang.txt \ - license.txt \ - macro.txt \ - math.txt \ - memo.txt \ - memvar2.txt \ - misc.txt \ - nation.txt \ - objfunc.txt \ - pcode.txt \ - pragma.txt \ - rdd.txt \ - readme.txt \ - sayget.txt \ - setmode.txt \ - statics.txt \ - strotype.txt \ - subcodes.txt \ - tbrowse.txt \ - tclass.txt \ - tgetlist.txt \ - tlabel.txt \ - tracing.txt \ - treport.txt \ - var.txt \ - vm.txt \ - -include $(TOP)$(ROOT)config/doc.cf