From 68ad24a14dd0e5de307cde7ed916d1478419143e Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Wed, 11 Aug 2004 05:19:49 +0000 Subject: [PATCH] 2004-08-11 Marcel Telka * Makefile.rules: New file. * Makefile.am: Changed path to Makefile.rules include. (EXTRA_DIST): Added Makefile.rules. * po/Makevars: Changed path to Makefile.rules include. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@601 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- libbrux/ChangeLog | 7 +++++++ libbrux/Makefile.am | 5 ++++- libbrux/Makefile.rules | 24 ++++++++++++++++++++++++ libbrux/po/Makevars | 2 +- 4 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 libbrux/Makefile.rules diff --git a/libbrux/ChangeLog b/libbrux/ChangeLog index 9d13948b..4bcef080 100644 --- a/libbrux/ChangeLog +++ b/libbrux/ChangeLog @@ -1,3 +1,10 @@ +2004-08-11 Marcel Telka + + * Makefile.rules: New file. + * Makefile.am: Changed path to Makefile.rules include. + (EXTRA_DIST): Added Makefile.rules. + * po/Makevars: Changed path to Makefile.rules include. + 2003-11-03 Marcel Telka * flash/jedec.c (jedec_detect): Fixed compile error - C++-style declaration (bug 828313, thanks to Márton Németh). diff --git a/libbrux/Makefile.am b/libbrux/Makefile.am index 0aa9efe0..2ae25203 100644 --- a/libbrux/Makefile.am +++ b/libbrux/Makefile.am @@ -21,7 +21,7 @@ # Written by Marcel Telka , 2003. # -include $(top_srcdir)/../Makefile.rules +include $(top_srcdir)/Makefile.rules SUBDIRS = po @@ -29,6 +29,9 @@ noinst_HEADERS = \ sysdep.h \ gettext.h +EXTRA_DIST = \ + Makefile.rules + noinst_LIBRARIES = libbrux.a libbrux_a_SOURCES = \ diff --git a/libbrux/Makefile.rules b/libbrux/Makefile.rules new file mode 100644 index 00000000..bdaaec1e --- /dev/null +++ b/libbrux/Makefile.rules @@ -0,0 +1,24 @@ +# +# $Id$ +# +# Copyright (C) 2004 Marcel Telka +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program 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 this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. +# +# Written by Marcel Telka , 2004. +# + +include $(top_srcdir)/../Makefile.rules diff --git a/libbrux/po/Makevars b/libbrux/po/Makevars index 36252eaf..7afe06e1 100644 --- a/libbrux/po/Makevars +++ b/libbrux/po/Makevars @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/../Makefile.rules +include $(top_srcdir)/Makefile.rules # Makefile variables for PO directory in any package using GNU gettext.