sumom****@users*****
sumom****@users*****
2008年 10月 2日 (木) 17:57:04 JST
Index: julius4/mkbingram/Makefile.in diff -u julius4/mkbingram/Makefile.in:1.3 julius4/mkbingram/Makefile.in:1.4 --- julius4/mkbingram/Makefile.in:1.3 Thu Sep 25 13:49:05 2008 +++ julius4/mkbingram/Makefile.in Thu Oct 2 17:57:03 2008 @@ -3,7 +3,7 @@ # Copyright (c) 2005-2007 Julius project team, Nagoya Institute of Technology # All rights reserved # -# $Id: Makefile.in,v 1.3 2008/09/25 04:49:05 sumomo Exp $ +# $Id: Makefile.in,v 1.4 2008/10/02 08:57:03 sumomo Exp $ # SHELL=/bin/sh .SUFFIXES: @@ -29,20 +29,12 @@ $(TARGET): $(OBJ) $(LIBSENT)/libsent.a $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $(OBJ) $(LDFLAGS) -install: install.bin install.man +install: install.bin install.bin: $(TARGET) ${INSTALL} -d @bindir@ @INSTALL_PROGRAM@ $(TARGET) @bindir@ -install.man: - ${INSTALL} -d @mandir@/man1 - @INSTALL_DATA@ $(TARGET).man @mandir@/man1/$(TARGET).1 - -install.man.ja: - ${INSTALL} -d @mandir@/man1 - @INSTALL_DATA@ $(TARGET).man.ja @mandir@/man1/$(TARGET).1 - clean: $(RM) $(OBJ) $(RM) *~ core