mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
20 lines
344 B
Text
20 lines
344 B
Text
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
|
|
bindir=@bindir@
|
|
sbindir=@sbindir@
|
|
libexecdir=@libexecdir@
|
|
datadir=@datadir@
|
|
sysconfdir=@sysconfdir@
|
|
sharedstatedir=@sharedstatedir@
|
|
localstatedir=@localstatedir@
|
|
libdir=@libdir@
|
|
infodir=@infodir@
|
|
mandir=@mandir@
|
|
includedir=@includedir@
|
|
|
|
PERL=@PERL@
|
|
OBJCOPY=@OBJCOPY@
|
|
LD=@LD@
|
|
CC=@CC@
|
|
POD2MAN=@POD2MAN@
|