Changeset 30

Show
Ignore:
Timestamp:
04/28/07 16:34:07 (2 years ago)
Author:
daboo
Message:

Add install target.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/trunk/Makefile

    r29 r30  
    4040         ln -s "Address IO" Address_IO; \ 
    4141         ln -s "Pswd Change" Pswd_Change) 
    42         (cd ${MULBERRY_HOME}/Linux_v2; \ 
    43          ./links.sh; \ 
    44          makemake) 
     42        (cd ${MULBERRY_HOME}/Linux_v2; ./links.sh; makemake) 
    4543 
    4644buildjx: 
    47         (cd ${JX_HOME}; \ 
    48          ./build) 
     45        (cd ${JX_HOME}; ./build) 
    4946 
    5047buildmulberry: 
    51         (cd ${MULBERRY_HOME}/Build; \ 
    52          make static) 
     48        (cd ${MULBERRY_HOME}/Build; make static) 
    5349 
     50install: 
     51        (cd ${MULBERRY_HOME}/Build; make install) 
     52         
    5453init: jxsrc librariessrc mulberrysrc jxinit mulberryinit 
    5554 
    56 build: buildjx buildmulberry buildplugins 
     55build: buildjx buildmulberry 
    5756 
    58 all: init build 
     57all: init build install