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

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

Revision 1.1, Fri Apr 5 01:12:09 2002 UTC (22 years, 2 months ago) by takayama
Branch: MAIN

Created util directory, which now contains oxweave document generation
system.  It is installed to OpenXM/bin.

# $OpenXM: OpenXM/src/util/Makefile,v 1.1 2002/04/05 01:12:09 takayama 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
	cp oxweave ${OpenXM_bin}