=================================================================== RCS file: /home/cvs/OpenXM/src/util/Makefile.in,v retrieving revision 1.4 retrieving revision 1.7 diff -u -p -r1.4 -r1.7 --- OpenXM/src/util/Makefile.in 2005/04/04 12:38:32 1.4 +++ OpenXM/src/util/Makefile.in 2009/02/22 08:16:43 1.7 @@ -1,4 +1,4 @@ -# $OpenXM: OpenXM/src/util/Makefile.in,v 1.3 2004/12/14 17:39:20 ohara Exp $ +# $OpenXM: OpenXM/src/util/Makefile.in,v 1.6 2006/10/13 11:51:25 ohara Exp $ #OpenXM_ROOT=../../../OpenXM prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -10,7 +10,7 @@ CC=@CC@ CFLAGS=@CFLAGS@ -D_BSD_SOURCE -D_POSIX_C_SOURCE RANLIB=@RANLIB@ -all : oxweave oxreplace oxgentexi libox_pathfinder.a +all : oxweave oxreplace oxgentexi oxgreph libox_pathfinder.a oxhtmlhelp oxweave : oxweave.o ${CC} -o $@ oxweave.o @@ -21,6 +21,12 @@ oxreplace : oxreplace.o oxgentexi : oxgentexi.o ${CC} -o $@ oxgentexi.o +oxgreph : oxgreph.o + ${CC} -o $@ oxgreph.o + +oxhtmlhelp : oxhtmlhelp.o + ${CC} -o $@ oxhtmlhelp.o + libox_pathfinder.a : ox_pathfinder.o ar ru libox_pathfinder.a ox_pathfinder.o ${RANLIB} libox_pathfinder.a @@ -32,9 +38,9 @@ test: ox_pathfinder.o test.o install: all @if [ ! -f ./.install_done ] ; then \ - echo "Installing oxweave, oxreplace, oxgentexi libox_pathfinder.a, ox_pathfinder.h oxfetch.sh" ; \ - install -c lndir.sh oxfetch.sh ${bindir} ; \ - install -c -s oxweave oxreplace oxgentexi ${bindir} ; \ + echo "Installing oxweave, oxreplace, oxgentexi, oxgreph, oxhtmlhelp libox_pathfinder.a, ox_pathfinder.h oxfetch.sh md5.sh" ; \ + install -c lndir.sh oxfetch.sh md5.sh ${bindir} ; \ + install -c -s oxweave oxreplace oxgentexi oxgreph oxhtmlhelp ${bindir} ; \ install -c -s oxweave ${prefix}/src/kxx ; \ install -c libox_pathfinder.a ${libdir} ; \ install -c ox_pathfinder.h ${includedir} ; \ @@ -42,4 +48,4 @@ install: all fi clean: - rm -f .install_done *.o oxweave oxreplace oxgentexi libox_pathfinder.a test + rm -f .install_done *.o oxweave oxreplace oxgentexi libox_pathfinder.a test oxgreph