open-src/app/mesa-demos/Makefile
changeset 1422 e9cadc0026d8
parent 1360 096d05346340
child 1447 b26f1451b601
equal deleted inserted replaced
1421:e78901f90784 1422:e9cadc0026d8
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
     3 # Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
     4 #
     4 #
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     6 # copy of this software and associated documentation files (the "Software"),
     6 # copy of this software and associated documentation files (the "Software"),
     7 # to deal in the Software without restriction, including without limitation
     7 # to deal in the Software without restriction, including without limitation
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    46 # Download site for source
    46 # Download site for source
    47 SOURCE_URL=ftp://ftp.freedesktop.org/pub/mesa/demos/$(MODULE_VERSION)/$(SOURCE_TARBALL_NAME)
    47 SOURCE_URL=ftp://ftp.freedesktop.org/pub/mesa/demos/$(MODULE_VERSION)/$(SOURCE_TARBALL_NAME)
    48 SOURCE_URL_SET=yes
    48 SOURCE_URL_SET=yes
    49 
    49 
    50 # Binaries built in tree
    50 # Binaries built in tree
    51 DEMOS_DIR=$(SOURCE_DIR)/src/xdemos
    51 DEMOS_DIR=$(BUILD_DIR)/src/xdemos
    52 GLXGEARS_BIN=$(DEMOS_DIR)/glxgears
    52 GLXGEARS_BIN=$(DEMOS_DIR)/glxgears
    53 GLXINFO_BIN=$(DEMOS_DIR)/glxinfo
    53 GLXINFO_BIN=$(DEMOS_DIR)/glxinfo
    54 
    54 
    55 # Override some configure checks for libraries we don't need in the subset
    55 # Override some configure checks for libraries we don't need in the subset
    56 # we build & ship - have to set them to be non-empty strings though or 
    56 # we build & ship - have to set them to be non-empty strings though or