Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile - bitreich-memestats - Bitreich meme statistics and graphs.
git clone git://bitreich.org/bitreich-memestats git://hg6vgqziawt5s4dj.onion/bi…
Log
Files
Refs
Tags
LICENSE
---
Makefile (585B)
---
1 .POSIX:
2
3 MEMECACHE = "/br/gopher/memecache"
4 ANNNA = "/home/annna/bin"
5
6 memecount: media-stats memecount_lin memecount_semilog
7 cat memecount_lin media-stats memecount_semilog > $@
8
9 media-stats:
10 ./media-stats.sh $(MEMECACHE) > $@
11
12 memecount_lin: memecount.log
13 ./plot-memecount.sh memecount.log > $@
14
15 memecount_semilog: memecount.log
16 ./plot-memecount.sh memecount.log semilog > $@
17
18 # output format: date<tab>commit<tab>n_memes
19 memecount.log:
20 ./extract-memecount.sh $(ANNNA) $@
21
22 clean:
23 rm -f media-stats
24 rm -f memecount{,.log,_lin,_semilog}
25
26 .PHONY: clean memecount.log media-stats
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.