Skip to content

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpago committed Sep 23, 2011
0 parents commit 6b658ea
Show file tree
Hide file tree
Showing 7,027 changed files with 1,537,701 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions CONFIG/Makefile.compiler
@@ -0,0 +1 @@
include $(PROJECT_ROOT_DIR)/CONFIG/Makefile.compiler.$(CONFIG.COMPILER)
6 changes: 6 additions & 0 deletions CONFIG/Makefile.compiler.g++
@@ -0,0 +1,6 @@
CONFIG.CXX :=g++
CONFIG.CXX.name :=g++
CONFIG.LD :=g++
CONFIG.LD.STATIC:=g++ -static -rdynamic

include $(PROJECT_ROOT_DIR)/CONFIG/Makefile.compiler.$(CONFIG.COMPILER).$(TARGET.OS)
3 changes: 3 additions & 0 deletions CONFIG/Makefile.compiler.g++.Darwin
@@ -0,0 +1,3 @@
CONFIG.LD.SHARED:=g++ -dynamiclib

include $(PROJECT_ROOT_DIR)/CONFIG/Makefile.compiler.g++.$(TARGET.OS).$(TARGET.MACH)
22 changes: 22 additions & 0 deletions CONFIG/Makefile.compiler.g++.Darwin.i386
@@ -0,0 +1,22 @@
CONFIG.CXXFLAGS.architecture.define :=-D__BUILD_FOR_INTEL_DARWIN
CONFIG.CXXFLAGS.architecture.include:=
CONFIG.CXXFLAGS.architecture.option :=# no values -fpic -fPIC -shared

CONFIG.CXXFLAGS.optimization.define :=
CONFIG.CXXFLAGS.optimization.include:=
CONFIG.CXXFLAGS.optimization.option :=\
-Wall \
-O2 \
-ffast-math \
-fstrength-reduce \
-finline-functions \
-funroll-loops \
-fexpensive-optimizations

CONFIG.CXXFLAGS.debug.define :=
CONFIG.CXXFLAGS.debug.include:=
CONFIG.CXXFLAGS.debug.option := -fno-inline-functions -ggdb

CONFIG.CXXFLAGS.diagnostic.define :=
CONFIG.CXXFLAGS.diagnostic.include:=
CONFIG.CXXFLAGS.diagnostic.option := -Wall
3 changes: 3 additions & 0 deletions CONFIG/Makefile.compiler.g++.Linux
@@ -0,0 +1,3 @@
CONFIG.LD.SHARED:=g++ -shared

include $(PROJECT_ROOT_DIR)/CONFIG/Makefile.compiler.g++.$(TARGET.OS).$(TARGET.MACH)
22 changes: 22 additions & 0 deletions CONFIG/Makefile.compiler.g++.Linux.armv4l
@@ -0,0 +1,22 @@
CONFIG.CXXFLAGS.architecture.define :=-D__BUILD_FOR_ARM_LINUX
CONFIG.CXXFLAGS.architecture.include:=
CONFIG.CXXFLAGS.architecture.option :=-fpic -fPIC -shared

CONFIG.CXXFLAGS.optimization.define :=
CONFIG.CXXFLAGS.optimization.include:=
CONFIG.CXXFLAGS.optimization.option :=\
-Wall \
-O2 \
-ffast-math \
-fstrength-reduce \
-finline-functions \
-funroll-loops \
-fexpensive-optimizations

CONFIG.CXXFLAGS.debug.define :=
CONFIG.CXXFLAGS.debug.include:=
CONFIG.CXXFLAGS.debug.option := -fno-inline-functions -ggdb

CONFIG.CXXFLAGS.diagnostic.define :=
CONFIG.CXXFLAGS.diagnostic.include:=
CONFIG.CXXFLAGS.diagnostic.option := -Wall
22 changes: 22 additions & 0 deletions CONFIG/Makefile.compiler.g++.Linux.i586
@@ -0,0 +1,22 @@
CONFIG.CXXFLAGS.architecture.define :=-D__BUILD_FOR_INTEL_LINUX
CONFIG.CXXFLAGS.architecture.include:=
CONFIG.CXXFLAGS.architecture.option :=-fpic -fPIC -shared

CONFIG.CXXFLAGS.optimization.define :=
CONFIG.CXXFLAGS.optimization.include:=
CONFIG.CXXFLAGS.optimization.option :=\
-Wall \
-O2 \
-ffast-math \
-fstrength-reduce \
-finline-functions \
-funroll-loops \
-fexpensive-optimizations

CONFIG.CXXFLAGS.debug.define :=
CONFIG.CXXFLAGS.debug.include:=
CONFIG.CXXFLAGS.debug.option := -fno-inline-functions -ggdb

CONFIG.CXXFLAGS.diagnostic.define :=
CONFIG.CXXFLAGS.diagnostic.include:=
CONFIG.CXXFLAGS.diagnostic.option := -Wall
22 changes: 22 additions & 0 deletions CONFIG/Makefile.compiler.g++.Linux.i686
@@ -0,0 +1,22 @@
CONFIG.CXXFLAGS.architecture.define :=-D__BUILD_FOR_INTEL_LINUX
CONFIG.CXXFLAGS.architecture.include:=
CONFIG.CXXFLAGS.architecture.option :=-fpic -fPIC -shared

CONFIG.CXXFLAGS.optimization.define :=
CONFIG.CXXFLAGS.optimization.include:=
CONFIG.CXXFLAGS.optimization.option :=\
-Wall \
-O2 \
-ffast-math \
-fstrength-reduce \
-finline-functions \
-funroll-loops \
-fexpensive-optimizations

CONFIG.CXXFLAGS.debug.define :=
CONFIG.CXXFLAGS.debug.include:=
CONFIG.CXXFLAGS.debug.option := -fno-inline-functions -ggdb

CONFIG.CXXFLAGS.diagnostic.define :=
CONFIG.CXXFLAGS.diagnostic.include:=
CONFIG.CXXFLAGS.diagnostic.option := -Wall
7 changes: 7 additions & 0 deletions CONFIG/Makefile.compiler.gcc
@@ -0,0 +1,7 @@
CONFIG.CXX :=gcc
CONFIG.CXX.name :=gcc
CONFIG.LD :=gcc
CONFIG.LD.SHARED:=gcc -shared
CONFIG.LD.STATIC:=gcc -static -rdynamic

include $(PROJECT_ROOT_DIR)/CONFIG/Makefile.compiler.$(CONFIG.COMPILER).$(TARGET.OS)
1 change: 1 addition & 0 deletions CONFIG/Makefile.compiler.gcc.Darwin
@@ -0,0 +1 @@
include $(PROJECT_ROOT_DIR)/CONFIG/Makefile.compiler.g++.$(TARGET.OS).$(TARGET.MACH)
1 change: 1 addition & 0 deletions CONFIG/Makefile.compiler.gcc.Linux
@@ -0,0 +1 @@
include $(PROJECT_ROOT_DIR)/CONFIG/Makefile.compiler.g++.$(TARGET.OS).$(TARGET.MACH)
22 changes: 22 additions & 0 deletions CONFIG/Makefile.compiler.gcc.Linux.armv4l
@@ -0,0 +1,22 @@
CONFIG.CXXFLAGS.architecture.define :=-D__BUILD_FOR_ARM_LINUX
CONFIG.CXXFLAGS.architecture.include:=
CONFIG.CXXFLAGS.architecture.option :=-fpic -fPIC -shared

CONFIG.CXXFLAGS.optimization.define :=
CONFIG.CXXFLAGS.optimization.include:=
CONFIG.CXXFLAGS.optimization.option :=\
-Wall \
-O2 \
-ffast-math \
-fstrength-reduce \
-finline-functions \
-funroll-loops \
-fexpensive-optimizations

CONFIG.CXXFLAGS.debug.define :=
CONFIG.CXXFLAGS.debug.include:=
CONFIG.CXXFLAGS.debug.option := -fno-inline-functions -ggdb

CONFIG.CXXFLAGS.diagnostic.define :=
CONFIG.CXXFLAGS.diagnostic.include:=
CONFIG.CXXFLAGS.diagnostic.option := -Wall
22 changes: 22 additions & 0 deletions CONFIG/Makefile.compiler.gcc.Linux.i586
@@ -0,0 +1,22 @@
CONFIG.CXXFLAGS.architecture.define :=-D__BUILD_FOR_INTEL_LINUX
CONFIG.CXXFLAGS.architecture.include:=
CONFIG.CXXFLAGS.architecture.option :=-fpic -fPIC -shared

CONFIG.CXXFLAGS.optimization.define :=
CONFIG.CXXFLAGS.optimization.include:=
CONFIG.CXXFLAGS.optimization.option :=\
-Wall \
-O2 \
-ffast-math \
-fstrength-reduce \
-finline-functions \
-funroll-loops \
-fexpensive-optimizations

CONFIG.CXXFLAGS.debug.define :=
CONFIG.CXXFLAGS.debug.include:=
CONFIG.CXXFLAGS.debug.option := -fno-inline-functions -ggdb

