open-src/lib/Makefile.inc
changeset 705 24ca414edbff
parent 591 a2c6b61a92aa
child 810 6f94d3da0552
equal deleted inserted replaced
704:f9b973ecc909 705:24ca414edbff
     1 # -*- Makefile -*- rules common to most X.Org library modules
     1 # -*- Makefile -*- rules common to most X.Org library modules
     2 #
     2 #
     3 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     3 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     4 # Use subject to license terms.
     4 # Use subject to license terms.
     5 #
     5 #
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # copy of this software and associated documentation files (the
     7 # copy of this software and associated documentation files (the
     8 # "Software"), to deal in the Software without restriction, including
     8 # "Software"), to deal in the Software without restriction, including
    26 # Except as contained in this notice, the name of a copyright holder
    26 # Except as contained in this notice, the name of a copyright holder
    27 # shall not be used in advertising or otherwise to promote the sale, use
    27 # shall not be used in advertising or otherwise to promote the sale, use
    28 # or other dealings in this Software without prior written authorization
    28 # or other dealings in this Software without prior written authorization
    29 # of the copyright holder.
    29 # of the copyright holder.
    30 #
    30 #
    31 # @(#)Makefile.inc	1.12	08/11/26
    31 # @(#)Makefile.inc	1.13	09/05/15
    32 #
    32 #
    33 
    33 
    34 PWD:sh=pwd
    34 PWD:sh=pwd
    35 TOP=$(PWD)/../..
    35 TOP=$(PWD)/../..
    36 
    36 
    50 MODTYPE_SUNTOUCH_MAN_FLAGS= -l $(LIBNAME) -a '{MT-Level, $(MODULE_MTLEVEL)}'
    50 MODTYPE_SUNTOUCH_MAN_FLAGS= -l $(LIBNAME) -a '{MT-Level, $(MODULE_MTLEVEL)}'
    51 
    51 
    52 # Flags to build & link libraries with
    52 # Flags to build & link libraries with
    53 MODTYPE_CPPFLAGS=$(LIB_CPPFLAGS)
    53 MODTYPE_CPPFLAGS=$(LIB_CPPFLAGS)
    54 MODTYPE_CFLAGS=$(LIB_CFLAGS)
    54 MODTYPE_CFLAGS=$(LIB_CFLAGS)
       
    55 MODTYPE_CXXFLAGS=$(LIB_CXXFLAGS)
    55 MODTYPE_LDFLAGS=$(LIB_LDFLAGS) -lc
    56 MODTYPE_LDFLAGS=$(LIB_LDFLAGS) -lc
    56 MODTYPE_LD_OPTIONS=$(LIB_REQUIRED_LDFLAGS)
    57 MODTYPE_LD_OPTIONS=$(LIB_REQUIRED_LDFLAGS)
    57 
    58 
    58 # Additional command line options to GNU autoconf configure script
    59 # Additional command line options to GNU autoconf configure script
    59 MODTYPE_CONFIG_OPTS = --enable-shared=yes --enable-static=no \
    60 MODTYPE_CONFIG_OPTS = --enable-shared=yes --enable-static=no \