Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
flext
Commits
fb50a854
Commit
fb50a854
authored
Jan 03, 2005
by
thomas
Browse files
updated build system
git-svn-id:
https://svn.grrrr.org/ext/trunk@937
4d9ac71a-51e6-0310-8455-cad1006bcd31
parent
7f05ba28
Changes
6
Hide whitespace changes
Inline
Side-by-side
buildsys/bmake-sub.mak
View file @
fb50a854
...
...
@@ -5,7 +5,7 @@
# project-specific definitions
# package info
!
include
$(
USR
INFO)
!
include
$(
PKG
INFO)
# special package settings
!
ifdef
USRCONFIG
...
...
buildsys/bmake.mak
View file @
fb50a854
...
...
@@ -8,23 +8,25 @@
###############################################
# package info
USRINFO
=
package.txt
!
ifndef
PKGINFO
PKGINFO
=
package.txt
!
endif
!
include
$(
USR
INFO)
!
include
$(
PKG
INFO)
###############################################
# check variables
!
ifndef
BUILDCLASS
!error
BUILDCLASS
must
be
specified
in
$(
USR
INFO)
!error
BUILDCLASS
must
be
specified
in
$(
PKG
INFO)
!
endif
!
ifndef
BUILDMODE
!error
BUILDMODE
must
be
specified
in
$(
USR
INFO)
!error
BUILDMODE
must
be
specified
in
$(
PKG
INFO)
!
endif
!
ifndef
BUILDTYPE
!error
BUILDTYPE
must
be
specified
in
$(
USR
INFO)
!error
BUILDTYPE
must
be
specified
in
$(
PKG
INFO)
!
endif
##############################
...
...
@@ -44,7 +46,7 @@ SYSDEFAULT=$(BUILDPATH)$(PLATFORM)\$(RTSYS)\config-$(COMPILER).def
OPTIONS
=
-f
$(BUILDPATH)
bmake-sub.mak
-N
\
PLATFORM
=
$(PLATFORM)
RTSYS
=
$(RTSYS)
COMPILER
=
$(COMPILER)
\
BUILDPATH
=
$(BUILDPATH)
USR
INFO
=
$(
USR
INFO)
BUILDPATH
=
$(BUILDPATH)
PKG
INFO
=
$(
PKG
INFO)
###############################################
...
...
buildsys/gnumake-sub.mak
View file @
fb50a854
...
...
@@ -5,7 +5,7 @@ include $(BUILDPATH)config-$(PLATFORM)-$(RTSYS)-$(COMPILER).txt
# project specific definitions
# package info
include
$(
USR
INFO)
include
$(
PKG
INFO)
# special settings
ifdef
USRCONFIG
...
...
buildsys/gnumake.mak
View file @
fb50a854
...
...
@@ -8,23 +8,25 @@
###############################################
# package info
USRINFO
=
package.txt
ifndef
PKGINFO
PKGINFO
=
package.txt
endif
include
$(
USR
INFO)
include
$(
PKG
INFO)
###############################################
# check variables
ifndef
BUILDCLASS
error
BUILDCLASS
must
be
specified
in
$(
USR
INFO)
error
BUILDCLASS
must
be
specified
in
$(
PKG
INFO)
endif
ifndef
BUILDMODE
error
BUILDMODE
must
be
specified
in
$(
USR
INFO)
error
BUILDMODE
must
be
specified
in
$(
PKG
INFO)
endif
ifndef
BUILDTYPE
error
BUILDTYPE
must
be
specified
in
$(
USR
INFO)
error
BUILDTYPE
must
be
specified
in
$(
PKG
INFO)
endif
##############################
...
...
@@ -53,7 +55,7 @@ SYSDEFAULT=$(UBUILDPATH)$(PLATFORM)/$(RTSYS)/config-$(COMPILER).def
OPTIONS
=
-f
$(UBUILDPATH)
gnumake-sub.mak
\
PLATFORM
=
$(PLATFORM)
RTSYS
=
$(RTSYS)
COMPILER
=
$(COMPILER)
\
BUILDPATH
=
$(UBUILDPATH)
USR
INFO
=
$(
USR
INFO)
BUILDPATH
=
$(UBUILDPATH)
PKG
INFO
=
$(
PKG
INFO)
###############################################
...
...
buildsys/nmake-sub.mak
View file @
fb50a854
...
...
@@ -5,7 +5,7 @@
# project-specific definitions
# package info
!
include
$(
USR
INFO)
!
include
$(
PKG
INFO)
# special package settings
!
ifdef
USRCONFIG
...
...
buildsys/nmake.mak
View file @
fb50a854
...
...
@@ -8,23 +8,25 @@
###############################################
# package info
USRINFO
=
package.txt
!
ifndef
PKGINFO
PKGINFO
=
package.txt
!
endif
!
include
$(
USR
INFO)
!
include
$(
PKG
INFO)
###############################################
# check variables
!
ifndef
BUILDCLASS
!error
BUILDCLASS
must
be
specified
in
$(
USR
INFO)
!error
BUILDCLASS
must
be
specified
in
$(
PKG
INFO)
!
endif
!
ifndef
BUILDMODE
!error
BUILDMODE
must
be
specified
in
$(
USR
INFO)
!error
BUILDMODE
must
be
specified
in
$(
PKG
INFO)
!
endif
!
ifndef
BUILDTYPE
!error
BUILDTYPE
must
be
specified
in
$(
USR
INFO)
!error
BUILDTYPE
must
be
specified
in
$(
PKG
INFO)
!
endif
##############################
...
...
@@ -44,7 +46,7 @@ SYSDEFAULT=$(BUILDPATH)$(PLATFORM)\$(RTSYS)\config-$(COMPILER).def
OPTIONS
=
-f
$(BUILDPATH)
nmake-sub.mak
\
PLATFORM
=
$(PLATFORM)
RTSYS
=
$(RTSYS)
COMPILER
=
$(COMPILER)
\
BUILDPATH
=
$(BUILDPATH)
USR
INFO
=
$(
USR
INFO)
BUILDPATH
=
$(BUILDPATH)
PKG
INFO
=
$(
PKG
INFO)
###############################################
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment