common/autoconf/spec.gmk.in
changeset 15907 fb95c5a16865
parent 15903 bc0e6cd9d760
parent 15786 abd76d7cd807
child 15911 f4b36c906846
child 21157 a195c16402bc
equal deleted inserted replaced
15905:284e6cb1dc5f 15907:fb95c5a16865
   284 X_CFLAGS:=@X_CFLAGS@
   284 X_CFLAGS:=@X_CFLAGS@
   285 X_LIBS:=@X_LIBS@
   285 X_LIBS:=@X_LIBS@
   286 OPENWIN_HOME:=@OPENWIN_HOME@
   286 OPENWIN_HOME:=@OPENWIN_HOME@
   287 
   287 
   288 # The lowest required version of macosx to enforce compatiblity for
   288 # The lowest required version of macosx to enforce compatiblity for
   289 MACOSX_REQUIRED_VERSION=@MACOSX_REQUIRED_VERSION@
   289 MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@
   290 
   290 
   291 # There are two types: CC or CL
   291 # There are two types: CC or CL
   292 # CC is gcc and others behaving reasonably similar.
   292 # CC is gcc and others behaving reasonably similar.
   293 # CL is cl.exe only.
   293 # CL is cl.exe only.
   294 COMPILER_TYPE:=@COMPILER_TYPE@
   294 COMPILER_TYPE:=@COMPILER_TYPE@