2008-06-16 08:28:09 +00:00
|
|
|
|
2009-06-06 06:34:15 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I ac/m4
|
2008-06-16 08:28:09 +00:00
|
|
|
AUTOMAKE_OPTION = foreign
|
|
|
|
# EXTRA_DIST =
|
|
|
|
|
2008-06-20 04:27:37 +00:00
|
|
|
SUBDIRS = lib cmd
|
2009-05-29 00:34:58 +00:00
|
|
|
DIST_SUBDIRS = $(SUBDIRS) include test doc
|
2008-06-16 08:32:33 +00:00
|
|
|
|
|
|
|
install-data-hook:
|
2008-06-20 03:54:58 +00:00
|
|
|
cd include && $(MAKE) install
|
2008-06-16 08:32:33 +00:00
|
|
|
|
|
|
|
uninstall-hook:
|
2008-06-20 03:54:58 +00:00
|
|
|
cd include && $(MAKE) uninstall
|