/gme/libgme.pc.in

http://game-music-emu.googlecode.com/ · Autoconf · 15 lines · 11 code · 1 blank · 3 comment · 1 complexity · 6d3950bc824b5dc051ffba3eaccb39f7 MD5 · raw file

  1. # entries grouped with CMake are expanded by CMake
  2. # ${foo} entries are left alone by CMake and much
  3. # later are used by pkg-config.
  4. prefix=@CMAKE_INSTALL_PREFIX@
  5. exec_prefix=${prefix}
  6. lib_suffix=
  7. libdir=${exec_prefix}/lib${lib_suffix}
  8. includedir=${prefix}/include
  9. Name: Game_Music_Emu
  10. Description: A video game emulation library for music.
  11. URL: http://code.google.com/p/game-music-emu/
  12. Version: @GME_VERSION@
  13. Cflags: -I${includedir}
  14. Libs: -L${libdir} -lgme