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 =
|
|
|
|
|
2008-06-20 04:27:37 +00:00
|
|
|
SUBDIRS = lib cmd
|
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
|