-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathngdevkit.pc.in
More file actions
24 lines (22 loc) · 897 Bytes
/
Copy pathngdevkit.pc.in
File metadata and controls
24 lines (22 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ngdevkit pkg-config source file
#
# All paths are resolved relative to the location of this file (${pcfiledir})
# rather than being baked in at configure time. This keeps an installed tree
# relocatable: extract it anywhere, point PKG_CONFIG_PATH at
# <tree>/lib/pkgconfig (or <tree>/share/pkgconfig), and it just works. The file
# is installed two levels below the tree root, so ${pcfiledir}/../.. is prefix.
prefix=${pcfiledir}/../..
exec_prefix=${prefix}
bindir=${exec_prefix}/bin
libdir=${prefix}/m68k-neogeo-elf/lib
includedir=${prefix}/m68k-neogeo-elf/include
sharedir=${prefix}/share/ngdevkit
z80includedir=${prefix}/z80-neogeo-ihx/include
z80libdir=${prefix}/z80-neogeo-ihx/lib
Name: ngdevkit
Description: Opensource development for the Neo-Geo
Version: @PACKAGE_VERSION@
Requires:
Conflicts:
Libs: -L${libdir} @NGDK_GCC_SEARCH_PATH@ -specs ngdevkit -lngdevkit
Cflags: -I${includedir}