diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-01-16 21:00:51 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-01-16 21:00:51 +0100 |
commit | a125b3e1ffa8b1a1f4a3d1473fb65fca454a42f0 (patch) | |
tree | f999c07e20439b7bee3c022f13722a3fa88be029 /libraries | |
parent | ba2f74f366d16569d129c9f905ea7237d2b3951c (diff) | |
download | ghdl-a125b3e1ffa8b1a1f4a3d1473fb65fca454a42f0.tar.gz ghdl-a125b3e1ffa8b1a1f4a3d1473fb65fca454a42f0.tar.bz2 ghdl-a125b3e1ffa8b1a1f4a3d1473fb65fca454a42f0.zip |
libraries: makefile style and header year update
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Makefile.inc | 32 |
1 files changed, 21 insertions, 11 deletions
diff --git a/libraries/Makefile.inc b/libraries/Makefile.inc index 90b178893..7f4fd51d4 100644 --- a/libraries/Makefile.inc +++ b/libraries/Makefile.inc @@ -1,5 +1,5 @@ # -*- Makefile -*- for the VHDL libraries. -# Copyright (C) 2002, 2003, 2004, 2005 Tristan Gingold +# Copyright (C) 2002-2021 Tristan Gingold # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -67,20 +67,30 @@ MATH_SRCS := \ math_complex-body.vhdl IEEE08_BSRCS := \ - ieee2008/std_logic_1164.vhdl ieee2008/std_logic_1164-body.vhdl \ + ieee2008/std_logic_1164.vhdl \ + ieee2008/std_logic_1164-body.vhdl \ ieee2008/std_logic_textio.vhdl \ - ieee2008/math_real.vhdl ieee2008/math_real-body.vhdl \ - ieee2008/math_complex.vhdl ieee2008/math_complex-body.vhdl \ - ieee2008/numeric_bit.vhdl ieee2008/numeric_bit-body.vhdl \ - ieee2008/numeric_bit_unsigned.vhdl ieee2008/numeric_bit_unsigned-body.vhdl \ - ieee2008/numeric_std.vhdl ieee2008/numeric_std-body.vhdl \ - ieee2008/numeric_std_unsigned.vhdl ieee2008/numeric_std_unsigned-body.vhdl \ + ieee2008/math_real.vhdl \ + ieee2008/math_real-body.vhdl \ + ieee2008/math_complex.vhdl \ + ieee2008/math_complex-body.vhdl \ + ieee2008/numeric_bit.vhdl \ + ieee2008/numeric_bit-body.vhdl \ + ieee2008/numeric_bit_unsigned.vhdl \ + ieee2008/numeric_bit_unsigned-body.vhdl \ + ieee2008/numeric_std.vhdl \ + ieee2008/numeric_std-body.vhdl \ + ieee2008/numeric_std_unsigned.vhdl \ + ieee2008/numeric_std_unsigned-body.vhdl \ ieee2008/fixed_float_types.vhdl \ - ieee2008/fixed_generic_pkg.vhdl ieee2008/fixed_generic_pkg-body.vhdl \ + ieee2008/fixed_generic_pkg.vhdl \ + ieee2008/fixed_generic_pkg-body.vhdl \ ieee2008/fixed_pkg.vhdl \ - ieee2008/float_generic_pkg.vhdl ieee2008/float_generic_pkg-body.vhdl \ + ieee2008/float_generic_pkg.vhdl \ + ieee2008/float_generic_pkg-body.vhdl \ ieee2008/float_pkg.vhdl \ - ieee2008/ieee_bit_context.vhdl ieee2008/ieee_std_context.vhdl \ + ieee2008/ieee_bit_context.vhdl \ + ieee2008/ieee_std_context.vhdl \ $(UPF_SRCS) IEEE87_BSRCS := $(addprefix ieee/v87/,$(IEEE_SRCS)) $(UPF_SRCS) |