X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fproto%2FMakefile;fp=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fproto%2FMakefile;h=0000000000000000000000000000000000000000;hb=05325009d7c144099bb06a0bff8e2af04c51690c;hp=68ce978b56e3aadaba6386558349c2a8682f009c;hpb=a11a35f647a3a6e61518ddfd61c9e199e25da3ef;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/proto/Makefile b/synfig-core/trunk/src/synfig/proto/Makefile deleted file mode 100644 index 68ce978..0000000 --- a/synfig-core/trunk/src/synfig/proto/Makefile +++ /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) $< > $@