[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.7, Wed Dec 15 12:24:49 2004 UTC (19 years, 5 months ago) by ohara
Branch: MAIN
CVS Tags: new-mathcap-branch, R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.6: +3 -4 lines

Using libgmp.

## $OpenXM: OpenXM/src/oxc/Makefile.in,v 1.7 2004/12/15 12:24:49 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 -lgc -lgmp
INSTALL    = @INSTALL@
INSTALL_PROGRAM= ${INSTALL}

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

install: oxc
	${INSTALL_PROGRAM} oxc ${OpenXM_HOME}/bin

install-for-debug: oxc
	ln -sf `pwd`/oxc ${OpenXM_HOME}/bin

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

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