mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
14 lines
228 B
Makefile
14 lines
228 B
Makefile
## Makefile.am -- Process this file with automake to produce Makefile.in
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in Makefile
|
|
EXTRA_DIST = Doxyfile
|
|
|
|
if DOXY
|
|
noinst_DATA = doxy
|
|
|
|
doxy: Doxyfile
|
|
$(DOXYGEN) Doxyfile
|
|
touch Doxyfile
|
|
|
|
endif
|