Release synfig_0_61_07_rc3
[synfig.git] / synfig-core / tags / synfig_0_61_07_rc3 / src / synfig / proto / Makefile
diff --git a/synfig-core/tags/synfig_0_61_07_rc3/src/synfig/proto/Makefile b/synfig-core/tags/synfig_0_61_07_rc3/src/synfig/proto/Makefile
new file mode 100644 (file)
index 0000000..68ce978
--- /dev/null
@@ -0,0 +1,18 @@
+
+M4=m4
+
+PROTO_PP=$(M4) proto.m4
+
+FILES=nodebase.h
+
+all: $(FILES)
+
+clean:
+       $(RM) $(FILES)
+
+SUFFIXES=.px .h
+
+.SUFFIXES: $(SUFFIXES)
+
+.px.h: proto.m4
+       $(PROTO_PP) $< > $@