Files
qse/qse/Makefile.am

13 lines
206 B
Makefile
Raw Normal View History

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