summaryrefslogtreecommitdiff
path: root/Mesa
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-06 17:43:54 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-07 01:41:24 +0200
commit6b2ce087e1c3d592875eb36ae6ac2b6f20e248dd (patch)
treeb4b5de541f7b6e9c1f5c451002e11759863411a0 /Mesa
parente264ff550f5e2f2cfc836e9ecdf3c5065aed1d97 (diff)
Mesa: remove Package_inc
Change-Id: Ie87b9b2d7dc87ee60c072a2cf80cda5b191d1209
Diffstat (limited to 'Mesa')
-rw-r--r--Mesa/Module_Mesa.mk6
-rw-r--r--Mesa/Package_inc.mk23
-rw-r--r--Mesa/inc/GL/gl.h (renamed from Mesa/inc/gl.h)0
-rw-r--r--Mesa/inc/GL/gl_mangle.h (renamed from Mesa/inc/gl_mangle.h)0
-rw-r--r--Mesa/inc/GL/glext.h (renamed from Mesa/inc/glext.h)0
-rw-r--r--Mesa/inc/GL/glu.h (renamed from Mesa/inc/glu.h)0
-rw-r--r--Mesa/inc/GL/glu_mangle.h (renamed from Mesa/inc/glu_mangle.h)0
-rw-r--r--Mesa/inc/GL/glx.h (renamed from Mesa/inc/glx.h)0
-rw-r--r--Mesa/inc/GL/glx_mangle.h (renamed from Mesa/inc/glx_mangle.h)0
-rw-r--r--Mesa/inc/GL/glxext.h (renamed from Mesa/inc/glxext.h)0
-rw-r--r--Mesa/inc/GL/vms_x_fix.h (renamed from Mesa/inc/vms_x_fix.h)0
-rw-r--r--Mesa/inc/GL/wglext.h (renamed from Mesa/inc/wglext.h)0
12 files changed, 0 insertions, 29 deletions
diff --git a/Mesa/Module_Mesa.mk b/Mesa/Module_Mesa.mk
index 61cf8855f3d2..377caed83581 100644
--- a/Mesa/Module_Mesa.mk
+++ b/Mesa/Module_Mesa.mk
@@ -9,10 +9,4 @@
$(eval $(call gb_Module_Module,Mesa))
-ifeq ($(SYSTEM_MESA_HEADERS),NO)
-
-$(eval $(call gb_Module_add_targets,Mesa,Package_inc))
-
-endif
-
# vim: set noet sw=4:
diff --git a/Mesa/Package_inc.mk b/Mesa/Package_inc.mk
deleted file mode 100644
index b5cca090b1fd..000000000000
--- a/Mesa/Package_inc.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,Mesa_inc,$(SRCDIR)/Mesa/inc))
-
-$(eval $(call gb_Package_add_file,Mesa_inc,inc/GL/glext.h,glext.h))
-$(eval $(call gb_Package_add_file,Mesa_inc,inc/GL/gl.h,gl.h))
-$(eval $(call gb_Package_add_file,Mesa_inc,inc/GL/gl_mangle.h,gl_mangle.h))
-$(eval $(call gb_Package_add_file,Mesa_inc,inc/GL/glu.h,glu.h))
-$(eval $(call gb_Package_add_file,Mesa_inc,inc/GL/glu_mangle.h,glu_mangle.h))
-$(eval $(call gb_Package_add_file,Mesa_inc,inc/GL/glxext.h,glxext.h))
-$(eval $(call gb_Package_add_file,Mesa_inc,inc/GL/glx.h,glx.h))
-$(eval $(call gb_Package_add_file,Mesa_inc,inc/GL/glx_mangle.h,glx_mangle.h))
-$(eval $(call gb_Package_add_file,Mesa_inc,inc/GL/vms_x_fix.h,vms_x_fix.h))
-$(eval $(call gb_Package_add_file,Mesa_inc,inc/GL/wglext.h,wglext.h))
-
-# vim: set noet sw=4:
diff --git a/Mesa/inc/gl.h b/Mesa/inc/GL/gl.h
index 4945c031e0e7..4945c031e0e7 100644
--- a/Mesa/inc/gl.h
+++ b/Mesa/inc/GL/gl.h
diff --git a/Mesa/inc/gl_mangle.h b/Mesa/inc/GL/gl_mangle.h
index 369b8a0fc6d5..369b8a0fc6d5 100644
--- a/Mesa/inc/gl_mangle.h
+++ b/Mesa/inc/GL/gl_mangle.h
diff --git a/Mesa/inc/glext.h b/Mesa/inc/GL/glext.h
index 449b70d0b459..449b70d0b459 100644
--- a/Mesa/inc/glext.h
+++ b/Mesa/inc/GL/glext.h
diff --git a/Mesa/inc/glu.h b/Mesa/inc/GL/glu.h
index d7f5de9d1c76..d7f5de9d1c76 100644
--- a/Mesa/inc/glu.h
+++ b/Mesa/inc/GL/glu.h
diff --git a/Mesa/inc/glu_mangle.h b/Mesa/inc/GL/glu_mangle.h
index 9c25aa864c13..9c25aa864c13 100644
--- a/Mesa/inc/glu_mangle.h
+++ b/Mesa/inc/GL/glu_mangle.h
diff --git a/Mesa/inc/glx.h b/Mesa/inc/GL/glx.h
index c91a91823048..c91a91823048 100644
--- a/Mesa/inc/glx.h
+++ b/Mesa/inc/GL/glx.h
diff --git a/Mesa/inc/glx_mangle.h b/Mesa/inc/GL/glx_mangle.h
index b0d3d39ac8c1..b0d3d39ac8c1 100644
--- a/Mesa/inc/glx_mangle.h
+++ b/Mesa/inc/GL/glx_mangle.h
diff --git a/Mesa/inc/glxext.h b/Mesa/inc/GL/glxext.h
index 930289c05073..930289c05073 100644
--- a/Mesa/inc/glxext.h
+++ b/Mesa/inc/GL/glxext.h
diff --git a/Mesa/inc/vms_x_fix.h b/Mesa/inc/GL/vms_x_fix.h
index 70454e3d9f53..70454e3d9f53 100644
--- a/Mesa/inc/vms_x_fix.h
+++ b/Mesa/inc/GL/vms_x_fix.h
diff --git a/Mesa/inc/wglext.h b/Mesa/inc/GL/wglext.h
index b5dc7bf7f132..b5dc7bf7f132 100644
--- a/Mesa/inc/wglext.h
+++ b/Mesa/inc/GL/wglext.h