Former-commit-id: f633e09b64ca5f887b350cd06fcbadd34cd2caa8 Former-commit-id: 6addadf3247686c43b130e1202a949afca74be8b
31 lines
676 B
Makefile
Executable File
31 lines
676 B
Makefile
Executable File
# ---------------------------------------------------------------
|
|
# $Id: $
|
|
# ---------------------------------------------------------------
|
|
# @file: Makefile
|
|
# @desc: makefile for lxpack
|
|
#
|
|
# @history:
|
|
# @history:
|
|
# @+ <Gloup> : Apr 97 : Created
|
|
# @+ <Gloup> : Mar 02 : Updated for LXxware
|
|
#
|
|
# @note: should be processed with gnu compatible make
|
|
# @note: helixware_compatible
|
|
#
|
|
# @end:
|
|
# ---------------------------------------------------------------
|
|
#
|
|
include ../../config/auto.conf
|
|
|
|
DIRS = sumaclust_v1.0.10
|
|
|
|
include ../../config/targets/propagate.targ
|
|
|
|
include ../../config/targets/help.targ
|
|
|
|
all::
|
|
$(MAKE) ACTION=$@ _action
|
|
|
|
clean::
|
|
$(MAKE) -C lxpack portclean
|