summaryrefslogtreecommitdiffstats
path: root/odk/examples/DevelopersGuide/OfficeBean
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-08-27 15:44:46 +0000
committerKurt Zenker <kz@openoffice.org>2003-08-27 15:44:46 +0000
commit5299ef8c5eeab1fa4c9076dda71d5715b4c65068 (patch)
treed9e0dac4da4d70c1833e5e78a5d55a91db1a1d16 /odk/examples/DevelopersGuide/OfficeBean
parentINTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED (diff)
downloadcore-5299ef8c5eeab1fa4c9076dda71d5715b4c65068.tar.gz
core-5299ef8c5eeab1fa4c9076dda71d5715b4c65068.zip
INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED
2003/08/27 15:05:54 hr 1.2.32.1: #111934#: join from CWS sdk07
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeBean')
-rw-r--r--odk/examples/DevelopersGuide/OfficeBean/makefile.mk12
1 files changed, 8 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeBean/makefile.mk b/odk/examples/DevelopersGuide/OfficeBean/makefile.mk
index 8fb8bc37747d..92459654dda6 100644
--- a/odk/examples/DevelopersGuide/OfficeBean/makefile.mk
+++ b/odk/examples/DevelopersGuide/OfficeBean/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:26:54 $
+# last change: $Author: kz $ $Date: 2003-08-27 16:44:46 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -97,17 +97,21 @@ SIMPLEBEAN_FILES=\
$(DESTDIRDEVGUIDEEXAMPLES)$/OfficeBean$/SimpleBean$/SimpleBeanBeanInfo.java \
$(DESTDIRDEVGUIDEEXAMPLES)$/OfficeBean$/SimpleBean$/SimpleViewer.java
-EXAMPLESLIST= \
+DIR_FILE_LIST= \
$(OFFICEBEAN_FILES) \
$(OFFICEWRITERBEAN_FILES) \
$(SIMPLEBEAN_FILES)
+DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d))
+DIR_CREATE_FLAG=$(MISC)$/devguide_officebean_dirs_created.txt
+DIR_FILE_FLAG=$(MISC)$/devguide_officebean.txt
#--------------------------------------------------
# TARGETS
#--------------------------------------------------
all : \
- $(EXAMPLESLIST)
+ $(DIR_FILE_LIST) \
+ $(DIR_FILE_FLAG)
#--------------------------------------------------
# use global rules