/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
- # entries grouped with CMake are expanded by CMake
- # ${foo} entries are left alone by CMake and much
- # later are used by pkg-config.
- prefix=@CMAKE_INSTALL_PREFIX@
- exec_prefix=${prefix}
- lib_suffix=
- libdir=${exec_prefix}/lib${lib_suffix}
- includedir=${prefix}/include
- Name: Game_Music_Emu
- Description: A video game emulation library for music.
- URL: http://code.google.com/p/game-music-emu/
- Version: @GME_VERSION@
- Cflags: -I${includedir}
- Libs: -L${libdir} -lgme