[Debburn-changes] r444 - in cdrkit/trunk: libdeflt libedc libparanoia libschily libunls libusal mkisofs mkisofs/diag

Eduard Bloch blade at alioth.debian.org
Thu Nov 23 21:05:23 CET 2006


Author: blade
Date: 2006-11-23 21:05:23 +0100 (Thu, 23 Nov 2006)
New Revision: 444

Removed:
   cdrkit/trunk/libdeflt/libdeflt.mk
   cdrkit/trunk/libedc/libedc.mk
   cdrkit/trunk/libedc/speed.mk
   cdrkit/trunk/libparanoia/paranoia.mk
   cdrkit/trunk/libschily/libschily.mk
   cdrkit/trunk/libschily/libschily_p.mk
   cdrkit/trunk/libschily/shlschily.mk
   cdrkit/trunk/libunls/libunls.mk
   cdrkit/trunk/libunls/libunls_p.mk
   cdrkit/trunk/libunls/shlunls.mk
   cdrkit/trunk/libusal/libusal.mk
   cdrkit/trunk/mkisofs/apple_driver.mk
   cdrkit/trunk/mkisofs/apple_driver_man.mk
   cdrkit/trunk/mkisofs/diag/devdump_man.mk
   cdrkit/trunk/mkisofs/diag/dump.mk
   cdrkit/trunk/mkisofs/diag/isodebug.mk
   cdrkit/trunk/mkisofs/diag/isodebug_man.mk
   cdrkit/trunk/mkisofs/diag/isodump.mk
   cdrkit/trunk/mkisofs/diag/isodump_man.mk
   cdrkit/trunk/mkisofs/diag/isoinfo.mk
   cdrkit/trunk/mkisofs/diag/isoinfo_man.mk
   cdrkit/trunk/mkisofs/diag/isovfy.mk
   cdrkit/trunk/mkisofs/diag/isovfy_man.mk
Log:
Remove old makefile junk

Deleted: cdrkit/trunk/libdeflt/libdeflt.mk
===================================================================
--- cdrkit/trunk/libdeflt/libdeflt.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/libdeflt/libdeflt.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,20 +0,0 @@
-#ident @(#)libdeflt.mk	1.1 05/06/13 
-###########################################################################
-SRCROOT=	..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-#.SEARCHLIST:	. $(ARCHDIR) stdio $(ARCHDIR)
-#VPATH=		.:stdio:$(ARCHDIR)
-INSDIR=		lib
-TARGETLIB=	deflt
-#CPPOPTS +=	-Ispecincl
-include		Targets
-LIBS=		
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.lib
-###########################################################################
-#CC=		echo "	==> COMPILING \"$@\""; cc
-###########################################################################

Deleted: cdrkit/trunk/libedc/libedc.mk
===================================================================
--- cdrkit/trunk/libedc/libedc.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/libedc/libedc.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,35 +0,0 @@
-#ident @(#)libedc.mk	1.5 05/08/06 
-###########################################################################
-SRCROOT=	..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-#.SEARCHLIST:	. $(ARCHDIR) stdio $(ARCHDIR)
-#VPATH=		.:stdio:$(ARCHDIR)
-INSDIR=		lib
-#TARGETLIB=	oedc
-TARGETLIB=	edc_ecc
-CPPOPTS +=	-Iold
-#
-# Selectively increase the opimisation for libedc for better performance
-#
-# The code has been tested for correctness with this level of optimisation
-# If your GCC creates defective code, you found a GCC bug that should
-# be reported to the GCC people. As a workaround, you may remove the next
-# lines to fall back to the standard optimisation level.
-#
-_XARCH_OPT=	$(OARCH:%cc64=-xarch=generic64) 
-XARCH_OPT=	$(_XARCH_OPT:%cc=-xarch=generic) 
-
-SUNPROCOPTOPT=	-fast $(XARCH_OPT)
-GCCOPTOPT=	-O3  -fexpensive-optimizations
-#
-CFILES=		edc_ecc.c
-HFILES=
-#include		Targets
-LIBS=		
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.lib
-###########################################################################

Deleted: cdrkit/trunk/libedc/speed.mk
===================================================================
--- cdrkit/trunk/libedc/speed.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/libedc/speed.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,22 +0,0 @@
-#ident @(#)speed.mk	1.2 04/01/06 
-###########################################################################
-SRCROOT=	..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-INSDIR=		bin
-TARGET=		edcspeed
-CPPOPTS +=	-DOLD_LIBEDC
-CFILES=		edcspeed.c
-HFILES=		
-#LIBS=		-lschily $(LIB_SOCKET)
-#LIBS=		-loedc -lschily
-LIBS=		-ledc_ecc -lschily
-XMK_FILE=	Makefile.man
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.cmd
-###########################################################################
-count:	$(CFILES) $(HFILES)
-	count $r1

