Address 1829182: it's true that the popup caret menu has been disabled for these...
[synfig.git] / synfig-core / trunk / src / synfig / proto / Makefile.am
1 MAINTAINERCLEANFILES=nodebase.h
2 EXTRA_DIST=nodebase.h nodebase.px proto.m4
3
4 M4=m4
5
6 PROTO_PP=$(M4) proto.m4
7
8 FILES=nodebase.h
9
10 all: $(FILES)
11
12 clean:
13         $(RM) $(FILES)
14
15 SUFFIXES=.px .h
16
17 .px.h: proto.m4
18         $(PROTO_PP) $< > $@