Delete svn tags. We don't need them in git
[synfig.git] / synfig-core / tags / synfig_0_61_06 / src / synfig / proto / Makefile
diff --git a/synfig-core/tags/synfig_0_61_06/src/synfig/proto/Makefile b/synfig-core/tags/synfig_0_61_06/src/synfig/proto/Makefile
deleted file mode 100644 (file)
index 68ce978..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-
-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) $< > $@