-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
61 lines (46 loc) · 1.3 KB
/
Makefile
File metadata and controls
61 lines (46 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Multigraph.swf: _always
-@mkdir bin-debug
mxmlc -use-network=false -compiler.show-actionscript-warnings=false -managers flash.fonts.AFEFontManager -define=CONFIG::player10,true -output bin-debug/MultigraphApp.swf src/MultigraphApp.mxml
cp bin-debug/MultigraphApp.swf Multigraph.swf
Multigraph.swc: _always
-@mkdir bin-debug
@./compile-swc
cp bin-debug/Multigraph.swc .
dist: _always
@./make-dist
dist-swc: _always
@./make-dist-swc
dist-examples: _always
@./make-dist-examples
dist-docs: _always
@./make-dist-docs
dist-wordpress-plugin: _always
@./make-dist-wordpress-plugin
dist-drupal-module: _always
@./make-dist-drupal-module
dist-src: _always
@./make-dist-src
userguide: _always
cd userguide ; ant clean ; ant ; ant pdf
clean: _always
/bin/rm -rf Multigraph.swf *.zip *.swc html/examples
cd userguide ; ant clean
# tests: _always
# @(cd html-template ; ./make-tests)
#
# deploy: _always
# /bin/rm -rf /var/www/bin-debug
# tar cf - bin-debug | (cd /var/www ; tar xvf -)
# cd /var/www/bin-debug ; (find . -name '*.cgi' -print | xargs chmod a+x)
validate: _always
@./validate-all
schemas/multigraph.xsd: schemas/multigraph.rnc
trang -O xsd schemas/multigraph.rnc schemas/multigraph.xsd
.PHONY: _always
# dist: _always
# @./make-dist
#
#
#clean: _always
# ./clean-tests
# /bin/rm -rf dist