Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / synfig_0_61_06 / src / synfig / proto / Makefile
1
2 M4=m4
3
4 PROTO_PP=$(M4) proto.m4
5
6 FILES=nodebase.h
7
8 all: $(FILES)
9
10 clean:
11         $(RM) $(FILES)
12
13 SUFFIXES=.px .h
14
15 .SUFFIXES: $(SUFFIXES)
16
17 .px.h: proto.m4
18         $(PROTO_PP) $< > $@