summaryrefslogtreecommitdiffstats
path: root/odk/examples/DevelopersGuide/Config
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-08-27 15:43:48 +0000
committerKurt Zenker <kz@openoffice.org>2003-08-27 15:43:48 +0000
commit59a37b9a95dcb8aa2aabf3cb3a58d9d22ec67d63 (patch)
tree26f5f014439424ba32663d362108bfbc61559555 /odk/examples/DevelopersGuide/Config
parentINTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED (diff)
downloadcore-59a37b9a95dcb8aa2aabf3cb3a58d9d22ec67d63.tar.gz
core-59a37b9a95dcb8aa2aabf3cb3a58d9d22ec67d63.zip
INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED
2003/08/27 15:05:47 hr 1.2.32.1: #111934#: join from CWS sdk07
Diffstat (limited to 'odk/examples/DevelopersGuide/Config')
-rw-r--r--odk/examples/DevelopersGuide/Config/makefile.mk12
1 files changed, 8 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/Config/makefile.mk b/odk/examples/DevelopersGuide/Config/makefile.mk
index f96aa4afedb0..85ff0e3df4aa 100644
--- a/odk/examples/DevelopersGuide/Config/makefile.mk
+++ b/odk/examples/DevelopersGuide/Config/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:16:01 $
+# last change: $Author: kz $ $Date: 2003-08-27 16:43:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,15 +78,19 @@ CONFIG_FILES=\
$(DESTDIRDEVGUIDEEXAMPLES)$/Config$/ConfigExamples.java \
$(DESTDIRDEVGUIDEEXAMPLES)$/Config$/Makefile
-EXAMPLESLIST= \
+DIR_FILE_LIST= \
$(CONFIG_FILES) \
+DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d))
+DIR_CREATE_FLAG=$(MISC)$/devguide_config_dirs_created.txt
+DIR_FILE_FLAG=$(MISC)$/devguide_config.txt
#--------------------------------------------------
# TARGETS
#--------------------------------------------------
all : \
- $(EXAMPLESLIST)
+ $(DIR_FILE_LIST) \
+ $(DIR_FILE_FLAG)
#--------------------------------------------------
# use global rules