common/autoconf/spec.gmk.in
changeset 15581 1dd771c6a1ee
parent 15393 e3761cf4e010
child 15786 abd76d7cd807
child 15903 bc0e6cd9d760
child 21154 e8c4a082391d
equal deleted inserted replaced
15572:d17eb2e13e36 15581:1dd771c6a1ee
   279 
   279 
   280 # Necessary additional compiler flags to compile X11 
   280 # Necessary additional compiler flags to compile X11 
   281 X_CFLAGS:=@X_CFLAGS@
   281 X_CFLAGS:=@X_CFLAGS@
   282 X_LIBS:=@X_LIBS@
   282 X_LIBS:=@X_LIBS@
   283 OPENWIN_HOME:=@OPENWIN_HOME@
   283 OPENWIN_HOME:=@OPENWIN_HOME@
       
   284 
       
   285 # The lowest required version of macosx to enforce compatiblity for
       
   286 MACOSX_REQUIRED_VERSION=@MACOSX_REQUIRED_VERSION@
   284 
   287 
   285 # There are two types: CC or CL
   288 # There are two types: CC or CL
   286 # CC is gcc and others behaving reasonably similar.
   289 # CC is gcc and others behaving reasonably similar.
   287 # CL is cl.exe only.
   290 # CL is cl.exe only.
   288 COMPILER_TYPE:=@COMPILER_TYPE@
   291 COMPILER_TYPE:=@COMPILER_TYPE@