[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib

Diff for /OpenXM/src/asir-contrib/Makefile.in between version 1.2 and 1.4

version 1.2, 2006/02/07 05:21:58 version 1.4, 2007/09/29 07:29:29
Line 1 
Line 1 
 # $OpenXM: OpenXM/src/asir-contrib/Makefile.in,v 1.1 2004/07/02 07:48:47 takayama Exp $  # $OpenXM: OpenXM/src/asir-contrib/Makefile.in,v 1.3 2006/02/13 01:26:01 takayama Exp $
   
 # targets:  # targets:
 # all  # all
Line 10  all :  Makefile
Line 10  all :  Makefile
         (cd packages/doc ; make all)          (cd packages/doc ; make all)
   
 install : Makefile  install : Makefile
           -(cd testing ; make link-to-src)
         (cd packages/src ; make install)          (cd packages/src ; make install)
         -(cd packages/doc ; make install)          -(cd packages/doc ; make install)
   
Line 26  configure: Makefile
Line 27  configure: Makefile
         then \          then \
         (cd packages/src; sh ./configure --prefix=@prefix@) ; \          (cd packages/src; sh ./configure --prefix=@prefix@) ; \
         (cd packages/doc; sh ./configure --prefix=@prefix@) ; \          (cd packages/doc; sh ./configure --prefix=@prefix@) ; \
           (cd packages/doc/M; sh ./configure --prefix=@prefix@) ; \
         fi          fi
         @touch ./.configure_sub_done          @touch ./.configure_sub_done
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>