INTEGRATION: CWS unopkg (1.7.30); FILE MERGED

2003/09/25 14:13:52 dbo 1.7.30.2: #112352# separate header generation
2003/09/23 09:04:20 dbo 1.7.30.1: #112352# generating headers into separate output directories
This commit is contained in:
Vladimir Glazounov
2003-10-06 12:07:42 +00:00
parent aaa509dcd9
commit d89cf9224b

View File

@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.7 $ # $Revision: 1.8 $
# #
# last change: $Author: mh $ $Date: 2003-03-24 16:59:14 $ # last change: $Author: vg $ $Date: 2003-10-06 13:07:42 $
# #
# 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
@@ -77,20 +77,20 @@ ENABLE_EXCEPTIONS=TRUE
UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb
UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb
# output directory (one dir for each project) UNOUCROUT = $(OUT)$/inc$/$(TARGET)
UNOUCROUT=$(OUT)$/inc INCPRE += $(UNOUCROUT)
CPPUMAKERFLAGS += -C
# adding to inludepath
INCPRE+=$(UNOUCROUT)
UNOTYPES=\ UNOTYPES=\
com.sun.star.uno.TypeClass \ com.sun.star.uno.TypeClass \
com.sun.star.lang.XMultiServiceFactory \ com.sun.star.lang.XMultiServiceFactory \
com.sun.star.lang.XSingleServiceFactory \ com.sun.star.lang.XSingleServiceFactory \
com.sun.star.lang.XMultiComponentFactory \ com.sun.star.lang.XMultiComponentFactory \
com.sun.star.lang.XSingleComponentFactory \ com.sun.star.lang.XSingleComponentFactory \
com.sun.star.lang.XComponent \ com.sun.star.lang.XComponent \
com.sun.star.container.XContentEnumerationAccess \ com.sun.star.container.XContentEnumerationAccess \
com.sun.star.container.XSet \
com.sun.star.loader.CannotActivateFactoryException \
com.sun.star.registry.XImplementationRegistration com.sun.star.registry.XImplementationRegistration
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------