projects
/
synfig.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix 1698604: Moved the quick_rng class into its own header, since it was present...
[synfig.git]
/
synfig-core
/
trunk
/
src
/
synfig
/
proto
/
Makefile
1
2
M4=m4
3
4
PROTO_PP=$(M4) proto.m4
5
6
FILES=nodebase.h
7
8
all: $(FILES)
9
10
clean:
11
$(RM) $(FILES)
12
13
SUFFIXES=.px .h
14
15
.SUFFIXES: $(SUFFIXES)
16
17
.px.h: proto.m4
18
$(PROTO_PP) $< > $@