summaryrefslogtreecommitdiffstats
path: root/odk/examples/basic
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-08-27 15:46:29 +0000
committerKurt Zenker <kz@openoffice.org>2003-08-27 15:46:29 +0000
commite3e5c9b74c4e6b89a21568e6816d185557b18ff1 (patch)
tree9f1d6c4fb2160ea27e9481542a7ecf200a6c6bb4 /odk/examples/basic
parentINTEGRATION: CWS geordi2q03 (1.1.88); FILE MERGED (diff)
downloadcore-e3e5c9b74c4e6b89a21568e6816d185557b18ff1.tar.gz
core-e3e5c9b74c4e6b89a21568e6816d185557b18ff1.zip
INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED
2003/08/27 15:06:10 hr 1.2.32.1: #111934#: join from CWS sdk07
Diffstat (limited to 'odk/examples/basic')
-rw-r--r--odk/examples/basic/makefile.mk13
1 files changed, 9 insertions, 4 deletions
diff --git a/odk/examples/basic/makefile.mk b/odk/examples/basic/makefile.mk
index c6239e910c87..6873cd7f29d9 100644
--- a/odk/examples/basic/makefile.mk
+++ b/odk/examples/basic/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:45:11 $
+# last change: $Author: kz $ $Date: 2003-08-27 16:46:29 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -100,22 +100,27 @@ TEXT_FILES=\
$(DESTDIRBASICEXAMPLES)$/text$/modifying_text_automatically$/replacing_text.sxw \
$(DESTDIRBASICEXAMPLES)$/text$/modifying_text_automatically$/using_regular_expressions.sxw
-EXAMPLESLIST= \
+DIR_FILE_LIST= \
$(DRAWING_FILES) \
$(FORMSANDCONTROLS_FILES) \
$(SHEET_FILES) \
$(STOCKQUOTEUPDATER_FILES) \
$(TEXT_FILES) \
+DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d))
+DIR_CREATE_FLAG=$(MISC)$/ex_basic_dirs_created.txt
+DIR_FILE_FLAG=$(MISC)$/ex_basic_files.txt
#--------------------------------------------------
# TARGETS
#--------------------------------------------------
all : \
- $(EXAMPLESLIST)
+ $(DIR_FILE_LIST) \
+ $(DIR_FILE_FLAG)
#--------------------------------------------------
# use global rules
#--------------------------------------------------
.INCLUDE: $(PRJ)$/util$/odk_rules.pmk
+