Former-commit-id: 688670c339643a282bdeabafafff3b451be83cb6 Former-commit-id: 60d3e42d2af73515fea50d9c97dc4eacda9c8abb
30 lines
648 B
Makefile
Executable File
30 lines
648 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 = argtable \
|
|
clustalo
|
|
|
|
include ../../config/targets/propagate.targ
|
|
|
|
include ../../config/targets/help.targ
|
|
|
|
all::
|
|
$(MAKE) ACTION=$@ _action
|
|
|