############################################################################### # This top level just specifies (via SUBDIRS) the subdirectories where # actions are needed. Nothing is actually done in or to this directory. ############################################################################### # subdirectories SUBDIRS = # OfflineMon ifdef USESHLIBS LINK_SHARED = 1 endif export LINK_SHARED ############################################################ include SoftRelTools/standard.mk _farm: $(MAKE) -C .work $(OVERRIDES) bin $(MAKE) -C scripts $(OVERRIDES) bin $(MAKE) -C farm $(OVERRIDES) bin _mon: $(MAKE) -C OfflineMon $(OVERRIDES) nobin _mod: $(MAKE) -C CompModel $(OVERRIDES) nobin _tarball: echo $(PWD) ; cd .. ; ls -al ; \ echo $(PWD)/cdfopr/scripts/make_tarball -j $(JOB) ; \ $(PWD)/cdfopr/scripts/make_tarball -j $(JOB) ###############################################################################