
Former-commit-id: ebb0e3167e76f9e9dbacde38c695e1f4533c24d4 Former-commit-id: c83d3ed57dc860d1e5a6c41481f850b41f04f0fc
25 lines
593 B
Makefile
Executable File
25 lines
593 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 = lxpack
|
|
|
|
include ../../config/targets/propagate.targ
|
|
|
|
include ../../config/targets/help.targ
|