Deleted: cdrkit/trunk/libparanoia/paranoia.mk
===================================================================
--- cdrkit/trunk/libparanoia/paranoia.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/libparanoia/paranoia.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,21 +0,0 @@
-#ident @(#)paranoia.mk	1.1 05/06/13 
-###########################################################################
-SRCROOT=	..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-#.SEARCHLIST:	. $(ARCHDIR) stdio $(ARCHDIR)
-#VPATH=		.:stdio:$(ARCHDIR)
-INSDIR=		lib
-TARGETLIB=	paranoia
-#CPPOPTS +=	-Ispecincl
-#CPPOPTS +=	-DUSE_PG
-include		Targets
-LIBS=		
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.lib
-###########################################################################
-#CC=		echo "	==> COMPILING \"$@\""; cc
-###########################################################################

Deleted: cdrkit/trunk/libschily/libschily.mk
===================================================================
--- cdrkit/trunk/libschily/libschily.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/libschily/libschily.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,19 +0,0 @@
-#ident @(#)libschily.mk	1.3 03/07/13 
-###########################################################################
-SRCROOT=	..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-.SEARCHLIST:	. $(ARCHDIR) stdio $(ARCHDIR)
-VPATH=		.:stdio:$(ARCHDIR)
-INSDIR=		lib
-TARGETLIB=	schily
-CPPOPTS +=	-Istdio
-CPPOPTS +=	-DUSE_SCANSTACK
-include		Targets
-LIBS=		
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.lib
-###########################################################################

Deleted: cdrkit/trunk/libschily/libschily_p.mk
===================================================================
--- cdrkit/trunk/libschily/libschily_p.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/libschily/libschily_p.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,21 +0,0 @@
-#ident @(#)libschily_p.mk	1.3 03/07/13 
-###########################################################################
-SRCROOT=	..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-SUBARCHDIR=	/profiled
-.SEARCHLIST:	. $(ARCHDIR) stdio $(ARCHDIR)
-VPATH=		.:stdio:$(ARCHDIR)
-INSDIR=		lib
-TARGETLIB=	schily_p
-CPPOPTS +=	-Istdio
-CPPOPTS +=	-DUSE_SCANSTACK
-COPTS +=	$(COPTGPROF)
-include		Targets
-LIBS=		
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.lib
-###########################################################################

Deleted: cdrkit/trunk/libschily/shlschily.mk
===================================================================
--- cdrkit/trunk/libschily/shlschily.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/libschily/shlschily.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,20 +0,0 @@
-#ident @(#)shlschily.mk	1.4 03/07/13 
-###########################################################################
-SRCROOT=	..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-SUBARCHDIR=	/pic
-.SEARCHLIST:	. $(ARCHDIR) stdio $(ARCHDIR)
-VPATH=		.:stdio:$(ARCHDIR)
-INSDIR=		lib
-TARGETLIB=	schily
-CPPOPTS +=	-Istdio
-CPPOPTS +=	-DUSE_SCANSTACK
-include		Targets
-LIBS=		
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.shl
-###########################################################################

Deleted: cdrkit/trunk/libunls/libunls.mk
===================================================================
--- cdrkit/trunk/libunls/libunls.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/libunls/libunls.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,17 +0,0 @@
-#ident @(#)libunls.mk	1.1 00/03/25 
-###########################################################################
-SRCROOT=	..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-INSDIR=		lib
-TARGETLIB=	unls
-#CPPOPTS +=	-Istdio
-CPPOPTS +=	-DUSE_ICONV
-include		Targets
-LIBS=		
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.lib
-###########################################################################

Deleted: cdrkit/trunk/libunls/libunls_p.mk
===================================================================
--- cdrkit/trunk/libunls/libunls_p.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/libunls/libunls_p.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,18 +0,0 @@
-#ident @(#)libunls_p.mk	1.2 04/06/17 
-###########################################################################
-SRCROOT=	..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-SUBARCHDIR=	/profiled
-INSDIR=		lib
-TARGETLIB=	unls_p
-#CPPOPTS +=	-Istdio
-COPTS +=	$(COPTGPROF)
-include		Targets
-LIBS=		
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.lib
-###########################################################################

