repo.or.cz
/
proto.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
generate platform_ops.h from platform_ops.proto, and reduce dependencies
[proto.git]
/
lib
/
Makefile.am
blob
05f317d3289ece9ff3ac7b904be9f565691805d2
1
# NOTE: order is important in this list!
2
SUBDIRS = \
3
core \
4
.
5
6
protolib_DATA = \
7
broadcast.proto \
8
brownian.proto \
9
dilate.proto \
10
disperse.proto \
11
distance-to.proto \
12
distance.proto \
13
dither.proto \
14
elect.proto \
15
flip.proto \
16
grad-value.proto \
17
gradcast.proto \
18
gradient.proto \
19
norm.proto \
20
timer.proto
21
22
EXTRA_DIST = $(protolib_DATA)