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=68ce978b56e3aadaba6386558349c2a8682f009c;hb=e3acc0b267b14fda5db3c7bbb2f218b993ef84b3;hp=0000000000000000000000000000000000000000;hpb=ced68168d8518aac837f20e73bcd1e84a6bd6178;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/proto/Makefile b/synfig-core/trunk/src/synfig/proto/Makefile new file mode 100644 index 0000000..68ce978 --- /dev/null +++ b/synfig-core/trunk/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) $< > $@