|
@@ -21,7 +21,7 @@
|
|
# What compiler do you want to use :
|
|
# What compiler do you want to use :
|
|
ifndef PP
|
|
ifndef PP
|
|
PP=ppc386
|
|
PP=ppc386
|
|
-endif PP
|
|
|
|
|
|
+endif
|
|
|
|
|
|
# Where do you want to install the units ?
|
|
# Where do you want to install the units ?
|
|
# For each of the systems, a subdirectory OSunits of
|
|
# For each of the systems, a subdirectory OSunits of
|
|
@@ -73,7 +73,9 @@ endif
|
|
|
|
|
|
|
|
|
|
# Set redir to YES if you want a log file to be kept.
|
|
# Set redir to YES if you want a log file to be kept.
|
|
|
|
+ifndef REDIR
|
|
REDIR=YES
|
|
REDIR=YES
|
|
|
|
+endif
|
|
|
|
|
|
# Set NODEBUG to YES if you DON'T want debugging
|
|
# Set NODEBUG to YES if you DON'T want debugging
|
|
NODEBUG=YES
|
|
NODEBUG=YES
|
|
@@ -141,7 +143,7 @@ else
|
|
override REDIR:= >> log
|
|
override REDIR:= >> log
|
|
endif
|
|
endif
|
|
else
|
|
else
|
|
-REDIR:=
|
|
|
|
|
|
+override REDIR:= >> con
|
|
endif
|
|
endif
|
|
|
|
|
|
# Check error definitions file.
|
|
# Check error definitions file.
|
|
@@ -155,7 +157,7 @@ DOS=NO
|
|
else
|
|
else
|
|
DOS=YES
|
|
DOS=YES
|
|
# also redirect the standard error to the redir file
|
|
# also redirect the standard error to the redir file
|
|
-ifdef REDIR
|
|
|
|
|
|
+ifeq (YES,$(REDIR))
|
|
PP:=redir -eo $(PP)
|
|
PP:=redir -eo $(PP)
|
|
# set the verbosity to max
|
|
# set the verbosity to max
|
|
OPT:=$(OPT) -va
|
|
OPT:=$(OPT) -va
|
|
@@ -200,7 +202,7 @@ native: rtl$(OS_SRC)
|
|
|
|
|
|
nativelibs : $(OS_SRC)libs
|
|
nativelibs : $(OS_SRC)libs
|
|
|
|
|
|
-all: rtlgo32v1 rtlgo32v2 rtllinux rtlos2
|
|
|
|
|
|
+all: rtlgo32v1 rtlgo32v2 rtllinux rtlos2 rtlwin32
|
|
|
|
|
|
libs: go32v1libs go32v2libs linuxlibs os2libs
|
|
libs: go32v1libs go32v2libs linuxlibs os2libs
|
|
|
|
|
|
@@ -269,9 +271,9 @@ native_libinstall: libinstall_$(OS_SRC)
|
|
|
|
|
|
makefile.dif : makefile
|
|
makefile.dif : makefile
|
|
-$(DIFF) $(DIFFOPTS) makefile $(REFPATH)/makefile > makefile.dif
|
|
-$(DIFF) $(DIFFOPTS) makefile $(REFPATH)/makefile > makefile.dif
|
|
-
|
|
|
|
|
|
|
|
-diffs_rtl: makefile.dif
|
|
|
|
|
|
+
|
|
|
|
+diffs_rtl: makefile.dif
|
|
|
|
|
|
diffs_dos:
|
|
diffs_dos:
|
|
$(MAKE) -C dos diffs
|
|
$(MAKE) -C dos diffs
|
|
@@ -293,6 +295,8 @@ diffs_linux:
|
|
$(MAKE) -C linux diffs
|
|
$(MAKE) -C linux diffs
|
|
diffs_os2:
|
|
diffs_os2:
|
|
$(MAKE) -C os2 diffs
|
|
$(MAKE) -C os2 diffs
|
|
|
|
+diffs_win32:
|
|
|
|
+ $(MAKE) -C win32 diffs
|
|
|
|
|
|
install_go32v1:
|
|
install_go32v1:
|
|
$(MAKE) -C dos/go32v1 install
|
|
$(MAKE) -C dos/go32v1 install
|