Searched refs:SUBDIRS (Results 1 – 17 of 17) sorted by relevance
53 if ( $SUBDIRS[0] eq "" ) {55 shift @SUBDIRS ;58 if ( $#SUBDIRS > 1 ) {59 if ( $SUBDIRS[1] eq "" ) {62 shift @SUBDIRS ;63 shift @SUBDIRS ;68 while (@SUBDIRS) { 69 if ( -e $SUBDIRS[0] ) {75 mkdir $SUBDIRS[0], $MODE or die "Can't create directory $SUBDIRS[0]"77 chdir $SUBDIRS[0] or die "Can't cd to $SUBDIRS[0]" ;[all …]
33 SUBDIRS= org/openoffice/test org/openoffice/comp/test macro38 $(SUBDIRS) \43 .PHONY : $(SUBDIRS)44 $(SUBDIRS) :
5 SUBDIRS += getopt7 -SUBDIRS += src utils tests docs data win32 scripts8 +SUBDIRS += src tests docs data win32 scripts
41 $(foreach dir,$(SUBDIRS), cd $(dir);$(MAKE);cd ..;)45 $(foreach dir,$(SUBDIRS), cd $(dir);$(MAKE) clean ; cd ..;)
25 SUBDIRS=source/org/openoffice/accessibility macro
8 -SUBDIRS=$(subdirs) src examples utils demos docs data scripts9 +SUBDIRS=$(subdirs) src examples demos docs data scripts
40 -SUBDIRS = $(subdirs) src examples utils demos docs data scripts41 +SUBDIRS = $(subdirs) src examples utils demos data scripts
24 SUBDIRS=misc awb macro
27 SUBDIRS = macro
26 SUBDIRS = macro
27 SUBDIRS = text macro
27 SUBDIRS = canvas event tree view macro
70 SUBDIRS:=$(RC_SUBDIRS) macro1038 $(SUBDIRS) \1090 $(SUBDIRS) \
7 -SUBDIRS = include src apps man docs11 +SUBDIRS = include src man docs
47 SUBDIRS = \71 SUBDIRS = \3117 -SUBDIRS = IccApplyNamedCmm \3120 +SUBDIRS = IccDumpProfile \
Completed in 71 milliseconds