open-src/driver/xf86-video-i128/Makefile
changeset 910 0a08683bf637
parent 907 3c35d611cdaa
child 911 a3e7e197651c
equal deleted inserted replaced
909:23e167c89da8 910:0a08683bf637
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xf86-video-i128 Makefile
     3 # xf86-video-i128 Makefile
     4 #
     4 #
     5 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     5 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
     6 # Use is subject to license terms.
     6 # Use is 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
    52 	-L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    52 	-L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    53 	-R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    53 	-R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    54 	-R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    54 	-R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    55 	-lexa -lfb -lvgahw -lxaa -lpciaccess
    55 	-lexa -lfb -lvgahw -lxaa -lpciaccess
    56 
    56 
       
    57 # Additional install rules beyond what upstream installs
       
    58 MODULE_ADD_INSTALL_TARGETS=install_docs
       
    59 
    57 include ../Makefile.inc
    60 include ../Makefile.inc
    58 
    61 
    59 install_gen::
    62 install_docs: $(INSTALL_DEPS)
    60 	mkdir -p $(PROTODIR)$(X11_DOC_DIR)
    63 	mkdir -p $(PROTODIR)$(X11_DOC_DIR)
    61 	cp -p $(SOURCE_DIR)/README $(PROTODIR)$(X11_DOC_DIR)/README.I128
    64 	cp -p $(SOURCE_DIR)/README $(PROTODIR)$(X11_DOC_DIR)/README.I128