############################################################################### # 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 _mon: $(MAKE) -C OfflineMon $(OVERRIDES) nobin _tarball: echo $(PWD) ; cd .. ; ls -al ; \ echo $(PWD)/cdfopr/scripts/make_tarball -j $(JOB) ; \ $(PWD)/cdfopr/scripts/make_tarball -j $(JOB) ###############################################################################