squared muscle
Former-commit-id: 54638fc7623ec0485109b0b5879144f8f2514213 Former-commit-id: 23f43cd31169d95df12ae1c207d9fd1c924d26b1
This commit is contained in:
@ -22,7 +22,3 @@ include $(CFGDIR)targets/package.targ
|
||||
|
||||
include $(CFGDIR)targets/help.targ
|
||||
|
||||
# bug fix
|
||||
all::
|
||||
-mkdir $(PKGDIR)/userguide
|
||||
|
||||
|
@ -22,9 +22,3 @@ DIRS = lxpack
|
||||
include ../../config/targets/propagate.targ
|
||||
|
||||
include ../../config/targets/help.targ
|
||||
|
||||
all::
|
||||
$(MAKE) ACTION=$@ _action
|
||||
|
||||
clean::
|
||||
$(MAKE) -C lxpack portclean
|
||||
|
@ -22,9 +22,3 @@ DIRS = muscle3.8.31
|
||||
include ../../config/targets/propagate.targ
|
||||
|
||||
include ../../config/targets/help.targ
|
||||
|
||||
all::
|
||||
$(MAKE) ACTION=$@ _action
|
||||
|
||||
clean::
|
||||
$(MAKE) -C lxpack portclean
|
||||
|
@ -2,29 +2,24 @@
|
||||
# $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:
|
||||
# @desc: makefile for muscle
|
||||
# ---------------------------------------------------------------
|
||||
#
|
||||
include ../../../config/auto.conf
|
||||
|
||||
DIRS = src
|
||||
all: muscle install
|
||||
|
||||
include ../../../config/targets/propagate.targ
|
||||
muscle:
|
||||
chmod +x ./mk
|
||||
(export CXX=$(CXX) && ./mk)
|
||||
|
||||
include ../../../config/targets/help.targ
|
||||
test:
|
||||
|
||||
all::
|
||||
$(MAKE) ACTION=$@ _action
|
||||
install:
|
||||
cp muscle $(BINDIR)
|
||||
|
||||
clean:
|
||||
-\rm -f *.o muscle
|
||||
|
||||
clean::
|
||||
$(MAKE) -C lxpack portclean
|
||||
portclean: clean
|
||||
-\rm -f $(BINDIR)/muscle
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user