mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2025-05-15 04:19:13 +02:00
Figure: Radio Interferometry Schematic
This commit is contained in:
parent
4b53dff786
commit
d06f6e1e4c
3 changed files with 196 additions and 0 deletions
42
figures/radio_interferometry/Makefile
Normal file
42
figures/radio_interferometry/Makefile
Normal file
|
@ -0,0 +1,42 @@
|
|||
SUBDIRS := $(subst Makefile,,$(wildcard */Makefile))
|
||||
|
||||
.PHONY: all dist dist-clean $(SUBDIRS)
|
||||
|
||||
all: dist $(SUBDIRS)
|
||||
|
||||
dist: dist.png dist.pdf
|
||||
#
|
||||
|
||||
.PHONY: dist.png
|
||||
dist.png: \
|
||||
rit_schematic_base.png \
|
||||
rit_schematic_true.png \
|
||||
rit_schematic_close.png \
|
||||
rit_schematic_far.png \
|
||||
#
|
||||
|
||||
.PHONY: dist.pdf
|
||||
dist.pdf: \
|
||||
rit_schematic_base.pdf \
|
||||
rit_schematic_true.pdf \
|
||||
rit_schematic_close.pdf \
|
||||
rit_schematic_far.pdf \
|
||||
#
|
||||
|
||||
$(SUBDIRS):
|
||||
@$(MAKE) -C $@
|
||||
|
||||
dist-clean:
|
||||
rm -v rit_schematic_*
|
||||
|
||||
rit_schematic_base.%: src/rit_scheme.py
|
||||
$< 'base' $@
|
||||
|
||||
rit_schematic_true.%: src/rit_scheme.py
|
||||
$< 'true' $@
|
||||
|
||||
rit_schematic_close.%: src/rit_scheme.py
|
||||
$< 'closeby' $@
|
||||
|
||||
rit_schematic_far.%: src/rit_scheme.py
|
||||
$< 'far-away' $@
|
Loading…
Add table
Add a link
Reference in a new issue