diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2019-10-18 18:05:45 +0100 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@intel.com> | 2019-10-18 18:05:45 +0100 |
commit | fc933651b13e2f0d9d4e2083206c3faadc11c50a (patch) | |
tree | 271758241abf5bb1a662fe11c7677899c1efac30 /vc4 | |
parent | 0190f49a139e7069d7cad6a6890832831da1aa8b (diff) | |
download | libdrm-fc933651b13e2f0d9d4e2083206c3faadc11c50a.tar.gz libdrm-fc933651b13e2f0d9d4e2083206c3faadc11c50a.tar.bz2 libdrm-fc933651b13e2f0d9d4e2083206c3faadc11c50a.zip |
Revert "Revert "libdrm: remove autotools support""
The external tooling issue has been fixed, so we can delete autotools
again :)
Diffstat (limited to 'vc4')
-rw-r--r-- | vc4/Makefile.am | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/vc4/Makefile.am b/vc4/Makefile.am deleted file mode 100644 index 5f82d04e..00000000 --- a/vc4/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright © 2016 Broadcom -# -# Permission is hereby granted, free of charge, to any person obtaining a -# copy of this software and associated documentation files (the "Software"), -# to deal in the Software without restriction, including without limitation -# the rights to use, copy, modify, merge, publish, distribute, sublicense, -# and/or sell copies of the Software, and to permit persons to whom the -# Software is furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice (including the next -# paragraph) shall be included in all copies or substantial portions of the -# Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -# IN THE SOFTWARE. - -include Makefile.sources - -AM_CFLAGS = \ - $(WARN_CFLAGS) \ - -fvisibility=hidden \ - -I$(top_srcdir) \ - $(PTHREADSTUBS_CFLAGS) \ - $(VALGRIND_CFLAGS) \ - -I$(top_srcdir)/include/drm - -libdrm_vc4includedir = ${includedir}/libdrm -libdrm_vc4include_HEADERS = $(LIBDRM_VC4_H_FILES) - -pkgconfig_DATA = libdrm_vc4.pc |