ADD: added makefile support fox doxygen
This commit is contained in:
parent
55c5390cea
commit
ea4ab47f79
@ -130,4 +130,5 @@ program: impact.script
|
||||
include $(MAKEFILES_PATH)/Makefile.configure
|
||||
include $(MAKEFILES_PATH)/Makefile.synth
|
||||
include $(MAKEFILES_PATH)/Makefile.Modelsim
|
||||
include $(MAKEFILES_PATH)/Makefile.isim
|
||||
include $(MAKEFILES_PATH)/Makefile.isim
|
||||
include $(MAKEFILES_PATH)/Makefile.doxygen
|
8
Makefiles/Makefile.doxygen
Normal file
8
Makefiles/Makefile.doxygen
Normal file
@ -0,0 +1,8 @@
|
||||
CLEAN_FILES+=doc/html doc/man
|
||||
|
||||
|
||||
doxygen.doxyfile:
|
||||
@echo "Missing doxygen configuration file \"doxygen.doxyfile\""
|
||||
|
||||
doxygen: doxygen.doxyfile
|
||||
@doxygen doxygen.doxyfile
|
2303
doxygen.doxyfile
Normal file
2303
doxygen.doxyfile
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user