From 6eb1a84a53aac5adcb1be98536240b9af23c3deb Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Mon, 5 Mar 2007 21:03:31 +1100 Subject: [PATCH] Run make file in config dir. r1602 | ffr | 2007-03-05 21:03:31 +1100 (Mon, 05 Mar 2007) | 2 lines --- site_ansto/instrument/hipd/config/Makefile | 6 ++++++ site_ansto/instrument/hrpd/Makefile | 12 +++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 site_ansto/instrument/hipd/config/Makefile diff --git a/site_ansto/instrument/hipd/config/Makefile b/site_ansto/instrument/hipd/config/Makefile new file mode 100644 index 00000000..e4b249df --- /dev/null +++ b/site_ansto/instrument/hipd/config/Makefile @@ -0,0 +1,6 @@ +all: + make -C nexus + + +clean: + make -C nexus clean diff --git a/site_ansto/instrument/hrpd/Makefile b/site_ansto/instrument/hrpd/Makefile index 19a3916b..8ecc9b71 100644 --- a/site_ansto/instrument/hrpd/Makefile +++ b/site_ansto/instrument/hrpd/Makefile @@ -1,4 +1,14 @@ cfPath=config/motors -all: $(cfPath)/motor_configuration.tcl +all: script_val + make -C config + + +script_val: SVmotors + + +SVmotors: $(cfPath)/motor_configuration.tcl ../mksim_config.tcl -f $(cfPath)/motor_configuration.tcl > script_validator/$(cfPath)/motor_configuration.tcl + +clean: + make -C config clean