Deleted: cdrkit/trunk/libunls/shlunls.mk
===================================================================
--- cdrkit/trunk/libunls/shlunls.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/libunls/shlunls.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,18 +0,0 @@
-#ident @(#)shlunls.mk	1.2 05/06/13 
-###########################################################################
-SRCROOT=	..
-RULESDIR=	RULES
-CCOM=		cc
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-SUBARCHDIR=	/pic
-INSDIR=		lib
-TARGETLIB=	unls
-#CPPOPTS +=	-Istdio
-include		Targets
-LIBS=		-lc
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.shl
-###########################################################################

Deleted: cdrkit/trunk/libusal/libusal.mk
===================================================================
--- cdrkit/trunk/libusal/libusal.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/libusal/libusal.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,21 +0,0 @@
-#ident @(#)libusal.mk	1.1 05/06/13 
-###########################################################################
-SRCROOT=	..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-#.SEARCHLIST:	. $(ARCHDIR) stdio $(ARCHDIR)
-#VPATH=		.:stdio:$(ARCHDIR)
-INSDIR=		lib
-TARGETLIB=	usal
-#CPPOPTS +=	-Ispecincl
-CPPOPTS +=	-DUSE_PG
-include		Targets
-LIBS=		
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.lib
-###########################################################################
-#CC=		echo "	==> COMPILING \"$@\""; cc
-###########################################################################

Deleted: cdrkit/trunk/mkisofs/apple_driver.mk
===================================================================
--- cdrkit/trunk/mkisofs/apple_driver.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/mkisofs/apple_driver.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,34 +0,0 @@
-#ident @(#)apple_driver.mk	1.1 05/05/15 
-###########################################################################
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2
-# as published by the Free Software Foundation.
-#
-# 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; see the file COPYING.  If not, write to the Free Software
-# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-###########################################################################
-SRCROOT=	..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-INSDIR=		bin
-TARGET=		apple_driver
-CPPOPTS +=	-DAPPLE_HYB
-CPPOPTS +=	-I../libhfs_iso/
-CPPOPTS	+=	-DHAVE_CONFIG_H \
-		-I../cdrecord
-CFILES=		apple_driver.c
-HFILES=		config.h mac_label.h mkisofs.h
-LIBS=		-lschily
-XMK_FILE=	apple_driver_man.mk
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.cmd
-###########################################################################

Deleted: cdrkit/trunk/mkisofs/apple_driver_man.mk
===================================================================
--- cdrkit/trunk/mkisofs/apple_driver_man.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/mkisofs/apple_driver_man.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,29 +0,0 @@
-#ident @(#)apple_driver_man.mk	1.1 05/05/15 
-###########################################################################
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2
-# as published by the Free Software Foundation.
-#
-# 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; see the file COPYING.  If not, write to the Free Software
-# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-###########################################################################
-SRCROOT=	..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-MANDIR=		man
-TARGETMAN=	apple_driver
-MANSECT=	$(MANSECT_ADMIN)
-MANSUFFIX=	$(MANSUFF_ADMIN)
-MANFILE=	apple_driver.8
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.man
-###########################################################################

Deleted: cdrkit/trunk/mkisofs/diag/devdump_man.mk
===================================================================
--- cdrkit/trunk/mkisofs/diag/devdump_man.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/mkisofs/diag/devdump_man.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,29 +0,0 @@
-#ident @(#)devdump_man.mk	1.1 06/02/08 
-###########################################################################
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2
-# as published by the Free Software Foundation.
-#
-# 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; see the file COPYING.  If not, write to the Free Software
-# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-###########################################################################
-SRCROOT=	../..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-MANDIR=		man
-TARGETMAN=	devdump
-MANSECT=	$(MANSECT_ADMIN)
-MANSUFFIX=	$(MANSUFF_ADMIN)
-MANFILE=	devdump.8
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.man
-###########################################################################

