1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib/Makefile.am
2015-01-23 17:24:36 +01:00

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