[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.3, Wed May 7 04:00:30 2003 UTC (21 years ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.2: +3 -2 lines

Add an option -q (be quiet)

## $OpenXM: OpenXM/src/oxc/Makefile.in,v 1.3 2003/05/07 04:00:30 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
LIBS       = @LIBS@ -L${OpenXM_HOME}/lib -lox
INSTALL_PROGRAM= cp -f

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 ../src/oxc/oxc ${OpenXM_HOME}/bin

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

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