File: Makefile

package info (click to toggle)
php-doc 20100521-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 59,992 kB
  • ctags: 4,085
  • sloc: xml: 796,833; php: 21,338; cpp: 500; sh: 117; makefile: 58; awk: 28
file content (22 lines) | stat: -rw-r--r-- 959 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
all: functions.js funclist.zip

functions.js: before.js compressed.txt middle.js compkey.txt after.js
	cat before.js compressed.txt middle.js compkey.txt after.js > functions.js

after.js: originalafter.js
	php processafter.php

compressed.txt: prefixcompressed.txt
	php unusedcompress.php

prefixcompressed.txt: funclist.txt
	php prefixcompress.php

funclist.txt:
	php makefunclist.php

funclist.zip: Makefile after.js before.js compkey.txt compressed.txt funclist.txt functions.js test.html makefunclist.php middle.js originalafter.js prefixcompress.php prefixcompressed.txt processafter.php readme.txt unusedcompress.php
	zip funclist.zip Makefile after.js before.js compkey.txt compressed.txt funclist.txt functions.js test.html makefunclist.php middle.js originalafter.js prefixcompress.php prefixcompressed.txt processafter.php readme.txt unusedcompress.php

clean:
	rm funclist.txt prefixcompressed.txt compressed.txt functions.js after.js compkey.txt