From 5146122af7f3d5cc1f1baa9c68585b1cdd52409b Mon Sep 17 00:00:00 2001 From: Christophe de Dinechin Date: Fri, 22 Mar 2019 16:35:00 +0100 Subject: [PATCH] Automatic copyright header adjustment --- Makefile | 41 ++++++------ config.arm-linux-gnu.mk | 39 +++++------ config.auto.mk | 41 ++++++------ config.bsd.mk | 41 ++++++------ config.cygwin.mk | 41 ++++++------ config.gnu.mk | 33 ++++++--- config.haiku.mk | 41 ++++++------ config.linux.mk | 33 ++++++--- config.macosx-clang.mk | 41 ++++++------ config.macosx.mk | 41 ++++++------ config.mingw.mk | 41 ++++++------ config.mk | 41 ++++++------ config.msys.mk | 41 ++++++------ config.unix.mk | 41 ++++++------ config.vs2013-64.mk | 41 ++++++------ config.vs2013.mk | 33 ++++++--- config/check_alloca.c | 67 ++++++++++--------- config/check_clearenv.c | 67 ++++++++++--------- config/check_drand48.c | 67 ++++++++++--------- config/check_egl.c | 67 ++++++++++--------- config/check_gdk_event_get_scancode.c | 67 ++++++++++--------- config/check_getpeereid.c | 67 ++++++++++--------- config/check_glob.c | 67 ++++++++++--------- config/check_gstaudio.c | 65 +++++++++--------- config/check_gstvideo.c | 65 +++++++++--------- config/check_int64.c | 67 ++++++++++--------- config/check_longlong.c | 65 +++++++++--------- config/check_mingw_aligned_malloc.c | 67 ++++++++++--------- config/check_polkit_authority_get_sync.c | 67 ++++++++++--------- ...olkit_authorization_result_get_dismissed.c | 67 ++++++++++--------- config/check_posix_memalign.c | 67 ++++++++++--------- config/check_pulse.c | 67 ++++++++++--------- config/check_sasl.c | 67 ++++++++++--------- config/check_sbrk.c | 65 +++++++++--------- config/check_sigaction.c | 67 ++++++++++--------- config/check_strtok_r.c | 67 ++++++++++--------- config/check_struct_sigaction.c | 65 +++++++++--------- config/check_struct_stat.c | 67 ++++++++++--------- config/check_uchar.c | 67 ++++++++++--------- config/check_uint.c | 67 ++++++++++--------- config/check_ulong.c | 67 ++++++++++--------- config/check_ushort.c | 67 ++++++++++--------- example/lib1/lib1.c | 67 ++++++++++--------- example/lib2/lib2.c | 67 ++++++++++--------- example/log-name.c | 67 ++++++++++--------- example/world.c | 67 ++++++++++--------- rules.mk | 41 ++++++------ 47 files changed, 1380 insertions(+), 1291 deletions(-) diff --git a/Makefile b/Makefile index 0a6316b..2a85947 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -#****************************************************************************** -# Makefile Make-It-Quick project -#****************************************************************************** +# ****************************************************************************** +# Makefile make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # Top-level makefile for 'make-it-quick' # @@ -13,25 +13,26 @@ # # # -#****************************************************************************** -# (C) 2017-2018 Christophe de Dinechin -# This software is licensed under the GNU General Public License v3 -#****************************************************************************** -# This file is part of make-it-quick +# ****************************************************************************** +# This software is licensed under the GNU General Public License v3 +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick # -# make-it-quick is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# make-it-quick is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with make-it-quick. If not, see . -#****************************************************************************** +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** # Package description PACKAGE_NAME=make-it-quick diff --git a/config.arm-linux-gnu.mk b/config.arm-linux-gnu.mk index 8d5d8bd..1ad4747 100644 --- a/config.arm-linux-gnu.mk +++ b/config.arm-linux-gnu.mk @@ -1,8 +1,8 @@ -#****************************************************************************** -# config.arm-linux-gnu.mk Build project -#****************************************************************************** +# ****************************************************************************** +# config.arm-linux-gnu.mk make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # Compilation profile for arm-linux-gnu # @@ -13,25 +13,26 @@ # # # -#****************************************************************************** -# (C) 2017-2017 Christophe de Dinechin +# ****************************************************************************** # This software is licensed under the GNU General Public License v3 -#****************************************************************************** -# This file is part of make-it-quick +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick # -# make-it-quick is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# make-it-quick is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with make-it-quick. If not, see . -#****************************************************************************** +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** CROSS_COMPILE=arm-linux-gnu include $(MIQ)config.gnu.mk diff --git a/config.auto.mk b/config.auto.mk index cadf0cf..89352d0 100644 --- a/config.auto.mk +++ b/config.auto.mk @@ -1,8 +1,8 @@ -#****************************************************************************** -# config.auto.mk Make-It-Quick project -#****************************************************************************** +# ****************************************************************************** +# config.auto.mk make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # Default configuration file invoked when the configuration is unknown # In that case, we pick one based on the uname. @@ -12,25 +12,26 @@ # # # -#****************************************************************************** -# (C) 1992-2018 Christophe de Dinechin -# This software is licensed under the GNU General Public License v3 -#****************************************************************************** -# This file is part of make-it-quick +# ****************************************************************************** +# This software is licensed under the GNU General Public License v3 +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick # -# make-it-quick is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# make-it-quick is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with make-it-quick. If not, see . -#****************************************************************************** +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** # Identification of the default build environment BUILDENV=$(BUILDENV_$(shell uname -s | sed s/CYGWIN.*/Cygwin/ | sed s/MINGW.*/MinGW/ | sed s/MSYS.*/MSYS/g)) diff --git a/config.bsd.mk b/config.bsd.mk index 78168ea..501f445 100644 --- a/config.bsd.mk +++ b/config.bsd.mk @@ -1,8 +1,8 @@ -#****************************************************************************** -# config.bsd.mk make-it-quick -#****************************************************************************** +# ****************************************************************************** +# config.bsd.mk make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # Configuration file for the FreeBSD operating system # @@ -13,25 +13,26 @@ # # # -#****************************************************************************** -# (C) 2018 Christophe de Dinechin -# This software is licensed under the GNU General Public License v3 -#****************************************************************************** -# This file is part of make-it-quick +# ****************************************************************************** +# This software is licensed under the GNU General Public License v3 +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick # -# make-it-quick is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# make-it-quick is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with make-it-quick. If not, see . -#****************************************************************************** +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** DEFINES_BUILDENV_bsd=CONFIG_BSD OS_NAME_BUILDENV_bsd=FreeBSD diff --git a/config.cygwin.mk b/config.cygwin.mk index 8a6add7..faa88fe 100644 --- a/config.cygwin.mk +++ b/config.cygwin.mk @@ -1,8 +1,8 @@ -#****************************************************************************** -# config.cygwin.mk Make-It-Quick project -#****************************************************************************** +# ****************************************************************************** +# config.cygwin.mk make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # Configuration file for Cygwin build environment # @@ -13,25 +13,26 @@ # # # -#****************************************************************************** -# (C) 1992-2018 Christophe de Dinechin -# This software is licensed under the GNU General Public License v3 -#****************************************************************************** -# This file is part of make-it-quick +# ****************************************************************************** +# This software is licensed under the GNU General Public License v3 +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick # -# make-it-quick is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# make-it-quick is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with make-it-quick. If not, see . -#****************************************************************************** +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** DEFINES_BUILDENV_cygwin=CONFIG_CYGWIN UNICODE _WIN32 WIN32 OS_NAME_BUILDENV_cygwin=windows diff --git a/config.gnu.mk b/config.gnu.mk index 0a97d69..69bab4b 100644 --- a/config.gnu.mk +++ b/config.gnu.mk @@ -1,8 +1,8 @@ -#****************************************************************************** -# config.gnu.mk Make-It-Quick project -#****************************************************************************** +# ****************************************************************************** +# config.gnu.mk make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # Makefile configuration file for GNU tools # @@ -12,11 +12,26 @@ # # # -#****************************************************************************** -# (C) 1992-2018 Christophe de Dinechin -# This software is licensed under the GNU General Public License v3 -# See LICENSE file for details. -#****************************************************************************** +# ****************************************************************************** +# This software is licensed under the GNU General Public License v3 +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick +# +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** #------------------------------------------------------------------------------ # Tools diff --git a/config.haiku.mk b/config.haiku.mk index 8cb3091..f32c50c 100644 --- a/config.haiku.mk +++ b/config.haiku.mk @@ -1,8 +1,8 @@ -#****************************************************************************** -# config.haiku.mk make-it-quick -#****************************************************************************** +# ****************************************************************************** +# config.haiku.mk make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # Configuration file for the Haiku operating system # @@ -13,25 +13,26 @@ # # # -#****************************************************************************** -# (C) 2018 Christophe de Dinechin -# This software is licensed under the GNU General Public License v3 -#****************************************************************************** -# This file is part of make-it-quick +# ****************************************************************************** +# This software is licensed under the GNU General Public License v3 +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick # -# make-it-quick is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# make-it-quick is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with make-it-quick. If not, see . -#****************************************************************************** +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** DEFINES_BUILDENV_haiku=CONFIG_HAIKU OS_NAME_BUILDENV_haiku=haiku diff --git a/config.linux.mk b/config.linux.mk index 4125ca9..102dff2 100644 --- a/config.linux.mk +++ b/config.linux.mk @@ -1,8 +1,8 @@ -#****************************************************************************** -# config.linux.mk Make-It-Quick project -#****************************************************************************** +# ****************************************************************************** +# config.linux.mk make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # Configuration file for Linux # @@ -13,11 +13,26 @@ # # # -#****************************************************************************** -# (C) 1992-2018 Christophe de Dinechin -# This software is licensed under the GNU General Public License v3 -# See LICENSE file for details. -#****************************************************************************** +# ****************************************************************************** +# This software is licensed under the GNU General Public License v3 +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick +# +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** DEFINES_BUILDENV_linux=CONFIG_LINUX OS_NAME_BUILDENV_linux=linux diff --git a/config.macosx-clang.mk b/config.macosx-clang.mk index ae37829..73d4854 100644 --- a/config.macosx-clang.mk +++ b/config.macosx-clang.mk @@ -1,8 +1,8 @@ -#****************************************************************************** -# config.macosx-clang.mk Make-It-Quick project -#****************************************************************************** +# ****************************************************************************** +# config.macosx-clang.mk make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # This is the shared makefile configuration when building with Clang on OSX # @@ -11,25 +11,26 @@ # # # -#****************************************************************************** -# (C) 1992-2018 Christophe de Dinechin -# This software is licensed under the GNU General Public License v3 -#****************************************************************************** -# This file is part of make-it-quick +# ****************************************************************************** +# This software is licensed under the GNU General Public License v3 +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick # -# make-it-quick is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# make-it-quick is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with make-it-quick. If not, see . -#****************************************************************************** +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** #------------------------------------------------------------------------------ # Configuration definitions diff --git a/config.macosx.mk b/config.macosx.mk index c66293b..0452036 100644 --- a/config.macosx.mk +++ b/config.macosx.mk @@ -1,8 +1,8 @@ -#****************************************************************************** -# config.macosx.mk Make-It-Quick project -#****************************************************************************** +# ****************************************************************************** +# config.macosx.mk make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # Configuration file when building on OSX with clang # @@ -13,25 +13,26 @@ # # # -#****************************************************************************** -# (C) 1992-2018 Christophe de Dinechin -# This software is licensed under the GNU General Public License v3 -#****************************************************************************** -# This file is part of make-it-quick +# ****************************************************************************** +# This software is licensed under the GNU General Public License v3 +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick # -# make-it-quick is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# make-it-quick is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with make-it-quick. If not, see . -#****************************************************************************** +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** OS_NAME_BUILDENV_macosx= macosx diff --git a/config.mingw.mk b/config.mingw.mk index 9731df1..686312c 100644 --- a/config.mingw.mk +++ b/config.mingw.mk @@ -1,8 +1,8 @@ -#****************************************************************************** -# config.mingw.mk Make-It-Quick project -#****************************************************************************** +# ****************************************************************************** +# config.mingw.mk make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # Configuration file when building with MinGW # @@ -13,25 +13,26 @@ # # # -#****************************************************************************** -# (C) 1992-2018 Christophe de Dinechin -# This software is licensed under the GNU General Public License v3 -#****************************************************************************** -# This file is part of make-it-quick +# ****************************************************************************** +# This software is licensed under the GNU General Public License v3 +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick # -# make-it-quick is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# make-it-quick is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with make-it-quick. If not, see . -#****************************************************************************** +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** #------------------------------------------------------------------------------ # Tools diff --git a/config.mk b/config.mk index 8bd92ce..6f5322c 100644 --- a/config.mk +++ b/config.mk @@ -1,8 +1,8 @@ -#****************************************************************************** -# config.mk Make-It-Quick project -#****************************************************************************** +# ****************************************************************************** +# config.mk make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # This is the shared makefile configuration file Make-It-Quick # This where the location of specific directories should be specified @@ -12,25 +12,26 @@ # # # -#****************************************************************************** -# (C) 1992-2018 Christophe de Dinechin -# This software is licensed under the GNU General Public License v3 -#****************************************************************************** -# This file is part of make-it-quick +# ****************************************************************************** +# This software is licensed under the GNU General Public License v3 +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick # -# make-it-quick is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# make-it-quick is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with make-it-quick. If not, see . -#****************************************************************************** +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** # Use /bin/sh as a basic shell, since it is faster than bash # even when it's actually bash underneath, at least diff --git a/config.msys.mk b/config.msys.mk index 6f79120..dfaed3a 100644 --- a/config.msys.mk +++ b/config.msys.mk @@ -1,8 +1,8 @@ -#****************************************************************************** -# config.msys.mk Make-It-Quick project -#****************************************************************************** +# ****************************************************************************** +# config.msys.mk make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # Configuration file when building with MSYS # @@ -13,25 +13,26 @@ # # # -#****************************************************************************** -# (C) 1992-2018 Christophe de Dinechin -# This software is licensed under the GNU General Public License v3 -#****************************************************************************** -# This file is part of make-it-quick +# ****************************************************************************** +# This software is licensed under the GNU General Public License v3 +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick # -# make-it-quick is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# make-it-quick is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with make-it-quick. If not, see . -#****************************************************************************** +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** DEFINES_BUILDENV_msys=CONFIG_MSYS UNICODE _WIN32 WIN32 OS_NAME_BUILDENV_msys=windows diff --git a/config.unix.mk b/config.unix.mk index 9132214..b95ad60 100644 --- a/config.unix.mk +++ b/config.unix.mk @@ -1,8 +1,8 @@ -#****************************************************************************** -# config.unix.mk Make-It-Quick project -#****************************************************************************** +# ****************************************************************************** +# config.unix.mk make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # Configuration file for Unix systems (default) # @@ -13,25 +13,26 @@ # # # -#****************************************************************************** -# (C) 1992-2018 Christophe de Dinechin -# This software is licensed under the GNU General Public License v3 -#****************************************************************************** -# This file is part of make-it-quick +# ****************************************************************************** +# This software is licensed under the GNU General Public License v3 +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick # -# make-it-quick is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# make-it-quick is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with make-it-quick. If not, see . -#****************************************************************************** +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** DEFINES_BUILDENV_unix= OS_NAME_BUILDENV_unix=unix diff --git a/config.vs2013-64.mk b/config.vs2013-64.mk index 47d7f92..dcc8459 100644 --- a/config.vs2013-64.mk +++ b/config.vs2013-64.mk @@ -1,8 +1,8 @@ -#****************************************************************************** -# config.vs2013-64.mk Make-It-Quick project -#****************************************************************************** +# ****************************************************************************** +# config.vs2013-64.mk make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # Makefile configuration file for Visual Studio 2013 (64-bit) # @@ -13,25 +13,26 @@ # # # -#****************************************************************************** -# (C) 1992-2018 Christophe de Dinechin -# This software is licensed under the GNU General Public License v3 -#****************************************************************************** -# This file is part of make-it-quick +# ****************************************************************************** +# This software is licensed under the GNU General Public License v3 +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick # -# make-it-quick is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# make-it-quick is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with make-it-quick. If not, see . -#****************************************************************************** +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** DEFINES_BUILDENV_vs2013-64=$(DEFINES_BUILDENV_vs2013) LDFLAGS_BUILDENV_vs2013-64=$(LDFLAGS_BUILDENV_vs2013) diff --git a/config.vs2013.mk b/config.vs2013.mk index 29f5bb2..05ac52f 100644 --- a/config.vs2013.mk +++ b/config.vs2013.mk @@ -1,8 +1,8 @@ -#****************************************************************************** -# config.vs2013.mk Make-it-Quick project -#****************************************************************************** +# ****************************************************************************** +# config.vs2013.mk make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # Makefile configuration file for Visual Studio 2013 # @@ -13,11 +13,26 @@ # # # -#****************************************************************************** -# (C) 1992-2018 Christophe de Dinechin -# This software is licensed under the GNU General Public License v3 -# See LICENSE file for details. -#****************************************************************************** +# ****************************************************************************** +# This software is licensed under the GNU General Public License v3 +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick +# +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** #------------------------------------------------------------------------------ # Tools diff --git a/config/check_alloca.c b/config/check_alloca.c index 800ebc9..939ace6 100644 --- a/config/check_alloca.c +++ b/config/check_alloca.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_alloca.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_alloca.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if alloca exists -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include diff --git a/config/check_clearenv.c b/config/check_clearenv.c index 8baf0d4..ac0209d 100644 --- a/config/check_clearenv.c +++ b/config/check_clearenv.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_clearenv.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_clearenv.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if clearenv exists -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2017,2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include diff --git a/config/check_drand48.c b/config/check_drand48.c index 90fcf02..84e2b74 100644 --- a/config/check_drand48.c +++ b/config/check_drand48.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_drand48.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_drand48.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if drand48() is provided by (missing on some MinGW) -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include diff --git a/config/check_egl.c b/config/check_egl.c index 5a572f7..ec32f23 100644 --- a/config/check_egl.c +++ b/config/check_egl.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_egl.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_egl.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if EGL header is present (assume it is installed if present) -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include diff --git a/config/check_gdk_event_get_scancode.c b/config/check_gdk_event_get_scancode.c index ee3a7e2..0783920 100644 --- a/config/check_gdk_event_get_scancode.c +++ b/config/check_gdk_event_get_scancode.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_gdk_event_get_scancode.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_gdk_event_get_scancode.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if gdk_event_get_scancode function is sane -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include diff --git a/config/check_getpeereid.c b/config/check_getpeereid.c index da483d5..568693d 100644 --- a/config/check_getpeereid.c +++ b/config/check_getpeereid.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_getpeereid.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_getpeereid.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if getpeereid exists -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include #include diff --git a/config/check_glob.c b/config/check_glob.c index 232996b..41b3571 100644 --- a/config/check_glob.c +++ b/config/check_glob.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_glob.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_glob.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if glob exists and has basic functionality -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include diff --git a/config/check_gstaudio.c b/config/check_gstaudio.c index ccb110b..d499813 100644 --- a/config/check_gstaudio.c +++ b/config/check_gstaudio.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_gstaudio.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_gstaudio.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if gstaudio is installed -// +// // (the test is not quite correct, but sufficient for SPICE) -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include int main() diff --git a/config/check_gstvideo.c b/config/check_gstvideo.c index 782f2df..64dbc93 100644 --- a/config/check_gstvideo.c +++ b/config/check_gstvideo.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_gstvideo.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_gstvideo.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if gstvideo is present -// +// // (The test is not quite correct, sufficient for SPICE for now) -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include int main() diff --git a/config/check_int64.c b/config/check_int64.c index bcd2aa6..ca28470 100644 --- a/config/check_int64.c +++ b/config/check_int64.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_int64.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_int64.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if the compiler natively implements __int64 (Windows compilers) -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** int main() { diff --git a/config/check_longlong.c b/config/check_longlong.c index fab8be1..f59b9b9 100644 --- a/config/check_longlong.c +++ b/config/check_longlong.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_longlong.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_longlong.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if compiler offers a long long type -// +// // (I know, this is a bit outdated) -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** int main() { diff --git a/config/check_mingw_aligned_malloc.c b/config/check_mingw_aligned_malloc.c index 2792cf5..5cab4e5 100644 --- a/config/check_mingw_aligned_malloc.c +++ b/config/check_mingw_aligned_malloc.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_mingw_aligned_malloc.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_mingw_aligned_malloc.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if we need to use zany functions for alligned malloc -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2017,2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include diff --git a/config/check_polkit_authority_get_sync.c b/config/check_polkit_authority_get_sync.c index 0c6307a..ed854c5 100644 --- a/config/check_polkit_authority_get_sync.c +++ b/config/check_polkit_authority_get_sync.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_polkit_authority_get_sync.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_polkit_authority_get_sync.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if polkit_authority_get_sync exists -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include int main() diff --git a/config/check_polkit_authorization_result_get_dismissed.c b/config/check_polkit_authorization_result_get_dismissed.c index c768897..0d7c617 100644 --- a/config/check_polkit_authorization_result_get_dismissed.c +++ b/config/check_polkit_authorization_result_get_dismissed.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_polkit_authorization_result_get_dismissed.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_polkit_authorization_result_get_dismissed.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if polkit_authorization_result_get_dismissed exists -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include int main() diff --git a/config/check_posix_memalign.c b/config/check_posix_memalign.c index d1986fa..62402a8 100644 --- a/config/check_posix_memalign.c +++ b/config/check_posix_memalign.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_posix_memalign.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_posix_memalign.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if we can use posix_memalign (otherwise, see mingw align...) -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2017,2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include diff --git a/config/check_pulse.c b/config/check_pulse.c index 7251924..a0663db 100644 --- a/config/check_pulse.c +++ b/config/check_pulse.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_pulse.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_pulse.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if pulse development headers are installed -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include diff --git a/config/check_sasl.c b/config/check_sasl.c index 94fe06c..a51c576 100644 --- a/config/check_sasl.c +++ b/config/check_sasl.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_sasl.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_sasl.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if sasl development headers are installed -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include int main() diff --git a/config/check_sbrk.c b/config/check_sbrk.c index f9f33e5..82df958 100644 --- a/config/check_sbrk.c +++ b/config/check_sbrk.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_sbrk.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_sbrk.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if sbrk() exists // (macOS has been warning about deprecation for a while) -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2017,2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include #include diff --git a/config/check_sigaction.c b/config/check_sigaction.c index ac40e63..fc27447 100644 --- a/config/check_sigaction.c +++ b/config/check_sigaction.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_sigaction.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_sigaction.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if sigaction exists -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2017-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include diff --git a/config/check_strtok_r.c b/config/check_strtok_r.c index 4099696..2dfcdad 100644 --- a/config/check_strtok_r.c +++ b/config/check_strtok_r.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_strtok_r.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_strtok_r.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if strtok is sane -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2017,2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include diff --git a/config/check_struct_sigaction.c b/config/check_struct_sigaction.c index 4d6bf38..abb01d8 100644 --- a/config/check_struct_sigaction.c +++ b/config/check_struct_sigaction.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_struct_sigaction.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_struct_sigaction.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if there is a struct sigaction in -// +// // Consider using check_sigaction.c instead -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2017,2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include diff --git a/config/check_struct_stat.c b/config/check_struct_stat.c index 9034977..2508667 100644 --- a/config/check_struct_stat.c +++ b/config/check_struct_stat.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_struct_stat.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_struct_stat.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if exists and provides struct stat. -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2017,2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include diff --git a/config/check_uchar.c b/config/check_uchar.c index 17722cb..5e8f2bd 100644 --- a/config/check_uchar.c +++ b/config/check_uchar.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_uchar.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_uchar.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if uchar is defined by or -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include #include diff --git a/config/check_uint.c b/config/check_uint.c index 4c93f5a..066b375 100644 --- a/config/check_uint.c +++ b/config/check_uint.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_uint.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_uint.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if uint is defined by or -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include #include diff --git a/config/check_ulong.c b/config/check_ulong.c index 2dd7452..a940c78 100644 --- a/config/check_ulong.c +++ b/config/check_ulong.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_ulong.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_ulong.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if ulong is defined by or -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include #include diff --git a/config/check_ushort.c b/config/check_ushort.c index d6e0d0d..7d1639d 100644 --- a/config/check_ushort.c +++ b/config/check_ushort.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// check_ushort.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// check_ushort.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Check if ushort is defined by or -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include #include diff --git a/example/lib1/lib1.c b/example/lib1/lib1.c index ac55c33..d4730c4 100644 --- a/example/lib1/lib1.c +++ b/example/lib1/lib1.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// lib1.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// lib1.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Simple test file for make-it-quick -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2017-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** int lib1_foo(void) { diff --git a/example/lib2/lib2.c b/example/lib2/lib2.c index 5f002f3..c0d366b 100644 --- a/example/lib2/lib2.c +++ b/example/lib2/lib2.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// lib2.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// lib2.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Simple test file for make-it-quick -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2017-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** int lib2_bar(void) { diff --git a/example/log-name.c b/example/log-name.c index d0e9804..e3642ee 100644 --- a/example/log-name.c +++ b/example/log-name.c @@ -1,36 +1,37 @@ -// **************************************************************************** -// log-name.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// log-name.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Simple test file for make-it-quick -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** int x = 0; diff --git a/example/world.c b/example/world.c index 80c033b..c58bafc 100644 --- a/example/world.c +++ b/example/world.c @@ -1,37 +1,38 @@ -// **************************************************************************** -// world.c make-it-quick -// **************************************************************************** -// -// File Description: -// +// ***************************************************************************** +// world.c make-it-quick project +// ***************************************************************************** +// +// File description: +// // Simple test file for make-it-quick -// -// -// -// -// -// -// -// -// **************************************************************************** -// (C) 2019 Christophe de Dinechin -// This software is licensed under the GNU General Public License v3 -// **************************************************************************** -// This file is part of make-it-quick. -// -// make-it-quick is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with make-it-quick. If not, see . -// **************************************************************************** +// +// +// +// +// +// +// +// +// ***************************************************************************** +// This software is licensed under the GNU General Public License v3 +// (C) 2018-2019, Christophe de Dinechin +// ***************************************************************************** +// This file is part of make-it-quick +// +// make-it-quick is free software: you can r redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// make-it-quick is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with make-it-quick, in a file named COPYING. +// If not, see . +// ***************************************************************************** #include "config.h" #include diff --git a/rules.mk b/rules.mk index 4c08a38..38318e7 100644 --- a/rules.mk +++ b/rules.mk @@ -1,8 +1,8 @@ -#****************************************************************************** -# rules.mk Make-it-Quick project -#****************************************************************************** +# ****************************************************************************** +# rules.mk make-it-quick project +# ****************************************************************************** # -# File Description: +# File description: # # Common rules for building the targets # @@ -12,25 +12,26 @@ # # # -#****************************************************************************** -# (C) 1992-2018 Christophe de Dinechin -# This software is licensed under the GNU General Public License v3 -#****************************************************************************** -# This file is part of make-it-quick +# ****************************************************************************** +# This software is licensed under the GNU General Public License v3 +# (C) 2017-2019, Christophe de Dinechin +# ****************************************************************************** +# This file is part of make-it-quick # -# make-it-quick is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# make-it-quick is free software: you can r redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# make-it-quick is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# make-it-quick is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with make-it-quick. If not, see . -#****************************************************************************** +# You should have received a copy of the GNU General Public License +# along with make-it-quick, in a file named COPYING. +# If not, see . +# ****************************************************************************** # Include the Makefile configuration and local variables MIQ?=make-it-quick/