]> rtime.felk.cvut.cz Git - hubacji1/path-to-traj.git/blob - Makefile
Update meaning of the path fields
[hubacji1/path-to-traj.git] / Makefile
1 SRCS:=$(shell find -name '*.json' -not -name '*.traj.json' -printf '%f\n')
2 #SRCS:=pa1.json
3
4 TRAJS=$(SRCS:%.json=%.traj.json)
5
6 all: $(TRAJS)
7
8 %.traj.json: %.json ./path2traj.py
9         ./path2traj.py $<
10
11 plot: $(TRAJS:%=plot-%)
12 plot-%.traj.json: %.traj.json ./plot.py
13         ./plot.py $*.traj.json
14
15 plot2: $(TRAJS:%=plot2-%)
16 plot2-%.traj.json: %.traj.json ./wa_and_sp_plot.py
17         ./wa_and_sp_plot.py $*.traj.json
18
19 ovals: gen_steer_scenario.py
20         ./gen_steer_scenario.py