[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / util

File: [local] / OpenXM / src / util / Attic / Makefile (download)

Revision 1.3, Thu Mar 6 10:36:04 2003 UTC (21 years, 3 months ago) by ohara
Branch: MAIN
Changes since 1.2: +3 -1 lines

the "make configure-asir" uses OpenXM/bin/lndir.sh

# $OpenXM: OpenXM/src/util/Makefile,v 1.3 2003/03/06 10:36:04 ohara Exp $
OpenXM_ROOT=../../../OpenXM
OpenXM_bin=$(OpenXM_ROOT)/bin
OpenXM_lib=$(OpenXM_ROOT)/lib
CC=gcc

all : oxweave

oxweave : oxweave.c
	gcc    -D_BSD_SOURCE -o oxweave -g oxweave.c


install: all
	if [  "`uname | sed -e 's/_.*$$//'`" = "CYGWIN" ]; then \
	  cp -f oxweave.exe ${OpenXM_bin} ; \
	  cp -f oxweave.exe ${OpenXM_ROOT}/src/kxx ; \
	else \
	  cp -f oxweave ${OpenXM_bin} ; \
	  cp -f oxweave ${OpenXM_ROOT}/src/kxx ; \
	fi
	cp -f lndir.sh ${OpenXM_bin}
	chmod 755 ${OpenXM_bin}/lndir.sh