Advertisement
fennectech

Untitled

Dec 12th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.65 KB | None | 0 0
  1. [fennectech@Titanium ~/SDL-Vita]$  sudo make install Makefile.vita
  2. Warning, configure.in is out of date
  3. #(cd /home/fennectech/SDL-Vita && sh autogen.sh && sh configure)
  4. /bin/sh build-scripts/updaterev.sh
  5. /bin/sh build-scripts/mkinstalldirs /usr/local/bin
  6. /usr/bin/install -c -m 755 sdl2-config /usr/local/bin/sdl2-config
  7. /bin/sh build-scripts/mkinstalldirs /usr/local/include/SDL2
  8. for file in SDL.h SDL_assert.h SDL_atomic.h SDL_audio.h SDL_bits.h SDL_blendmode.h SDL_clipboard.h SDL_cpuinfo.h SDL_egl.h SDL_endian.h SDL_error.h SDL_events.h SDL_filesystem.h SDL_gamecontroller.h SDL_gesture.h SDL_haptic.h SDL_hints.h SDL_joystick.h SDL_keyboard.h SDL_keycode.h SDL_loadso.h SDL_log.h SDL_main.h SDL_messagebox.h SDL_mouse.h SDL_mutex.h SDL_name.h SDL_opengl.h SDL_opengl_glext.h SDL_opengles.h SDL_opengles2_gl2ext.h SDL_opengles2_gl2.h SDL_opengles2_gl2platform.h SDL_opengles2.h SDL_opengles2_khrplatform.h SDL_pixels.h SDL_platform.h SDL_power.h SDL_quit.h SDL_rect.h SDL_render.h SDL_rwops.h SDL_scancode.h SDL_shape.h SDL_stdinc.h SDL_surface.h SDL_system.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_touch.h SDL_types.h SDL_version.h SDL_video.h begin_code.h close_code.h SDL_test_assert.h SDL_test_common.h SDL_test_compare.h SDL_test_crc32.h SDL_test_font.h SDL_test_fuzzer.h SDL_test.h SDL_test_harness.h SDL_test_images.h SDL_test_log.h SDL_test_md5.h SDL_test_random.h; do \
  9.     /usr/bin/install -c -m 644 /home/fennectech/SDL-Vita/include/$file /usr/local/include/SDL2/$file; \
  10. done
  11. /usr/bin/install -c -m 644 include/SDL_config.h /usr/local/include/SDL2/SDL_config.h
  12. if test -f include/SDL_revision.h; then \
  13.     /usr/bin/install -c -m 644 include/SDL_revision.h /usr/local/include/SDL2/SDL_revision.h; \
  14. else \
  15.     /usr/bin/install -c -m 644 /home/fennectech/SDL-Vita/include/SDL_revision.h /usr/local/include/SDL2/SDL_revision.h; \
  16. fi
  17. /bin/sh build-scripts/mkinstalldirs /usr/local/lib
  18. /bin/sh ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2.la /usr/local/lib/libSDL2.la
  19. /usr/bin/install -c -m 644 build/libSDL2main.a /usr/local/lib/libSDL2main.a
  20. ranlib /usr/local/lib/libSDL2main.a
  21. /usr/bin/install -c -m 644 build/libSDL2_test.a /usr/local/lib/libSDL2_test.a
  22. ranlib /usr/local/lib/libSDL2_test.a
  23. /bin/sh build-scripts/mkinstalldirs /usr/local/share/aclocal
  24. /usr/bin/install -c -m 644 /home/fennectech/SDL-Vita/sdl2.m4 /usr/local/share/aclocal/sdl2.m4
  25. /bin/sh build-scripts/mkinstalldirs /usr/local/lib/pkgconfig
  26. /usr/bin/install -c -m 644 sdl2.pc /usr/local/lib/pkgconfig
  27. /bin/sh build-scripts/mkinstalldirs /usr/local/lib/cmake/SDL2
  28. /usr/bin/install -c -m 644 sdl2-config.cmake /usr/local/lib/cmake/SDL2
  29. make: Nothing to be done for 'Makefile.vita'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement