Changeset 3681 in orxonox.OLD for orxonox/branches/textEngine/Makefile.in
- Timestamp:
- Mar 30, 2005, 9:02:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/textEngine/Makefile.in
r3423 r3681 94 94 DEFS = @DEFS@ 95 95 DEPDIR = @DEPDIR@ 96 DOCUMENTATION_FALSE = @DOCUMENTATION_FALSE@ 97 DOCUMENTATION_TRUE = @DOCUMENTATION_TRUE@ 96 98 DOXYGEN = @DOXYGEN@ 97 99 DOXYGEN_FALSE = @DOXYGEN_FALSE@ … … 191 193 doc/doxyconf/project 192 194 193 @DOXYGEN_TRUE@DOXYGEN_INPUT = "src src/ gui src/importer"195 @DOXYGEN_TRUE@DOXYGEN_INPUT = "src src/lib/gui/gui src/lib/graphics/importer" 194 196 @DOXYGEN_TRUE@DOXYGEN_EXCLUDE = 195 197 @DOXYGEN_TRUE@DOXYGEN_EXAMPLE_PATH = … … 658 660 @DOXYGEN_TRUE@clean-local: doc-delete 659 661 660 @DOXYGEN_TRUE@all-local: doc 662 @DOCUMENTATION_TRUE@@DOXYGEN_TRUE@all-local: doc 663 @DOCUMENTATION_FALSE@@DOXYGEN_TRUE@all-local: 661 664 662 665 @DOXYGEN_TRUE@.PHONY: doc doc-config doc-delete
Note: See TracChangeset
for help on using the changeset viewer.