1#ident "@(#)Makefile	1.11 20/07/08 "
2###########################################################################
3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License version 2
5# as published by the Free Software Foundation.
6#
7# This program is distributed in the hope that it will be useful,
8# but WITHOUT ANY WARRANTY; without even the implied warranty of
9# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10# GNU General Public License for more details.
11#
12# You should have received a copy of the GNU General Public License along with
13# this program; see the file COPYING.  If not, write to the Free Software
14# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15###########################################################################
16SRCROOT=	../..
17RULESDIR=	RULES
18include		$(SRCROOT)/$(RULESDIR)/rules.top
19###########################################################################
20
21MK_FILES=	dump.mk isodump.mk isoinfo.mk isovfy.mk isodebug.mk
22#XMK_FILE=	Makefile.man
23
24scsi.c:
25	@echo "	==> MAKING SYMLINKS in ."; sh ./MKLINKS
26$(ALLTARGETS): scsi.c
27$(SRCROOT)/$(RULESDIR)/rules.mks: scsi.c
28
29###########################################################################
30include		$(SRCROOT)/$(RULESDIR)/rules.mks
31###########################################################################
32
33CFILES: dump.c isodebug.c isodump.c isoinfo.c isovfy.c
34
35xtxt:	$(CFILES)
36	gxgettext --no-wrap -k_ -k__ $(CFILES)
37