qse/ase/makefile.am

19 lines
413 B
Plaintext
Raw Normal View History

2008-06-16 08:28:09 +00:00
##############################################################################
#
# ASE
2008-06-20 03:44:45 +00:00
# Copyright (c) Chung,Hyung-Hwan (bacon@abiyo.net)
2008-06-16 08:28:09 +00:00
#
##############################################################################
AUTOMAKE_OPTION = foreign
# EXTRA_DIST =
SUBDIRS = lib
2008-06-20 03:54:58 +00:00
DIST_SUBDIRS = $(SUBDIRS) include
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