/[storm]/storm/Makefile
ViewVC logotype

Diff of /storm/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by benja, Thu Apr 3 20:17:08 2003 UTC revision 1.4 by humppake, Mon Apr 7 16:00:04 2003 UTC
# Line 17  java: Line 17  java:
17          mkdir -p CLASSES          mkdir -p CLASSES
18          $(JAVAC) $(DEBUG) -d $(CLASSDIR) $(RAWSRC)          $(JAVAC) $(DEBUG) -d $(CLASSDIR) $(RAWSRC)
19    
20  # !!NOTE!! navidoc make html is recursive  ########################
21  doc:  # Navidoc targets begin
22          make -C ../navidoc/ html RST="../storm/doc/" DBG="-d pegboard"  docs:   # navidoc make html is recursive
23            make -C "../navidoc/" html RST="../storm/doc/"
24    
25  pegs:  pegs:   # navidoc make html is recursive
26          make -C ../navidoc/ html RST="../storm/doc/pegboard/" DBG="-d pegboard"          make -C "../navidoc/" html RST="../storm/doc/pegboard/"
27    
28    html:
29            make -C "../navidoc/" html $(DBG) RST="../storm/$(RST)"
30    
31    html-loop:
32            make -C "../navidoc/" html-loop $(DBG) RST="../storm/$(RST)"
33    # Navidoc targets end
34    ######################

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26