From 49ce9f9320ec4481234ce4f1dd18c39a7d2fc1c7 Mon Sep 17 00:00:00 2001 From: David Ayers Date: Thu, 14 Sep 2006 11:58:24 +0000 Subject: [PATCH] * EOInterface/GNUmakefile * DBModeler/Inspectors/GNUmakefile * DBModeler/GNUmakefile * EOAdaptors/Postgres95/LoginPanel/GNUmakefile * GDL2Palette/GNUmakefile: Add missing copyright notices. Install into GNUSTEP_SYSTEM_ROOT by default. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@23502 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 9 +++++++ DBModeler/GNUmakefile | 28 ++++++++++++++++++++ DBModeler/Inspectors/GNUmakefile | 28 ++++++++++++++++++++ EOAdaptors/Postgres95/LoginPanel/GNUmakefile | 3 +++ EOInterface/GNUmakefile | 3 +++ GDL2Palette/GNUmakefile | 28 ++++++++++++++++++++ 6 files changed, 99 insertions(+) diff --git a/ChangeLog b/ChangeLog index 64387fa..4125a3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-09-14 David Ayers + + * EOInterface/GNUmakefile + * DBModeler/Inspectors/GNUmakefile + * DBModeler/GNUmakefile + * EOAdaptors/Postgres95/LoginPanel/GNUmakefile + * GDL2Palette/GNUmakefile: Add missing copyright notices. + Install into GNUSTEP_SYSTEM_ROOT by default. + 2006-09-14 David Ayers * Version 0.10.0 diff --git a/DBModeler/GNUmakefile b/DBModeler/GNUmakefile index d66b765..6d55e98 100644 --- a/DBModeler/GNUmakefile +++ b/DBModeler/GNUmakefile @@ -1,3 +1,31 @@ +# +# DBModeler makefile for GNUstep Database Library. +# +# Copyright (C) 2005,2006 Free Software Foundation, Inc. +# +# Author: Matt Rice +# +# This file is part of the GNUstep Database Library. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This library 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this library; see the file COPYING.LIB. +# If not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# + +# Install into the system root by default +GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) + include $(GNUSTEP_MAKEFILES)/common.make include ../gdl2.make diff --git a/DBModeler/Inspectors/GNUmakefile b/DBModeler/Inspectors/GNUmakefile index da03788..f8af3bb 100644 --- a/DBModeler/Inspectors/GNUmakefile +++ b/DBModeler/Inspectors/GNUmakefile @@ -1,3 +1,31 @@ +# +# DBModeler/Inspectors makefile for GNUstep Database Library. +# +# Copyright (C) 2005,2006 Free Software Foundation, Inc. +# +# Author: Matt Rice +# +# This file is part of the GNUstep Database Library. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This library 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this library; see the file COPYING.LIB. +# If not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# + +# Install into the system root by default +GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) + include $(GNUSTEP_MAKEFILES)/common.make SUBPROJECT_NAME=Inspectors ADDITIONAL_INCLUDE_DIRS+=-I../../ diff --git a/EOAdaptors/Postgres95/LoginPanel/GNUmakefile b/EOAdaptors/Postgres95/LoginPanel/GNUmakefile index 30ce3f5..035edf3 100644 --- a/EOAdaptors/Postgres95/LoginPanel/GNUmakefile +++ b/EOAdaptors/Postgres95/LoginPanel/GNUmakefile @@ -23,6 +23,9 @@ # If not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Install into the system root by default +GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) + include $(GNUSTEP_MAKEFILES)/common.make BUNDLE_NAME=LoginPanel diff --git a/EOInterface/GNUmakefile b/EOInterface/GNUmakefile index 0cca4c0..d42e9d9 100644 --- a/EOInterface/GNUmakefile +++ b/EOInterface/GNUmakefile @@ -23,6 +23,9 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # +# Install into the system root by default +GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) + include $(GNUSTEP_MAKEFILES)/common.make include ../Version diff --git a/GDL2Palette/GNUmakefile b/GDL2Palette/GNUmakefile index 034a218..caa7e5f 100644 --- a/GDL2Palette/GNUmakefile +++ b/GDL2Palette/GNUmakefile @@ -1,3 +1,31 @@ +# +# GDL2Palette makefile for GNUstep Database Library. +# +# Copyright (C) 2005,2006 Free Software Foundation, Inc. +# +# Written by: Matt Rice +# +# This file is part of the GNUstep Database Library. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This library 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this library; see the file COPYING.LIB. +# If not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# + +# Install into the system root by default +GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) + include $(GNUSTEP_MAKEFILES)/common.make include ../gdl2.make