home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / doxg1211.zip / doxygen.zip / examples / Makefile < prev    next >
Makefile  |  2001-11-20  |  4KB  |  122 lines

  1. #
  2. # This file was generated from Makefile.in on Sat Nov 17 18:57:35 mst 2001
  3. #
  4.  
  5. DOXYGEN   = ..
  6. TMAKEPATH = 
  7. ENV       = env TMAKEPATH=$(TMAKEPATH)
  8. TMAKE     = 
  9. MAKE      = make
  10. PERL      = perl
  11. RM        = rm -f
  12. CP        = cp
  13. VERSION   = 1.2.11.1
  14. INSTALL   = 
  15. INSTTOOL  = 
  16. DOXYDOCS  = 
  17. DOCDIR    = 
  18. HAVE_DOT  = dot
  19.  
  20. all: class/html/index.html \
  21.      define/html/index.html \
  22.      enum/html/index.html \
  23.      file/html/index.html \
  24.      func/html/index.html \
  25.      page/html/index.html \
  26.      relates/html/index.html \
  27.      author/html/index.html \
  28.      par/html/index.html \
  29.      overload/html/index.html \
  30.      example/html/index.html \
  31.      include/html/index.html \
  32.      qtstyle/html/index.html \
  33.      jdstyle/html/index.html \
  34.      structcmd/html/index.html \
  35.      autolink/html/index.html \
  36.      restypedef/html/index.html \
  37.      afterdoc/html/index.html \
  38.      template/html/index.html \
  39.      tag/html/index.html \
  40.      group/html/index.html \
  41.      diagrams/html/index.html \
  42.      memgrp/html/index.html
  43.  
  44. clean:
  45.     rm -rf  class define enum file func page relates author \
  46.                 par overload example include qtstyle jdstyle structcmd \
  47.         autolink tag restypedef afterdoc template tag group diagrams \
  48.         memgrp
  49.  
  50. class/html/index.html: class.h class.cfg
  51.     $(DOXYGEN)/bin/doxygen class.cfg
  52.  
  53. define/html/index.html: define.h define.cfg
  54.     $(DOXYGEN)/bin/doxygen define.cfg
  55.  
  56. enum/html/index.html: enum.h enum.cfg
  57.     $(DOXYGEN)/bin/doxygen enum.cfg
  58.  
  59. file/html/index.html: file.h file.cfg
  60.     $(DOXYGEN)/bin/doxygen file.cfg
  61.  
  62. func/html/index.html: func.h func.cfg
  63.     $(DOXYGEN)/bin/doxygen func.cfg
  64.  
  65. page/html/index.html: page.doc page.cfg
  66.     $(DOXYGEN)/bin/doxygen page.cfg
  67.  
  68. relates/html/index.html: relates.cpp relates.cfg
  69.     $(DOXYGEN)/bin/doxygen relates.cfg
  70.  
  71. author/html/index.html: author.cpp author.cfg
  72.     $(DOXYGEN)/bin/doxygen author.cfg
  73.  
  74. par/html/index.html: par.cpp par.cfg
  75.     $(DOXYGEN)/bin/doxygen par.cfg
  76.  
  77. overload/html/index.html: overload.cpp overload.cfg
  78.     $(DOXYGEN)/bin/doxygen overload.cfg
  79.  
  80. example/html/index.html: example.cpp example_test.cpp example.cfg 
  81.     $(DOXYGEN)/bin/doxygen example.cfg
  82.  
  83. include/html/index.html: include.cpp example_test.cpp include.cfg 
  84.     $(DOXYGEN)/bin/doxygen include.cfg
  85.  
  86. qtstyle/html/index.html: qtstyle.cpp qtstyle.cfg 
  87.     $(DOXYGEN)/bin/doxygen qtstyle.cfg
  88.  
  89. jdstyle/html/index.html: jdstyle.cpp jdstyle.cfg 
  90.     $(DOXYGEN)/bin/doxygen jdstyle.cfg
  91.  
  92. structcmd/html/index.html: structcmd.h structcmd.cfg 
  93.     $(DOXYGEN)/bin/doxygen structcmd.cfg
  94.  
  95. autolink/html/index.html: autolink.cpp autolink.cfg 
  96.     $(DOXYGEN)/bin/doxygen autolink.cfg
  97.  
  98. tag/html/index.html: tag.cpp tag.cfg example/html/index.html
  99.     $(DOXYGEN)/bin/doxygen tag.cfg
  100. #    sed -e "1,1s#perl#$(PERL)#g" tag/html/installdox >tag/html/installdox.perl
  101. #    cd tag/html ; $(PERL) installdox.perl -lexample.tag@../../example/html
  102.  
  103. restypedef/html/index.html: restypedef.cpp restypedef.cfg 
  104.     $(DOXYGEN)/bin/doxygen restypedef.cfg
  105.  
  106. afterdoc/html/index.html: afterdoc.h afterdoc.cfg
  107.     $(DOXYGEN)/bin/doxygen afterdoc.cfg
  108.  
  109. template/html/index.html: templ.cpp templ.cfg
  110.     $(DOXYGEN)/bin/doxygen templ.cfg
  111.  
  112. group/html/index.html: group.cpp group.cfg
  113.     $(DOXYGEN)/bin/doxygen group.cfg
  114.  
  115. memgrp/html/index.html: memgrp.cpp memgrp.cfg
  116.     $(DOXYGEN)/bin/doxygen memgrp.cfg
  117.  
  118. diagrams/html/index.html: diagrams_a.h diagrams_b.h diagrams_c.h diagrams_d.h diagrams_e.h diagrams.cfg
  119. ifneq ($(HAVE_DOT),)
  120.     $(DOXYGEN)/bin/doxygen diagrams.cfg
  121. endif
  122.