common/autoconf/spec.gmk.in

changeset 2215
7a73b8b4ac8a
parent 2212
dd97daafa80b
child 2219
cb1203f48728
equal deleted inserted replaced
2214:fda76d0c4b84 2215:7a73b8b4ac8a
126 export PATH:=@VS_PATH@ 126 export PATH:=@VS_PATH@
127 export INCLUDE:=@VS_INCLUDE@ 127 export INCLUDE:=@VS_INCLUDE@
128 export LIB:=@VS_LIB@ 128 export LIB:=@VS_LIB@
129 endif 129 endif
130 130
131 # The sys root where standard headers and libraries are found. 131 SYSROOT_CFLAGS := @SYSROOT_CFLAGS@
132 # Usually not needed since the configure script should have 132 SYSROOT_LDFLAGS := @SYSROOT_LDFLAGS@
133 # taken it into account already when setting CFLAGS et al.
134 SYS_ROOT:=@SYS_ROOT@
135 133
136 # Paths to the source code 134 # Paths to the source code
137 ADD_SRC_ROOT:=@ADD_SRC_ROOT@ 135 ADD_SRC_ROOT:=@ADD_SRC_ROOT@
138 OVERRIDE_SRC_ROOT:=@OVERRIDE_SRC_ROOT@ 136 OVERRIDE_SRC_ROOT:=@OVERRIDE_SRC_ROOT@
139 137
291 UNLIMITED_CRYPTO=@UNLIMITED_CRYPTO@ 289 UNLIMITED_CRYPTO=@UNLIMITED_CRYPTO@
292 290
293 # Necessary additional compiler flags to compile X11 291 # Necessary additional compiler flags to compile X11
294 X_CFLAGS:=@X_CFLAGS@ 292 X_CFLAGS:=@X_CFLAGS@
295 X_LIBS:=@X_LIBS@ 293 X_LIBS:=@X_LIBS@
296 OPENWIN_HOME:=@OPENWIN_HOME@
297 294
298 # The lowest required version of macosx to enforce compatiblity for 295 # The lowest required version of macosx to enforce compatiblity for
299 MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@ 296 MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@
300 297
301 # Toolchain type: gcc, clang, solstudio, lxc, microsoft... 298 # Toolchain type: gcc, clang, solstudio, lxc, microsoft...

mercurial