open-src/lib/libXaw/Makefile
changeset 606 068c11b419c9
parent 559 894681074118
child 761 9a43833314f0
equal deleted inserted replaced
605:e5259db5befc 606:068c11b419c9
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Xaw Makefile
     3 # Xaw Makefile
     4 #
     4 #
     5 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     5 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     6 # Use subject to license terms.
     6 # Use subject to license terms.
     7 #
     7 #
     8 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # Permission is hereby granted, free of charge, to any person obtaining a
     9 # copy of this software and associated documentation files (the
     9 # copy of this software and associated documentation files (the
    10 # "Software"), to deal in the Software without restriction, including
    10 # "Software"), to deal in the Software without restriction, including
    28 # Except as contained in this notice, the name of a copyright holder
    28 # Except as contained in this notice, the name of a copyright holder
    29 # shall not be used in advertising or otherwise to promote the sale, use
    29 # shall not be used in advertising or otherwise to promote the sale, use
    30 # or other dealings in this Software without prior written authorization
    30 # or other dealings in this Software without prior written authorization
    31 # of the copyright holder.
    31 # of the copyright holder.
    32 #
    32 #
    33 # @(#)Makefile	1.4	08/10/05
    33 # @(#)Makefile	1.5	09/01/14
    34 #
    34 #
    35 
    35 
    36 # Package name used in tarballs
    36 # Package name used in tarballs
    37 MODULE_NAME=libXaw
    37 MODULE_NAME=libXaw
    38 
    38 
    53 
    53 
    54 # Link with version mapfile
    54 # Link with version mapfile
    55 # MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
    55 # MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
    56 
    56 
    57 # pkg-config files that need to have -R added
    57 # pkg-config files that need to have -R added
    58 FIX_PC_FILES=xaw*.pc.in
    58 FIX_PC_FILES=xaw7.pc.in
    59 
    59 
    60 # Additional arguments to pass to configure
    60 # Additional arguments to pass to configure
    61 # We only ship libXaw.so.7 right now, since we don't need to maintain binary
    61 # We only ship libXaw.so.7 right now, since we don't need to maintain binary
    62 # compatibility with the libXaw.so.6 version we never shipped, and never
    62 # compatibility with the libXaw.so.6 version we never shipped, and never
    63 # started shipping the now-dropped-by-X.Org libXaw.so.8 (Xaw + Xprint)
    63 # started shipping the now-dropped-by-X.Org libXaw.so.8 (Xaw + Xprint)