summaryrefslogtreecommitdiff
path: root/sot/source/base/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/base/makefile.mk')
-rw-r--r--sot/source/base/makefile.mk34
1 files changed, 16 insertions, 18 deletions
diff --git a/sot/source/base/makefile.mk b/sot/source/base/makefile.mk
index b0f3542e85dd..d4570142b1b7 100644
--- a/sot/source/base/makefile.mk
+++ b/sot/source/base/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: jl $ $Date: 2001-07-30 10:22:08 $
+# last change: $Author: obo $ $Date: 2005-04-13 12:35:03 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,35 +64,33 @@ PRJ=..$/..
PRJNAME=sot
TARGET=base
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-.IF "$(COM)"=="GCC"
-NOOPTFILES=\
- $(SLO)$/exchange.obj
-
-.ENDIF
# --- Settings -----------------------------------------------------
+
.INCLUDE : svpre.mk
.INCLUDE : settings.mk
.INCLUDE : sv.mk
-
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
# --- Files --------------------------------------------------------
-SLOFILES= \
- $(SLO)$/factory.obj \
- $(SLO)$/object.obj \
- $(SLO)$/exchange.obj \
- $(SLO)$/filelist.obj \
- $(SLO)$/formats.obj
+.IF "$(COM)"=="GCC"
+NOOPTFILES= \
+ $(SLO)$/exchange.obj
+.ENDIF # GCC
+SLOFILES= \
+ $(SLO)$/factory.obj \
+ $(SLO)$/object.obj \
+ $(SLO)$/exchange.obj \
+ $(SLO)$/filelist.obj \
+ $(SLO)$/formats.obj
-EXCEPTIONSFILES= $(SLO)$/formats.obj
+EXCEPTIONSFILES= \
+ $(SLO)$/formats.obj
# --- Targets -------------------------------------------------------
-
.INCLUDE : target.mk
.INCLUDE : $(PRJ)$/util$/target.pmk