CONFIG.CXXFLAGS.diagnostic.define :=
CONFIG.CXXFLAGS.diagnostic.include:=
CONFIG.CXXFLAGS.diagnostic.option := -Wall
22 changes: 22 additions & 0 deletions CONFIG/Makefile.compiler.gcc.Linux.i686
@@ -0,0 +1,22 @@
CONFIG.CXXFLAGS.architecture.define :=-D__BUILD_FOR_INTEL_LINUX
CONFIG.CXXFLAGS.architecture.include:=
CONFIG.CXXFLAGS.architecture.option :=-fpic -fPIC -shared

CONFIG.CXXFLAGS.optimization.define :=
CONFIG.CXXFLAGS.optimization.include:=
CONFIG.CXXFLAGS.optimization.option :=\
-Wall \
-O2 \
-ffast-math \
-fstrength-reduce \
-finline-functions \
-funroll-loops \
-fexpensive-optimizations

CONFIG.CXXFLAGS.debug.define :=
CONFIG.CXXFLAGS.debug.include:=
CONFIG.CXXFLAGS.debug.option := -fno-inline-functions -ggdb

CONFIG.CXXFLAGS.diagnostic.define :=
CONFIG.CXXFLAGS.diagnostic.include:=
CONFIG.CXXFLAGS.diagnostic.option := -Wall
7 changes: 7 additions & 0 deletions CONFIG/Makefile.compiler.insure
@@ -0,0 +1,7 @@
CONFIG.CXX :=insure
CONFIG.CXX.name :=insure
CONFIG.LD :=insure
CONFIG.LD.SHARED:=insure -shared
CONFIG.LD.STATIC:=insure -static -rdynamic

include $(PROJECT_ROOT_DIR)/CONFIG/Makefile.compiler.$(CONFIG.COMPILER).$(TARGET.OS)
1 change: 1 addition & 0 deletions CONFIG/Makefile.compiler.insure.Linux
@@ -0,0 +1 @@
include $(PROJECT_ROOT_DIR)/CONFIG/Makefile.compiler.insure.$(TARGET.OS).$(TARGET.MACH)
15 changes: 15 additions & 0 deletions CONFIG/Makefile.compiler.insure.Linux.i686
@@ -0,0 +1,15 @@
CONFIG.CXXFLAGS.architecture.define :=-D__BUILD_FOR_INTEL_LINUX
CONFIG.CXXFLAGS.architecture.include:=
CONFIG.CXXFLAGS.architecture.option :=-fpic -fPIC -shared

CONFIG.CXXFLAGS.optimization.define :=
CONFIG.CXXFLAGS.optimization.include:=
CONFIG.CXXFLAGS.optimization.option :=

CONFIG.CXXFLAGS.debug.define :=
CONFIG.CXXFLAGS.debug.include:=
CONFIG.CXXFLAGS.debug.option := -fno-inline-functions -ggdb

CONFIG.CXXFLAGS.diagnostic.define :=
CONFIG.CXXFLAGS.diagnostic.include:=
CONFIG.CXXFLAGS.diagnostic.option := -Wall
1 change: 1 addition & 0 deletions CONFIG/Makefile.os
@@ -0,0 +1 @@
include $(PROJECT_ROOT_DIR)/CONFIG/Makefile.os.$(TARGET.OS)
11 changes: 11 additions & 0 deletions CONFIG/Makefile.os.Darwin
@@ -0,0 +1,11 @@
#
# Temporary directory, usually /usr/tmp or /var/tmp
#
CONFIG.TMPDIR := /var/tmp
CONFIG.SHELL := bash

ifeq ($(USER.ENABLE_INSURE),y)
$(error ERROR: 'insure' is available under Linux only)
else
CONFIG.COMPILER := g++
endif
12 changes: 12 additions & 0 deletions CONFIG/Makefile.os.Linux
@@ -0,0 +1,12 @@
#
# Temporary directory, usually /usr/tmp or /var/tmp
#
CONFIG.TMPDIR := /usr/tmp
CONFIG.SHELL := bash

ifeq ($(USER.ENABLE_INSURE),y)
CONFIG.COMPILER := insure
else
CONFIG.COMPILER := g++
endif

10 changes: 10 additions & 0 deletions CONFIG/Makefile.os.SunOS
@@ -0,0 +1,10 @@
#
# Temporary directory, usually /usr/tmp or /var/tmp
#
CONFIG.TMPDIR := /usr/tmp
CONFIG.SHELL := bash
CONFIG.COMPILER := g++

