Changeset d4aa30 in git
- Timestamp:
- Feb 16, 1999, 7:18:31 PM (25 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- fb68c6bd3c73845b2addf4e3318ede9c2c385d0b
- Parents:
- 6fe843fbf42def5e57e0250056709ae8c20e4a12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/GNUmakefile.in
r6fe843 rd4aa30 1 1 # @configure_input@ 2 # $Id: GNUmakefile.in,v 1. 39 1999-02-16 17:59:20schmidt Exp $2 # $Id: GNUmakefile.in,v 1.40 1999-02-16 18:18:31 schmidt Exp $ 3 3 4 4 # … … 181 181 $(singfactorysrc) \ 182 182 $(useiofactorysrc) 183 doxysrc := \ 184 $(basefactorysrc) \ 185 parseutil.cc 183 186 184 187 # factory object files and dependencies … … 245 248 $(singfactoryincl) \ 246 249 $(useiofactoryincl) 250 doxyincl := \ 251 $(basefactoryincl) \ 252 parseutil.h 247 253 248 254 # memory manager source files … … 330 336 resultant.m4 \ 331 337 revert.m4 \ 338 sqrfree.m4 \ 332 339 size.m4 \ 333 340 totaldegree.m4 … … 384 391 install installcf installmem installgftables installtest \ 385 392 uninstall uninstallcf uninstallmem uninstallgftables \ 386 ftestall ftestclean ftestdistclean 393 ftestall ftestclean ftestdistclean \ 394 doxy doxyclean 387 395 388 396 # we make these targets phony to make sure that they are … … 472 480 exit 1; \ 473 481 fi 482 483 # 484 # - doxygen. 485 # 486 487 # files and environment variables to export for doxygen 488 doxyfiles := $(addprefix $(srcdir)/,$(doxysrc) $(doxyincl)) 489 490 export version srcdir doxyfiles 491 492 # doxygen targets 493 doxy: factory.cfg $(doxysrc) $(doxyincl) 494 doxygen $< 495 496 doxyclean: 497 rm -rf doxygen 474 498 475 499 # … … 636 660 637 661 # remove gftables only if we built them 638 mostlyclean: clean 662 mostlyclean: clean doxyclean 639 663 -rm -f TAGS 640 664 -if test ! -f gftables/README; then \
Note: See TracChangeset
for help on using the changeset viewer.