2013-03-16 02:10 UTC+0100 Viktor Szakats (harbour syenar.net)
* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
THE HARBOUR PROJECT COMPILER LICENSE
|
||||
====================================
|
||||
|
||||
|
||||
@@ -10,6 +10,16 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2013-03-16 02:10 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* (all files)
|
||||
* stripped svn header
|
||||
* minor cleanups
|
||||
; use following command to find out the history of files:
|
||||
git log
|
||||
git log --follow
|
||||
git blame
|
||||
git annotate
|
||||
|
||||
2013-03-15 18:27 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* package/*
|
||||
* src/compiler/harbour.y
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
WELCOME TO HARBOUR
|
||||
==================
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
HB_CMP := g++
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
all : first
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# When compiling and linking with -pthread, the library search path should
|
||||
# include -L/usr/lib/threads at the beginning of the path.
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/linux/gcc.mk
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/$(HB_PLATFORM)/gcc.mk
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/linux/global.mk
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/linux/libs.mk
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
HB_CMP := g++
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
all : first
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
SYSLIBPATHS := /system/lib
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/global.mk
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
ifneq ($(findstring clang$(subst x, ,x)version$(subst x, ,x)1,$(shell clang --version)),)
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_CMP),)
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
all : first
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
SYSLIBPATHS :=
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# TODO: No autodetection
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
C_OBJS := $(C_SOURCES:.c=$(OBJ_EXT)) $(CPP_SOURCES:.cpp=$(OBJ_EXT)) $(OBJC_SOURCES:.m=$(OBJ_EXT))
|
||||
S_OBJS := $(S_SOURCES:.s=$(OBJ_EXT)) $(SX_SOURCES:.sx=$(OBJ_EXT))
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# GNU Make file for Open Watcom C/C++ compiler
|
||||
# (shell specific rules)
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
HB_CMP := g++
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
all : first
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
SYSLIBPATHS :=
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
ifneq ($(findstring clang$(subst x, ,x)version$(subst x, ,x)1,$(shell clang --version)),)
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
HB_CMP := g++
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
all : first
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
HB_CMP := icpc
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
SYSLIBPATHS :=
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# ---------------------------------------------------------------
|
||||
# Copyright 2009 Viktor Szakats (harbour syenar.net)
|
||||
# See COPYING.txt for licensing terms.
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# ---------------------------------------------------------------
|
||||
# Copyright 2009 Viktor Szakats (harbour syenar.net)
|
||||
# See COPYING.txt for licensing terms.
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# ---------------------------------------------------------------
|
||||
# Copyright 2009 Viktor Szakats (harbour syenar.net)
|
||||
# See COPYING.txt for licensing terms.
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/global.mk
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifneq ($(HB_SHELL),sh)
|
||||
MK_OS := $(subst /,\,$(MK))
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/global.mk
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
HB_CMP := gpp
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
all : first
|
||||
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# GNU Make file for Open Watcom C/C++ compiler
|
||||
|
||||
OBJ_EXT := .obj
|
||||
LIB_PREF :=
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/global.mk
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# ---------------------------------------------------------------
|
||||
# Copyright 2009 Viktor Szakats (harbour syenar.net)
|
||||
# See COPYING.txt for licensing terms.
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# ---------------------------------------------------------------
|
||||
# Copyright 2009 Viktor Szakats (harbour syenar.net) (rework)
|
||||
# See COPYING.txt for licensing terms.
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/global.mk
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
HB_CMP := g++
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
all : first
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
SYSLIBPATHS :=
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/instsh.mk
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
INSTALL_RULE :=
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/global.mk
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/global.mk
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
ifneq ($(findstring clang$(subst x, ,x)version$(subst x, ,x)1,$(shell clang --version)),)
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_CMP),)
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
all : first
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
HB_CMP := icpc
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
SYSLIBPATHS :=
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
HB_CMP := openCC
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
HB_CMP := sunCC
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# GNU Make file for Open Watcom C/C++ compiler
|
||||
|
||||
OBJ_EXT := .o
|
||||
LIB_PREF :=
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
HB_CMP := clang++
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_CMP),)
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
all : first
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
SYSLIBPATHS := /usr/lib /usr/pkg/lib
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/global.mk
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
HB_CMP := g++
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# GCC with OMF object format.
|
||||
#
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
all : first
|
||||
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# GNU Make file for Open Watcom C/C++ compiler
|
||||
|
||||
OBJ_EXT := .obj
|
||||
LIB_PREF :=
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
* This Harbour script is part of the GNU Make-based build system.
|
||||
* WARNING: Running it separately is not supported.
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
PRG_C_SOURCES := $(PRG_SOURCES:.prg=.c)
|
||||
PRG_OBJS := $(PRG_SOURCES:.prg=$(OBJ_EXT))
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_CMP),)
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
all : first
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
SYSLIBPATHS :=
|
||||
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ALL_RC_OBJS := $(RC_SOURCES:.rc=$(RES_EXT))
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# How to run yacc.
|
||||
YACC := bison
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_CMP),)
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
all : first
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
SYSLIBPATHS :=
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
HB_CMP := sunCC
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_CMP),)
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
all : first
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
SYSLIBPATHS :=
|
||||
SYSLIBS +=
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_CMP),)
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_CMP),)
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
all : first
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
SYSLIBPATHS :=
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
all : first
|
||||
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/$(HB_PLATFORM)/mingwarm.mk
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
HB_CMP := g++
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
OBJ_EXT := .obj
|
||||
LIB_PREF :=
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# GNU Make file for Pelles ISO C Compiler for WinCE
|
||||
|
||||
OBJ_EXT := .obj
|
||||
LIB_PREF :=
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# GNU Make file for Borland/CodeGear/Embarcadero C/C++ 32-bit (4.x-)
|
||||
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/$(HB_PLATFORM)/bcc.mk
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
HB_CMP := clang++
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/$(HB_PLATFORM)/mingw.mk
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
all : first
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# Intel(R) C/C++ Compiler (usage is largely compatible with msvc)
|
||||
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/$(HB_PLATFORM)/icc.mk
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
HB_CMP := g++
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
include $(TOP)$(ROOT)config/$(HB_PLATFORM)/mingw.mk
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
OBJ_EXT := .obj
|
||||
LIB_PREF :=
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user