Changeset 30
- Timestamp:
- 04/28/07 16:34:07 (2 years ago)
- Files:
-
- 1 modified
-
Mulberry/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/trunk/Makefile
r29 r30 40 40 ln -s "Address IO" Address_IO; \ 41 41 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) 45 43 46 44 buildjx: 47 (cd ${JX_HOME}; \ 48 ./build) 45 (cd ${JX_HOME}; ./build) 49 46 50 47 buildmulberry: 51 (cd ${MULBERRY_HOME}/Build; \ 52 make static) 48 (cd ${MULBERRY_HOME}/Build; make static) 53 49 50 install: 51 (cd ${MULBERRY_HOME}/Build; make install) 52 54 53 init: jxsrc librariessrc mulberrysrc jxinit mulberryinit 55 54 56 build: buildjx buildmulberry buildplugins55 build: buildjx buildmulberry 57 56 58 all: init build 57 all: init build install