Guest User

Untitled

a guest
Jan 22nd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. # "cd baselib" and "cd encodefilter" must be enclosed by () because it may not return
  2. # to the at the next line.
  3. if [ -f baselib/Makefile ]; then (cd baselib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) ; fi
  4. cd src ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  5. make[2]: Nothing to be done for `all'.
  6. if [ -f encodefilter/Makefile ]; then (cd encodefilter ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) ; fi
  7. # "cd ${dir}" must be enclosed by () because it may not return
  8. # to the at the next line.
  9. for dir in src module ; do (cd ${dir} ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) || exit ; done
  10. make[2]: Nothing to be done for `all'.
  11. make[2]: Nothing to be done for `all'.
  12. (for dir in vtemu vtemu/libctl uitoolkit/libtype uitoolkit main man etc inputmethod/skk inputmethod/kbd tool/registobmp contrib/tool/mlterm-menu contrib/tool/mlcc tool/mlconfig tool/mlclient uitoolkit/libotl ; do (cd ${dir} ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) || exit ; done) && \
  13. if test "all" != "clean" ; then touch BUILD_SUCCESS ; else rm -f BUILD_SUCCESS ; fi
  14. make[1]: Nothing to be done for `all'.
  15. make[1]: Nothing to be done for `all'.
  16. make[1]: Nothing to be done for `all'.
  17. make[1]: Nothing to be done for `all'.
  18. make[1]: Nothing to be done for `all'.
  19. no such a target
  20. no such a target
  21. make[1]: Nothing to be done for `all'.
  22. make[1]: Nothing to be done for `all'.
  23. make[1]: Nothing to be done for `all'.
  24. make[1]: Nothing to be done for `all'.
  25. make[1]: Nothing to be done for `all'.
  26. make[1]: Nothing to be done for `all'.
  27. gcc -I/opt/X11/include/freetype2 -c main.c
  28. gcc -o mlclient main.o
  29. cp mlclient mlclientx
  30. ../../libtool --mode=compile gcc -I../../baselib/include -DUSE_QUARTZ -I/opt/X11/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -I/usr/local/include -c hb.c
  31. libtool: compile: gcc -I../../baselib/include -DUSE_QUARTZ -I/opt/X11/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -I/usr/local/include -c hb.c -fno-common -DPIC -o .libs/hb.o
  32. libtool: compile: gcc -I../../baselib/include -DUSE_QUARTZ -I/opt/X11/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -I/usr/local/include -c hb.c -o hb.o >/dev/null 2>&1
  33. ../../libtool --mode=link gcc -o libotl-quartz.la hb.lo -rpath /Users/coju/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm \
  34. -module -avoid-version -L/usr/local/Cellar/harfbuzz/2.3.0/lib -lharfbuzz ../../baselib/src/libpobl.la -L/usr/local/lib -R/usr/local/lib
  35. libtool: link: gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/libotl-quartz.so -bundle .libs/hb.o -L/usr/local/Cellar/harfbuzz/2.3.0/lib -lharfbuzz ../../baselib/src/.libs/libpobl.dylib -ldl -L/usr/local/lib
  36. libtool: link: ar cru .libs/libotl-quartz.a hb.o
  37. libtool: link: ranlib .libs/libotl-quartz.a
  38. libtool: link: ( cd ".libs" && rm -f "libotl-quartz.la" && ln -s "../libotl-quartz.la" "libotl-quartz.la" )
Add Comment
Please, Sign In to add comment