[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / oxc

File: [local] / OpenXM / src / oxc / Makefile.in (download)

Revision 1.1, Fri Oct 13 06:05:11 2000 UTC (23 years, 7 months ago) by ohara
Branch: MAIN
CVS Tags: maekawa-ipv6

I commit a new OpenXM control server.

## $OpenXM: OpenXM/src/oxc/Makefile.in,v 1.1 2000/10/13 06:05:11 ohara Exp $

OpenXM_HOME=../..
CC         = @CC@
CFLAGS     = @CFLAGS@ -g -Wall -O2 -finline-functions -I${OpenXM_HOME}/src/ox_toolkit -I${OpenXM_HOME}/include
LIBS       = @LIBS@ -L${OpenXM_HOME}/lib -lox -lgmp

all: oxc

oxc: oxc.o sm.o sm_ext.o
	${CC} -o oxc oxc.o sm.o sm_ext.o ${LIBS}

sm.o sm_ext.o : sm.h

smtest: smtest.o sm.o sm_ext.o ${GETOPT}
	${CC} -o smtest smtest.o sm.o sm_ext.o ${GETOPT} ${LIBS}

clean:
	-rm -f *.o *~ smtest oxc

distclean: clean
	-rm -f .configure_done configure config.cache config.log config.status Makefile