summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/ProfUNO/makefile.mk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-08-27 15:45:06 +0000
committerKurt Zenker <kz@openoffice.org>2003-08-27 15:45:06 +0000
commit18c6a0a9b81d916763bce2c38fc33a0571002700 (patch)
tree48d126d60586e5a82a898ede11b218541cac0892 /odk/examples/DevelopersGuide/ProfUNO/makefile.mk
parent5299ef8c5eeab1fa4c9076dda71d5715b4c65068 (diff)
INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED
2003/08/27 15:05:56 hr 1.2.32.1: #111934#: join from CWS sdk07
Diffstat (limited to 'odk/examples/DevelopersGuide/ProfUNO/makefile.mk')
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/makefile.mk15
1 files changed, 10 insertions, 5 deletions
diff --git a/odk/examples/DevelopersGuide/ProfUNO/makefile.mk b/odk/examples/DevelopersGuide/ProfUNO/makefile.mk
index d1a83e0dc96b..bf2461fed8c3 100644
--- a/odk/examples/DevelopersGuide/ProfUNO/makefile.mk
+++ b/odk/examples/DevelopersGuide/ProfUNO/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: vg $ $Date: 2003-06-10 10:39:11 $
+# last change: $Author: kz $ $Date: 2003-08-27 16:45:06 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -91,24 +91,29 @@ LIFETIME_FILES=\
$(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/Lifetime$/MyUnoObject.java \
$(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/Lifetime$/object_lifetime.cxx
-EXAMPLESLIST= \
+DIR_FILE_LIST= \
$(CPPBINDING_FILES) \
$(INTERPROCESSCONN_FILES) \
$(LIFETIME_FILES)
+DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d))
+DIR_CREATE_FLAG=$(MISC)$/devguide_profuno_dirs_created.txt
+DIR_FILE_FLAG=$(MISC)$/devguide_profuno.txt
#--------------------------------------------------
# TARGETS
#--------------------------------------------------
all : \
- $(EXAMPLESLIST)
+ $(DIR_FILE_LIST) \
+ $(DIR_FILE_FLAG)
#--------------------------------------------------
# use global rules
#--------------------------------------------------
.INCLUDE: $(PRJ)$/util$/odk_rules.pmk
-
+
$(DESTDIREXAMPLES)$/%$/office_connectrc : $(PRJ)$/examples$/%$/office_connectrc
+-$(MKDIRHIER) $(@:d)
+-rm -f $@ >& $(NULLDEV)
$(MY_TEXTCOPY) $(MY_TEXTCOPY_SOURCEPRE) $< $(MY_TEXTCOPY_TARGETPRE) $@
+