version 1.12, 2016/03/31 05:27:33 |
version 1.13, 2017/03/10 01:32:50 |
|
|
# $OpenXM: OpenXM/src/util/Makefile.in,v 1.11 2014/03/25 07:08:25 takayama Exp $ |
# $OpenXM: OpenXM/src/util/Makefile.in,v 1.12 2016/03/31 05:27:33 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 oxlistlocalf |
BIN = oxweave oxreplace oxgentexi oxgreph oxhtmlhelp oxlistlocalf oxlistusage |
LIB = libox_pathfinder.a mysig.o |
LIB = libox_pathfinder.a mysig.o |
|
|
all : all-bin all-lib |
all : all-bin all-lib |
Line 36 oxhtmlhelp : oxhtmlhelp.o |
|
Line 36 oxhtmlhelp : oxhtmlhelp.o |
|
${CC} -o $@ oxhtmlhelp.o |
${CC} -o $@ oxhtmlhelp.o |
oxlistlocalf : oxlistlocalf.o |
oxlistlocalf : oxlistlocalf.o |
${CC} -o $@ oxlistlocalf.o |
${CC} -o $@ oxlistlocalf.o |
oxlistlocalf.o: oxlistlocalf.h |
oxlistlocalf.o: oxlistlocalf.h oxlistlocalf.c |
|
|
|
oxlistusage : oxlistusage.o |
|
${CC} -o $@ oxlistusage.o |
|
oxlistusage.o: oxlistlocalf.h oxlistusage.c |
|
|
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 |