summaryrefslogtreecommitdiffstats
path: root/odk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-08-27 15:43:36 +0000
committerKurt Zenker <kz@openoffice.org>2003-08-27 15:43:36 +0000
commitde208ca977815583425e53763dbaf50b4cdf79b1 (patch)
tree844b95d3d26ac0e85bf2b92c16eaba3aba735b0d /odk
parentINTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED (diff)
downloadcore-de208ca977815583425e53763dbaf50b4cdf79b1.tar.gz
core-de208ca977815583425e53763dbaf50b4cdf79b1.zip
INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED
2003/08/27 15:05:46 hr 1.2.32.1: #111934#: join from CWS sdk07
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/Components/makefile.mk14
1 files changed, 9 insertions, 5 deletions
diff --git a/odk/examples/DevelopersGuide/Components/makefile.mk b/odk/examples/DevelopersGuide/Components/makefile.mk
index 1a22d4bba621..556579c858bb 100644
--- a/odk/examples/DevelopersGuide/Components/makefile.mk
+++ b/odk/examples/DevelopersGuide/Components/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:10:12 $
+# last change: $Author: kz $ $Date: 2003-08-27 16:43:36 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -130,7 +130,7 @@ THUMBS_FILES=\
$(DESTTHUMBS)$/Makefile
-EXAMPLESLIST= \
+DIR_FILE_LIST= \
$(JOBSADDON_FILES) \
$(PROTOCOLHANLDERADDONCPP_FILES) \
$(PROTOCOLHANLDERADDONJAVA_FILES) \
@@ -138,15 +138,19 @@ EXAMPLESLIST= \
$(JAVACOMPONENT_FILES) \
$(THUMBS_FILES)
+DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d))
+DIR_CREATE_FLAG=$(MISC)$/devguide_components_dirs_created.txt
+DIR_FILE_FLAG=$(MISC)$/devguide_components.txt
#--------------------------------------------------
# TARGETS
#--------------------------------------------------
all : \
- $(EXAMPLESLIST)
+ $(DIR_FILE_LIST) \
+ $(DIR_FILE_FLAG)
#--------------------------------------------------
# use global rules
#--------------------------------------------------
.INCLUDE: $(PRJ)$/util$/odk_rules.pmk
-
+