INTEGRATION: CWS geordi2q01 (1.6.16); FILE MERGED

2003/08/18 12:40:52 hr 1.6.16.1: #i18350#: join changes from CWS ooo11rc3
This commit is contained in:
Hans-Joachim Lankenau
2003-08-18 14:02:57 +00:00
parent 4b36b6f62b
commit f17a27a1c3

View File

@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.6 $ # $Revision: 1.7 $
# #
# last change: $Author: vg $ $Date: 2003-06-12 11:07:29 $ # last change: $Author: hjs $ $Date: 2003-08-18 15:02:57 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
@@ -164,9 +164,10 @@ APP1STDLIBS+= -lXm
.IF "$(GUI)" == "UNX" .IF "$(GUI)" == "UNX"
.IF "$(OS)" == "LINUX" .IF "$(OS)" == "LINUX"
APP1STDLIBS+= -lXext -lX11 -lSM -lICE APP1STDLIBS+= -lXext -lX11 -lSM -lICE
.ENDIF
.IF "$(OS)"=="MACOSX"
APP1STDLIBS+= -lapp -lsample
.ENDIF .ENDIF
.ENDIF .ENDIF
@@ -204,9 +205,14 @@ APP3STDLIBS= \
$(SJLIB) \ $(SJLIB) \
$(SO2LIB) $(SO2LIB)
.IF "$(GUI)"=="UNX" .IF "$(GUI)"=="UNX"
.IF "$(OS)"=="MACOSX"
APP3STDLIBS+= \
$(VOSLIB) $(SALLIB) $(LIBSTLPORT)
.ELSE
APP3STDLIBS+= \ APP3STDLIBS+= \
$(VOSLIB) $(SALLIB) $(VOSLIB) $(SALLIB)
.ENDIF .ENDIF
.ENDIF
APP3LIBS= \ APP3LIBS= \
$(LIBPRE) $(LB)$/miniapp.lib $(LIBPRE) $(LB)$/miniapp.lib