summaryrefslogtreecommitdiff
path: root/rdbmaker
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-05-24 13:15:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-05-24 13:15:49 +0000
commit46e0d48f5c4ef59fe719a9215a18ec2e39b6438c (patch)
tree49e951a2377e3933f3bae9cc9ae0e0aca7a0deae /rdbmaker
parent8520d12318b41d5c8360b80e321bd49db057a80f (diff)
INTEGRATION: CWS ause043 (1.16.8); FILE MERGED
2005/11/04 13:01:11 hjs 1.16.8.1: #i56702# remove local uno header generation
Diffstat (limited to 'rdbmaker')
-rw-r--r--rdbmaker/source/rdbmaker/makefile.mk46
1 files changed, 8 insertions, 38 deletions
diff --git a/rdbmaker/source/rdbmaker/makefile.mk b/rdbmaker/source/rdbmaker/makefile.mk
index 621e2ad6a73c..19c15104bec2 100644
--- a/rdbmaker/source/rdbmaker/makefile.mk
+++ b/rdbmaker/source/rdbmaker/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 05:04:59 $
+# last change: $Author: vg $ $Date: 2006-05-24 14:15:49 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -43,49 +43,19 @@ LIBTARGET=NO
ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
-# --- Files --------------------------------------------------------
-UNOUCRDEP= $(SOLARBINDIR)$/udkapi.rdb
-UNOUCRRDB= $(SOLARBINDIR)$/udkapi.rdb
-
-UNOUCROUT= $(OUT)$/inc
-INCPRE+= $(OUT)$/inc
-
-UNOTYPES= \
- com.sun.star.lang.XMultiServiceFactory \
- com.sun.star.lang.XSingleServiceFactory \
- com.sun.star.container.XHierarchicalNameAccess \
- com.sun.star.beans.XPropertySet \
- com.sun.star.uno.XComponentContext \
- com.sun.star.reflection.XInterfaceTypeDescription \
- com.sun.star.reflection.XModuleTypeDescription \
- com.sun.star.reflection.XConstantTypeDescription \
- com.sun.star.reflection.XConstantsTypeDescription \
- com.sun.star.reflection.XInterfaceMemberTypeDescription \
- com.sun.star.reflection.XInterfaceMethodTypeDescription \
- com.sun.star.reflection.XInterfaceAttributeTypeDescription \
- com.sun.star.reflection.XCompoundTypeDescription \
- com.sun.star.reflection.XIndirectTypeDescription \
- com.sun.star.reflection.XEnumTypeDescription \
- com.sun.star.registry.XRegistryKey \
-
-CXXFILES= rdbmaker.cxx \
- rdboptions.cxx \
- typeblop.cxx \
- specialtypemanager.cxx \
- rdbtype.cxx
-
-APP1TARGET= $(TARGET)
-
-APP1OBJS= $(OBJ)$/rdbmaker.obj \
+OBJFILES= $(OBJ)$/rdbmaker.obj \
$(OBJ)$/rdboptions.obj \
$(OBJ)$/typeblop.obj \
$(OBJ)$/specialtypemanager.obj \
$(OBJ)$/rdbtype.obj
+
+APP1TARGET= $(TARGET)
+
+APP1OBJS= $(OBJFILES)
+
APP1STDLIBS=\
$(SALLIB) \
$(SALHELPERLIB) \