2004-08-11 Marcel Telka <marcel@telka.sk>

* 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
master
Marcel Telka 21 years ago
parent 5e7aa7955f
commit 68ad24a14d

@ -1,3 +1,10 @@
2004-08-11 Marcel Telka <marcel@telka.sk>
* 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 <marcel@telka.sk>
* flash/jedec.c (jedec_detect): Fixed compile error - C++-style declaration (bug 828313, thanks to Márton Németh).

@ -21,7 +21,7 @@
# Written by Marcel Telka <marcel@telka.sk>, 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 = \

@ -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 <marcel@telka.sk>, 2004.
#
include $(top_srcdir)/../Makefile.rules

@ -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.

Loading…
Cancel
Save