diff options
Diffstat (limited to 'xmds2/Nlevels_with_doppler_with_z_4wm/Makefile.par')
-rw-r--r-- | xmds2/Nlevels_with_doppler_with_z_4wm/Makefile.par | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmds2/Nlevels_with_doppler_with_z_4wm/Makefile.par b/xmds2/Nlevels_with_doppler_with_z_4wm/Makefile.par index 88bf48d..ad7b0b6 100644 --- a/xmds2/Nlevels_with_doppler_with_z_4wm/Makefile.par +++ b/xmds2/Nlevels_with_doppler_with_z_4wm/Makefile.par @@ -23,8 +23,7 @@ default: $(CALC_XSIL_FILES) $(CALC_XSIL_FILES): %/data.xsil : % %.params echo processing $$(dirname $(@)) dir - @cd $$(dirname $(@)) ;\ - make -f ../Makefile.pp SCRIPTS_DIR=../ PARAMS_FILE=../$<.params + $(MAKE) -C $$(dirname $(@)) -f ../Makefile.pp SCRIPTS_DIR=../ PARAMS_FILE=../$<.params $(PP_DIR): % : %.params echo need to make dir @@ -68,5 +67,7 @@ $(pdf_targets): %.pdf : %.eps epspdf __tt.eps $@ rm -f __tt.eps #ps2eps -B $< | epspdf $< $@ + + .PRECIOUS: %.run %.xsil %.m .PHONY: all clean |