/[libvob]/libvob/Makefile
ViewVC logotype

Diff of /libvob/Makefile

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

revision 1.29 by tjl, Fri Apr 11 12:38:48 2003 UTC revision 1.30 by mudyc, Mon Apr 14 12:12:19 2003 UTC
# Line 14  CLASSDIR=CLASSES/ Line 14  CLASSDIR=CLASSES/
14  docxx:  docxx:
15          doc++  -a --before-group --before-class --no-java-graphs --trivial-graphs  -H -F -d doc/docxx -u include/vob/Vob.hxx          doc++  -a --before-group --before-class --no-java-graphs --trivial-graphs  -H -F -d doc/docxx -u include/vob/Vob.hxx
16    
17    DOCPKGS= org.nongnu.libvob\
18             org.nongnu.libvob.impl\
19             org.nongnu.libvob.impl.awt\
20             org.nongnu.libvob.impl.gl\
21             org.nongnu.libvob.util\
22             org.nongnu.libvob.vobs\
23             org.nongnu.libvob.buoy\
24             org.nongnu.libvob.gl
25    
26    JAVADOCOPTS=-use -version -author -windowtitle "Libvob Java API"
27    java-doc:
28            find . -name '*.class' | xargs rm -f # Don't let javadoc see these
29            rm -Rf doc/javadoc
30            mkdir -p doc/javadoc
31            javadoc $(JAVADOCOPTS) -d doc/javadoc -sourcepath . $(DOCPKGS)
32    
33  java:  java:
34          mkdir -p CLASSES          mkdir -p CLASSES
35          $(JAVAC) $(DEBUG) -d $(CLASSDIR) $(RAWSRC)          $(JAVAC) $(DEBUG) -d $(CLASSDIR) $(RAWSRC)
# Line 102  rundemo:: Line 118  rundemo::
118    
119  ########################  ########################
120  # Navidoc targets begin  # Navidoc targets begin
121  docs:   # navidoc make html is recursive  docs:   java-doc # navidoc make html is recursive
122          make -C "../navidoc/" html RST="../libvob/doc/"          make -C "../navidoc/" html RST="../libvob/doc/"
123    
124  pegs:   # navidoc make html is recursive  pegs:   # navidoc make html is recursive

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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