Deleted: cdrkit/trunk/mkisofs/diag/dump.mk
===================================================================
--- cdrkit/trunk/mkisofs/diag/dump.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/mkisofs/diag/dump.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,36 +0,0 @@
-#ident @(#)dump.mk	1.5 06/02/08 
-###########################################################################
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2
-# as published by the Free Software Foundation.
-#
-# 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; see the file COPYING.  If not, write to the Free Software
-# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-###########################################################################
-SRCROOT=	../..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-INSDIR=		bin
-TARGET=		devdump
-CPPOPTS +=	-DUSE_LIBSCHILY
-CPPOPTS +=	-DUSE_LARGEFILES
-CPPOPTS +=	-DUSE_SCG
-CPPOPTS +=	-I..
-CPPOPTS +=	-I../../cdrecord
-CFILES=		dump.c \
-		scsi.c scsi_cdr.c cd_misc.c modes.c \
-		defaults.c getnum.c
-LIBS=		-lrusal -lusal $(LIB_VOLMGT) -ldeflt -lschily $(SCSILIB) $(LIB_SOCKET)
-XMK_FILE=	devdump_man.mk
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.cmd
-###########################################################################

Deleted: cdrkit/trunk/mkisofs/diag/isodebug.mk
===================================================================
--- cdrkit/trunk/mkisofs/diag/isodebug.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/mkisofs/diag/isodebug.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,36 +0,0 @@
-#ident @(#)isodebug.mk	1.3 06/02/08 
-###########################################################################
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2
-# as published by the Free Software Foundation.
-#
-# 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; see the file COPYING.  If not, write to the Free Software
-# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-###########################################################################
-SRCROOT=	../..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-INSDIR=		bin
-TARGET=		isodebug
-CPPOPTS +=	-DUSE_LIBSCHILY
-CPPOPTS +=	-DUSE_LARGEFILES
-CPPOPTS +=	-DUSE_SCG
-CPPOPTS +=	-I..
-CPPOPTS +=	-I../../cdrecord
-CFILES=		isodebug.c \
-		scsi.c scsi_cdr.c cd_misc.c modes.c \
-		defaults.c getnum.c
-LIBS=		-lrusal -lusal $(LIB_VOLMGT) -ldeflt -lschily $(SCSILIB) $(LIB_SOCKET)
-XMK_FILE=	isodebug_man.mk
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.cmd
-###########################################################################

Deleted: cdrkit/trunk/mkisofs/diag/isodebug_man.mk
===================================================================
--- cdrkit/trunk/mkisofs/diag/isodebug_man.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/mkisofs/diag/isodebug_man.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,29 +0,0 @@
-#ident @(#)isodebug_man.mk	1.1 06/02/08 
-###########################################################################
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2
-# as published by the Free Software Foundation.
-#
-# 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; see the file COPYING.  If not, write to the Free Software
-# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-###########################################################################
-SRCROOT=	../..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-MANDIR=		man
-TARGETMAN=	isodebug
-MANSECT=	$(MANSECT_ADMIN)
-MANSUFFIX=	$(MANSUFF_ADMIN)
-MANFILE=	isodebug.8
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.man
-###########################################################################

Deleted: cdrkit/trunk/mkisofs/diag/isodump.mk
===================================================================
--- cdrkit/trunk/mkisofs/diag/isodump.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/mkisofs/diag/isodump.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,36 +0,0 @@
-#ident @(#)isodump.mk	1.5 06/02/08 
-###########################################################################
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2
-# as published by the Free Software Foundation.
-#
-# 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; see the file COPYING.  If not, write to the Free Software
-# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-###########################################################################
-SRCROOT=	../..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-INSDIR=		bin
-TARGET=		isodump
-CPPOPTS +=	-DUSE_LIBSCHILY
-CPPOPTS +=	-DUSE_LARGEFILES
-CPPOPTS +=	-DUSE_SCG
-CPPOPTS +=	-I..
-CPPOPTS +=	-I../../cdrecord
-CFILES=		isodump.c \
-		scsi.c scsi_cdr.c cd_misc.c modes.c \
-		defaults.c getnum.c
-LIBS=		-lrusal -lusal $(LIB_VOLMGT) -ldeflt -lschily $(SCSILIB) $(LIB_SOCKET)
-XMK_FILE=	isodump_man.mk
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.cmd
-###########################################################################

Deleted: cdrkit/trunk/mkisofs/diag/isodump_man.mk
===================================================================
--- cdrkit/trunk/mkisofs/diag/isodump_man.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/mkisofs/diag/isodump_man.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,29 +0,0 @@
-#ident @(#)isodump_man.mk	1.1 06/02/08 
-###########################################################################
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2
-# as published by the Free Software Foundation.
-#
-# 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; see the file COPYING.  If not, write to the Free Software
-# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-###########################################################################
-SRCROOT=	../..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-MANDIR=		man
-TARGETMAN=	isodump
-MANSECT=	$(MANSECT_ADMIN)
-MANSUFFIX=	$(MANSUFF_ADMIN)
-MANFILE=	isodump.8
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.man
-###########################################################################

