-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathMakefile
25 lines (21 loc) · 1.03 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.PHONY: clean release tex
release:
cp COPYING ATR\ 72-500/
cp README-release.txt ATR\ 72-500/
7z a release/atr72_500-`git describe`.7z \
ATR\ 72-500/*acf \
ATR\ 72-500/cockpit_3d/-PANELS-/Panel_Airliner.png \
ATR\ 72-500/objects/* \
ATR\ 72-500/plugins/* \
ATR\ 72-500/airfoils/*
tex:
inkscape svg/cockpit.svg -i std -j -C --export-png="ATR 72-500/objects/cockpit.png"
inkscape svg/cockpit.svg -i LIT -j -C --export-png="ATR 72-500/objects/cockpit_LIT.png"
inkscape svg/switches.svg -i std -j -C --export-png="ATR 72-500/objects/switches.png"
inkscape svg/switches.svg -i LIT -j -C --export-png="ATR 72-500/objects/switches_LIT.png"
panel:
inkscape svg/panel.svg -j -C --export-png="ATR 72-500/cockpit_3d/-PANELS-/Panel_Airliner.png"
inkscape svg/panel_gen_trim_elev.svg -i gen_pointer -j -C --export-png="ATR 72-500/cockpit_3d/generic/trim_elev/gen_pointer.png"
inkscape svg/panel_gen_trim_elev.svg -i gen_pointer-1 -j -C --export-png="ATR 72-500/cockpit_3d/generic/trim_elev/gen_pointer-1.png"
clean:
rm -r ATR\ 72-500/plugins