open-src/lib/libxcb/Makefile
changeset 1610 77a2e608a1ff
parent 1549 4b5a9782609e
child 1705 76aff95e6534
equal deleted inserted replaced
1609:d5bab3427828 1610:77a2e608a1ff
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xcb - Lighter weight X11 client libraries
     3 # xcb - Lighter weight X11 client libraries
     4 #
     4 #
     5 # Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
     6 #
     6 #
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # copy of this software and associated documentation files (the "Software"),
     8 # copy of this software and associated documentation files (the "Software"),
     9 # to deal in the Software without restriction, including without limitation
     9 # to deal in the Software without restriction, including without limitation
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
   103 MODULE_ADD_INSTALL_TARGETS=install_solaris_exts
   103 MODULE_ADD_INSTALL_TARGETS=install_solaris_exts
   104 
   104 
   105 include ../Makefile.inc
   105 include ../Makefile.inc
   106 
   106 
   107 # Additional files we need to install
   107 # Additional files we need to install
   108 MANDIR = $(PROTODIR)$(X11_MAN_DIR)/man3xcb
   108 MANDIR = $(PROTODIR)$(MODULE_MAN_DIR)/man3xcb
   109 
   109 
   110 # Need to apply suntouch changes to man pages generated during build
   110 # Need to apply suntouch changes to man pages generated during build
   111 install_solaris_exts: $(INSTALL_DEPS)
   111 install_solaris_exts: $(INSTALL_DEPS)
   112 	$(PERL) $(TOP)/open-src/common/suntouch-manpages.pl \
   112 	$(PERL) $(TOP)/open-src/common/suntouch-manpages.pl \
   113 		$(SUNTOUCH_MAN_FLAGS) $(BUILD_DIR)/src/man/*.3xcb
   113 		$(SUNTOUCH_MAN_FLAGS) $(BUILD_DIR)/src/man/*.3xcb