INTEGRATION: CWS ause064 (1.4.8); FILE MERGED

2006/08/11 10:57:45 hjs 1.4.8.1: #i68528# not in SO build
This commit is contained in:
Rüdiger Timm
2006-08-30 11:41:20 +00:00
parent b2b2fdb2ca
commit 9c631e301f

View File

@@ -4,9 +4,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.4 $ # $Revision: 1.5 $
# #
# last change: $Author: hr $ $Date: 2006-06-20 11:49:14 $ # last change: $Author: rt $ $Date: 2006-08-30 12:41:20 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
@@ -34,28 +34,28 @@
#************************************************************************* #*************************************************************************
PRJ=.. PRJ=..
PRJNAME=3rdparty PRJNAME=external
TARGET=gpc TARGET=gpc
LIBTARGET=NO LIBTARGET=NO
EXTERNAL_WARNINGS_NOT_ERRORS=TRUE EXTERNAL_WARNINGS_NOT_ERRORS=TRUE
# --- Settings ----------------------------------------------------- # --- Settings -----------------------------------------------------
.INCLUDE : svpre.mk
.INCLUDE : settings.mk .INCLUDE : settings.mk
.INCLUDE : sv.mk
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
.IF "$(BUILD_SPECIAL)"==""
.IF "$(WITH_GPC)"!="NO" .IF "$(WITH_GPC)"!="NO"
SLOFILES = $(SLO)$/gpc.obj SLOFILES = $(SLO)$/gpc.obj
LIB1TARGET=$(SLB)$/$(TARGET).lib LIB1TARGET=$(SLB)$/$(TARGET).lib
LIB1ARCHIV=$(LB)$/lib$(TARGET).a LIB1ARCHIV=$(LB)$/lib$(TARGET).a
LIB1OBJFILES=$(SLOFILES) LIB1OBJFILES=$(SLOFILES)
.ENDIF .ENDIF
.ENDIF # "$(BUILD_SPECIAL)"==""
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
.INCLUDE : target.mk .INCLUDE : target.mk