# Top level GNUmakefile for Alignment # # uses SoftRelTools/standard.mk # # This top level just specifies (via SUBDIRS) the subdirectories where # actions are needed. Nothing is actually done in or to this directory. # ############################################################# # tbin's depend on lib tbin: lib # test has tbins, mech has mechanical alignment SUBDIRS = src test mech BeamDatabase: $(MAKE) -C src $(OVERRIDES) lib $(MAKE) -C test BEAMDATABASE=TRUE $(OVERRIDES) tbin ############################################################ include SoftRelTools/standard.mk