File: makefile.mak

package info (click to toggle)
scilab 4.1.2-6
  • links: PTS, VCS
  • area: non-free
  • in suites: lenny
  • size: 113,992 kB
  • ctags: 65,732
  • sloc: ansic: 406,468; fortran: 242,412; xml: 223,812; tcl: 46,703; sh: 10,945; ml: 9,441; makefile: 4,697; cpp: 1,354; java: 926; csh: 260; yacc: 247; perl: 130; lex: 126; asm: 72; lisp: 30
file content (80 lines) | stat: -rwxr-xr-x 1,861 bytes parent folder | download | duplicates (2)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
all:: check eng fr

build:: eng fr

check:
  @Makesubdirs.bat
  
fr	:
	@cd fr
	@echo Creation de l'aide (Francais)
	@..\..\bin\scilex -nb -nouserstartup -nwni -l fr -e xmltohtml([],[],'html-rev.xsl');exit;
	@cd..

eng	:	
	@cd eng
	@echo Creation of the help (English)
	@..\..\bin\scilex -nb -nouserstartup -nwni -l eng -e xmltohtml([],[],'html-rev.xsl');exit;
	@cd..

distclean::	
clean::
	-del eng\arma\*.htm /s
	-del eng\control\*.htm /s
	-del eng\dcd\*.htm /s
	-del eng\elementary\*.htm /s
	-del eng\fileio\*.htm /s
	-del eng\functions\*.htm /s
	-del eng\graphics\*.htm /s
	-del eng\gui\*.htm /s
	-del eng\identification\*.htm /s
	-del eng\linear\*.htm /s
	-del eng\metanet\*.htm /s
	-del eng\mtlb\*.htm /s
	-del eng\nonlinear\*.htm /s
	-del eng\polynomials\*.htm /s
	-del eng\programming\*.htm /s
	-del eng\pvm\*.htm /s
	-del eng\robust\*.htm /s
	-del eng\signal\*.htm /s
	-del eng\sound\*.htm /s
	-del eng\statistics\*.htm /s
	-del eng\strings\*.htm /s
	-del eng\tdcs\*.htm /s
	-del eng\tksci\*.htm /s
	-del eng\translation\*.htm /s
	-del eng\utilities\*.htm /s
	-del eng\sparse\*.htm /s
# -del eng\scicos\*.htm /s

	-del fr\arma\*.htm /s
	-del fr\control\*.htm /s
	-del fr\dcd\*.htm /s
	-del fr\elementary\*.htm /s
	-del fr\fileio\*.htm /s
	-del fr\functions\*.htm /s
	-del fr\graphics\*.htm /s
	-del fr\gui\*.htm /s
	-del fr\identification\*.htm /s
	-del fr\linear\*.htm /s
	-del fr\metanet\*.htm /s
	-del fr\mtlb\*.htm /s
	-del fr\nonlinear\*.htm /s
	-del fr\polynomials\*.htm /s
	-del fr\programming\*.htm /s
	-del fr\pvm\*.htm /s
	-del fr\robust\*.htm /s
	-del fr\signal\*.htm /s
	-del fr\sound\*.htm /s
	-del fr\statistics\*.htm /s
	-del fr\strings\*.htm /s
	-del fr\tdcs\*.htm /s
	-del fr\tksci\*.htm /s
	-del fr\translation\*.htm /s
	-del fr\utilities\*.htm /s
	-del fr\sparse\*.htm /s
# -del fr\scicos\*.htm /s
# -del *.htm /s
# -del *.xml2* /s