Add a forgeted Makefile
Former-commit-id: f633e09b64ca5f887b350cd06fcbadd34cd2caa8 Former-commit-id: 6addadf3247686c43b130e1202a949afca74be8b
This commit is contained in:
30
src/sumaclust/Makefile
Executable file
30
src/sumaclust/Makefile
Executable file
@ -0,0 +1,30 @@
|
||||
# ---------------------------------------------------------------
|
||||
# $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
|
Reference in New Issue
Block a user