Changeset 168 for Makefile


Ignore:
Timestamp:
03/02/10 19:08:42 (14 years ago)
Author:
tim
Message:

merged remaining smb_deps items into regfi

began formatting API comments for use with doxygen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r157 r168  
    88
    99FILES=$(REGLOOKUP)
    10 .PHONY: all $(SUB_DIRS) clean
     10.PHONY: all $(SUB_DIRS) clean doc
    1111export
    1212
     
    3131
    3232
     33doc:
     34        doxygen doc/Doxyfile.regfi
     35
    3336clean:
    3437        rm -rf .release
     38        rm -rf doc/regfi
Note: See TracChangeset for help on using the changeset viewer.