open-src/common/Makefile.inc
changeset 1406 5789451435d6
parent 1370 7a7a374453e5
child 1422 e9cadc0026d8
equal deleted inserted replaced
1405:ad851d7abd43 1406:5789451435d6
     1 # -*- Makefile -*- rules commonly shared among X consolidation open source dirs
     1 # -*- Makefile -*- rules commonly shared among X consolidation open source dirs
     2 #
     2 #
     3 # Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
     3 # Copyright (c) 2002, 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,
   810 
   810 
   811 UPSTREAM_xorg		= X.Org Foundation
   811 UPSTREAM_xorg		= X.Org Foundation
   812 UPSTREAM_URL_xorg	= http://www.x.org/
   812 UPSTREAM_URL_xorg	= http://www.x.org/
   813 SOURCE_URL_xorg		= $(XORG_RELEASES_URL)/$(SOURCE_TARBALL_DIR)/$(SOURCE_TARBALL_NAME)
   813 SOURCE_URL_xorg		= $(XORG_RELEASES_URL)/$(SOURCE_TARBALL_DIR)/$(SOURCE_TARBALL_NAME)
   814 # TPNO's for X.Org software & font batches
   814 # TPNO's for X.Org software & font batches
   815 ORACLE_TPNO_xorg	= 11362
   815 ORACLE_TPNO_xorg	= 18028
   816 ORACLE_TPNO_xorg_fonts	= 11716
   816 ORACLE_TPNO_xorg_fonts	= 11716
   817 
   817 
   818 UPSTREAM_xcb		= The XCB Project
   818 UPSTREAM_xcb		= The XCB Project
   819 UPSTREAM_URL_xcb	= http://xcb.freedesktop.org/
   819 UPSTREAM_URL_xcb	= http://xcb.freedesktop.org/
   820 SOURCE_URL_xcb		= http://xcb.freedesktop.org/dist/$(SOURCE_TARBALL_NAME)
   820 SOURCE_URL_xcb		= http://xcb.freedesktop.org/dist/$(SOURCE_TARBALL_NAME)
   821 ORACLE_TPNO_xcb		= 4914
   821 ORACLE_TPNO_xcb		= 18006
   822 
   822 
   823 UPSTREAM_PROJECT_DEFAULT	= $(UPSTREAM_PROJECT_SET:yes=$(POUND_SIGN))
   823 UPSTREAM_PROJECT_DEFAULT	= $(UPSTREAM_PROJECT_SET:yes=$(POUND_SIGN))
   824 $(UPSTREAM_PROJECT_DEFAULT)	UPSTREAM_PROJECT = xorg
   824 $(UPSTREAM_PROJECT_DEFAULT)	UPSTREAM_PROJECT = xorg
   825 
   825 
   826 UPSTREAM_DEFAULT	= $(UPSTREAM_SET:yes=$(POUND_SIGN))
   826 UPSTREAM_DEFAULT	= $(UPSTREAM_SET:yes=$(POUND_SIGN))