VirtualBox

source: kBuild/vendor/gnumake/current/tests/config-flags.pm.in@ 3138

Last change on this file since 3138 was 3138, checked in by bird, 7 years ago

Imported make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6) from https://git.savannah.gnu.org/git/make.git.

  • Property svn:eol-style set to native
File size: 470 bytes
Line 
1# This is a -*-perl-*- script
2#
3# Set variables that were defined by configure, in case we need them
4# during the tests.
5
6%CONFIG_FLAGS = (
7 AM_LDFLAGS => '@AM_LDFLAGS@',
8 AR => '@AR@',
9 CC => '@CC@',
10 CFLAGS => '@CFLAGS@',
11 CPP => '@CPP@',
12 CPPFLAGS => '@CPPFLAGS@',
13 GUILE_CFLAGS => '@GUILE_CFLAGS@',
14 GUILE_LIBS => '@GUILE_LIBS@',
15 LDFLAGS => '@LDFLAGS@',
16 LIBS => '@LIBS@'
17);
18
191;
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette