X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fsynfig_0_61_07_rc2%2Fsrc%2Fsynfig%2Fproto%2FMakefile;fp=synfig-core%2Ftags%2Fsynfig_0_61_07_rc2%2Fsrc%2Fsynfig%2Fproto%2FMakefile;h=68ce978b56e3aadaba6386558349c2a8682f009c;hb=3078b7103aa069392b711486dbc1eaf6d4804acc;hp=0000000000000000000000000000000000000000;hpb=1d8dc189e3174b7e3c28c865828aecc6bee6d8a3;p=synfig.git diff --git a/synfig-core/tags/synfig_0_61_07_rc2/src/synfig/proto/Makefile b/synfig-core/tags/synfig_0_61_07_rc2/src/synfig/proto/Makefile new file mode 100644 index 0000000..68ce978 --- /dev/null +++ b/synfig-core/tags/synfig_0_61_07_rc2/src/synfig/proto/Makefile @@ -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) $< > $@