Former-commit-id: fcdf44b531930549f07d8bddcb5976b4bc654e8b Former-commit-id: 7746dd86930eeabf43f418818ca2d41b2bd79705
29 lines
628 B
Makefile
Executable File
29 lines
628 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 = gawk-4
|
|
|
|
include ../../config/targets/propagate.targ
|
|
|
|
include ../../config/targets/help.targ
|
|
|
|
all::
|
|
$(MAKE) ACTION=$@ _action
|
|
|