common/autoconf/spec.gmk.in

Print this page

        

*** 128,141 **** export PATH:=@VS_PATH@ export INCLUDE:=@VS_INCLUDE@ export LIB:=@VS_LIB@ endif ! # The sys root where standard headers and libraries are found. ! # Usually not needed since the configure script should have ! # taken it into account already when setting CFLAGS et al. ! SYS_ROOT:=@SYS_ROOT@ # Paths to the source code ADD_SRC_ROOT:=@ADD_SRC_ROOT@ OVERRIDE_SRC_ROOT:=@OVERRIDE_SRC_ROOT@ --- 128,139 ---- export PATH:=@VS_PATH@ export INCLUDE:=@VS_INCLUDE@ export LIB:=@VS_LIB@ endif ! SYSROOT_CFLAGS := @SYSROOT_CFLAGS@ ! SYSROOT_LDFLAGS := @SYSROOT_LDFLAGS@ # Paths to the source code ADD_SRC_ROOT:=@ADD_SRC_ROOT@ OVERRIDE_SRC_ROOT:=@OVERRIDE_SRC_ROOT@
*** 292,302 **** RMICONNECTOR_IIOP=@RMICONNECTOR_IIOP@ # Necessary additional compiler flags to compile X11 X_CFLAGS:=@X_CFLAGS@ X_LIBS:=@X_LIBS@ - OPENWIN_HOME:=@OPENWIN_HOME@ # The lowest required version of macosx to enforce compatiblity for MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@ # Toolchain type: gcc, clang, solstudio, lxc, microsoft... --- 290,299 ----