ifeq ($(USER.ENABLE_INSURE),y)
$(error ERROR: 'insure' is available under Linux only)
endif
20 changes: 20 additions & 0 deletions CONFIG/Makefile.os.package.STD.Darwin
@@ -0,0 +1,20 @@
#
# std configuration for Linux
#
# *.topdir -- root of subsystem
# *.include -- root of subsystem include
# *.include.files -- files to watch for autodependency check
# *.library -- root of subsystem libraries
# *.library.libs -- libs to link from subsystem
#
# LINK.* -- cmd line for linking subsystem
#
STD.topdir :=# value not useful
STD.include :=# value not useful
STD.include.files:=# value not useful
STD.library :=# value not useful
STD.library.libs :=-ldl -lm


CONFIG.generic.define+=
CONFIG.generic.include+=$(STD.include)
20 changes: 20 additions & 0 deletions CONFIG/Makefile.os.package.STD.Linux
@@ -0,0 +1,20 @@
#
# std configuration for Linux
#
# *.topdir -- root of subsystem
# *.include -- root of subsystem include
# *.include.files -- files to watch for autodependency check
# *.library -- root of subsystem libraries
# *.library.libs -- libs to link from subsystem
#
# LINK.* -- cmd line for linking subsystem
#
STD.topdir :=# value not useful
STD.include :=-I/usr/include/g++-2
STD.include.files:=# value not useful
STD.library :=# value not useful
STD.library.libs :=-ldl -lm


CONFIG.generic.define+=
CONFIG.generic.include+=$(STD.include)
20 changes: 20 additions & 0 deletions CONFIG/Makefile.os.package.STD.SunOS
@@ -0,0 +1,20 @@
#
# std configuration for SunOS
#
# *.topdir -- root of subsystem
# *.include -- root of subsystem include
# *.include.files -- files to watch for autodependency check
# *.library -- root of subsystem libraries
# *.library.libs -- libs to link from subsystem
#
# LINK.* -- cmd line for linking subsystem
#
STD.topdir :=# value not useful
STD.include :=# value not useful
STD.include.files:=# value not useful
STD.library :=# value not useful
STD.library.libs :=-ldl -lnsl -lsocket -lm


CONFIG.generic.define+=
CONFIG.generic.include+=$(STD.include)
20 changes: 20 additions & 0 deletions CONFIG/Makefile.os.package.THREADS.Darwin
@@ -0,0 +1,20 @@
#
# THREADS configuration for Linux
#
# *.topdir -- root of subsystem
# *.include -- root of subsystem include
# *.include.files -- files to watch for autodependency check
# *.library -- root of subsystem libraries
# *.library.libs -- libs to link from subsystem
#
# LINK.* -- cmd line for linking subsystem
#
THREADS.topdir :=# value not useful
THREADS.include :=# value not useful
THREADS.include.files:=# value not useful
THREADS.library :=# value not useful
THREADS.library.libs :=-lpthread


CONFIG.generic.define+=
CONFIG.generic.include+=$(THREADS.include)
20 changes: 20 additions & 0 deletions CONFIG/Makefile.os.package.THREADS.Linux
@@ -0,0 +1,20 @@
#
# THREADS configuration for Linux
#
# *.topdir -- root of subsystem
# *.include -- root of subsystem include
# *.include.files -- files to watch for autodependency check
# *.library -- root of subsystem libraries
# *.library.libs -- libs to link from subsystem
#
# LINK.* -- cmd line for linking subsystem
#
THREADS.topdir :=# value not useful
THREADS.include :=# value not useful
THREADS.include.files:=# value not useful
THREADS.library :=# value not useful
THREADS.library.libs :=-lpthread


CONFIG.generic.define+=
CONFIG.generic.include+=$(THREADS.include)
20 changes: 20 additions & 0 deletions CONFIG/Makefile.os.package.THREADS.SunOS
@@ -0,0 +1,20 @@
#
# THREADS configuration for SunOS
#
# *.topdir -- root of subsystem
# *.include -- root of subsystem include
# *.include.files -- files to watch for autodependency check
# *.library -- root of subsystem libraries
# *.library.libs -- libs to link from subsystem
#
# LINK.* -- cmd line for linking subsystem
#
THREADS.topdir :=# value not useful
THREADS.include :=# value not useful
THREADS.include.files:=# value not useful
THREADS.library :=# value not useful
THREADS.library.libs :=-lthread -lpthread


CONFIG.generic.define+= -D_REENTRANT
CONFIG.generic.include+=$(THREADS.include)

0 comments on commit 6b658ea

Please sign in to comment.