mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
17 lines
453 B
Makefile
17 lines
453 B
Makefile
## Makefile.am -- Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
MAINTAINERCLEANFILES = Makefile.in internal/config.h
|
|
|
|
#do not distribuite config.h, autogenerated
|
|
|
|
dist-hook:
|
|
rm -f $(distdir)/internal/config.h $(distdir)/all.h.gch
|
|
find $(distdir) -type f -name \*.h -exec /utility/expand_tab '{}' ';'
|
|
|
|
clean-local:
|
|
-rm -rf core .libs *.bb* *.da *.gcov *.la gmon.out *.gch
|
|
|
|
view:
|
|
lynx ../../doc/index.html
|