Deleted: cdrkit/trunk/mkisofs/diag/isoinfo.mk
===================================================================
--- cdrkit/trunk/mkisofs/diag/isoinfo.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/mkisofs/diag/isoinfo.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,36 +0,0 @@
-#ident @(#)isoinfo.mk	1.6 06/02/08 
-###########################################################################
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2
-# as published by the Free Software Foundation.
-#
-# 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; see the file COPYING.  If not, write to the Free Software
-# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-###########################################################################
-SRCROOT=	../..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-INSDIR=		bin
-TARGET=		isoinfo
-CPPOPTS +=	-DUSE_LIBSCHILY
-CPPOPTS +=	-DUSE_LARGEFILES
-CPPOPTS +=	-DUSE_SCG
-CPPOPTS +=	-I..
-CPPOPTS +=	-I../../cdrecord
-CFILES=		isoinfo.c \
-		scsi.c scsi_cdr.c cd_misc.c modes.c \
-		defaults.c getnum.c
-LIBS=		-lunls -lrusal -lusal $(LIB_VOLMGT) -ldeflt -lschily $(SCSILIB) $(LIB_SOCKET)
-XMK_FILE=	isoinfo_man.mk
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.cmd
-###########################################################################

Deleted: cdrkit/trunk/mkisofs/diag/isoinfo_man.mk
===================================================================
--- cdrkit/trunk/mkisofs/diag/isoinfo_man.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/mkisofs/diag/isoinfo_man.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,29 +0,0 @@
-#ident @(#)isoinfo_man.mk	1.1 06/02/08 
-###########################################################################
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2
-# as published by the Free Software Foundation.
-#
-# 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; see the file COPYING.  If not, write to the Free Software
-# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-###########################################################################
-SRCROOT=	../..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-MANDIR=		man
-TARGETMAN=	isoinfo
-MANSECT=	$(MANSECT_ADMIN)
-MANSUFFIX=	$(MANSUFF_ADMIN)
-MANFILE=	isoinfo.8
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.man
-###########################################################################

Deleted: cdrkit/trunk/mkisofs/diag/isovfy.mk
===================================================================
--- cdrkit/trunk/mkisofs/diag/isovfy.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/mkisofs/diag/isovfy.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,36 +0,0 @@
-#ident @(#)isovfy.mk	1.5 06/02/08 
-###########################################################################
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2
-# as published by the Free Software Foundation.
-#
-# 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; see the file COPYING.  If not, write to the Free Software
-# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-###########################################################################
-SRCROOT=	../..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-INSDIR=		bin
-TARGET=		isovfy
-CPPOPTS +=	-DUSE_LIBSCHILY
-CPPOPTS +=	-DUSE_LARGEFILES
-CPPOPTS +=	-DUSE_SCG
-CPPOPTS +=	-I..
-CPPOPTS +=	-I../../cdrecord
-CFILES=		isovfy.c \
-		scsi.c scsi_cdr.c cd_misc.c modes.c \
-		defaults.c getnum.c
-LIBS=		-lrusal -lusal $(LIB_VOLMGT) -ldeflt -lschily $(SCSILIB) $(LIB_SOCKET)
-XMK_FILE=	isovfy_man.mk
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.cmd
-###########################################################################

Deleted: cdrkit/trunk/mkisofs/diag/isovfy_man.mk
===================================================================
--- cdrkit/trunk/mkisofs/diag/isovfy_man.mk	2006-11-23 20:02:16 UTC (rev 443)
+++ cdrkit/trunk/mkisofs/diag/isovfy_man.mk	2006-11-23 20:05:23 UTC (rev 444)
@@ -1,29 +0,0 @@
-#ident @(#)isovfy_man.mk	1.1 06/02/08 
-###########################################################################
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2
-# as published by the Free Software Foundation.
-#
-# 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; see the file COPYING.  If not, write to the Free Software
-# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-###########################################################################
-SRCROOT=	../..
-RULESDIR=	RULES
-include		$(SRCROOT)/$(RULESDIR)/rules.top
-###########################################################################
-
-MANDIR=		man
-TARGETMAN=	isovfy
-MANSECT=	$(MANSECT_ADMIN)
-MANSUFFIX=	$(MANSUFF_ADMIN)
-MANFILE=	isovfy.8
-
-###########################################################################
-include		$(SRCROOT)/$(RULESDIR)/rules.man
-###########################################################################




More information about the Debburn-changes mailing list