version 1.9, 2009/02/24 10:21:52 |
version 1.11, 2014/03/25 07:08:25 |
|
|
# $OpenXM: OpenXM/src/util/Makefile.in,v 1.8 2009/02/22 15:20:17 ohara Exp $ |
# $OpenXM: OpenXM/src/util/Makefile.in,v 1.10 2013/11/06 00:28:09 takayama Exp $ |
#OpenXM_ROOT=../../../OpenXM |
#OpenXM_ROOT=../../../OpenXM |
prefix=@prefix@ |
prefix=@prefix@ |
exec_prefix=@exec_prefix@ |
exec_prefix=@exec_prefix@ |
|
|
|
|
INSTALL = install -c |
INSTALL = install -c |
|
|
BIN = oxweave oxreplace oxgentexi oxgreph oxhtmlhelp |
BIN = oxweave oxreplace oxgentexi oxgreph oxhtmlhelp oxlistlocalf |
LIB = libox_pathfinder.a |
LIB = libox_pathfinder.a |
|
|
all : all-bin all-lib |
all : all-bin all-lib |
Line 34 oxgreph : oxgreph.o |
|
Line 34 oxgreph : oxgreph.o |
|
|
|
oxhtmlhelp : oxhtmlhelp.o |
oxhtmlhelp : oxhtmlhelp.o |
${CC} -o $@ oxhtmlhelp.o |
${CC} -o $@ oxhtmlhelp.o |
|
oxlistlocalf : oxlistlocalf.o |
|
${CC} -o $@ oxlistlocalf.o |
|
oxlistlocalf.o: oxlistlocalf.h |
|
|
libox_pathfinder.a : ox_pathfinder.o |
libox_pathfinder.a : ox_pathfinder.o |
ar ru libox_pathfinder.a ox_pathfinder.o |
ar ru libox_pathfinder.a ox_pathfinder.o |
Line 64 install-lib: all-lib |
|
Line 67 install-lib: all-lib |
|
install: install-bin install-lib |
install: install-bin install-lib |
|
|
clean: |
clean: |
rm -f .install_*_done *.o ${BIN} ${LIB} test |
rm -f .install_*_done *.o ${BIN} ${LIB} test .configure_done |