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.
This commit is contained in:
Viktor Szakats
2009-06-09 19:16:30 +00:00
parent fd0d9b8f33
commit 9702d3a9ae
7 changed files with 14 additions and 329 deletions

View File

@@ -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

View File

@@ -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
------------------------------

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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