head	1.4;
access;
symbols
	RELENG_2_1_7_RELEASE:1.3
	RELENG_2_1_6_1_RELEASE:1.3
	RELENG_2_1_6_RELEASE:1.3
	RELENG_2_1_5_RELEASE:1.3
	RELENG_2_1_0_RELEASE:1.3
	RELENG_2_1_0:1.3.0.4
	RELENG_2_1_0_BP:1.3
	RELENG_2_0_5_RELEASE:1.3
	RELENG_2_0_5:1.3.0.2
	RELENG_2_0_5_BP:1.3
	RELENG_2_0_5_ALPHA:1.3
	mkisofs1_2:1.1.1.1
	mkisofs:1.1.1;
locks; strict;
comment	@# @;


1.4
date	96.08.08.01.52.37;	author jkh;	state dead;
branches;
next	1.3;

1.3
date	95.02.13.06.54.45;	author phk;	state Exp;
branches;
next	1.2;

1.2
date	95.02.12.08.06.09;	author jkh;	state Exp;
branches;
next	1.1;

1.1
date	95.02.12.08.00.40;	author jkh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.02.12.08.00.41;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.4
log
@bye bye mkisofs!
@
text
@PROG=	mkisofs
MAN8=	mkisofs.8
SRCS=	mkisofs.c tree.c write.c hash.c rock.c exclude.c
CFLAGS+=	-D__BSD__

.include <bsd.prog.mk>
@


1.3
log
@Add -D__BSD__ and don't write "LINUX" on a CD as default.
@
text
@@


1.2
log
@Changes to make it compile under FreeBSD.
@
text
@d4 1
@


1.1
log
@Initial revision
@
text
@d1 3
a3 49
CFLAGS=-g -Wall -c
CC=gcc

#
# XCFLAGS is automatically set by Configure.
#
XCFLAGS=
XCFLAGS= -DHASSYSMACROS -DHASMALLOC_H
CFLAGS=-g -c $(XCFLAGS)
LDFLAGS=
OBJS=mkisofs.o tree.o write.o hash.o rock.o exclude.o

World: mkisofs

Makefile: Makefile.in Configure
	./Configure
	echo "Type make again to build mkisofs."

mkisofs: Makefile $(OBJS) 
	$(CC) $(LDFLAGS) -o mkisofs  $(OBJS)

install: mkisofs mkisofs.8
	strip mkisofs
	cp mkisofs /usr/bin/
	if [ -d /usr/man/man8 ]; then cp mkisofs.8 /usr/man/man8/; fi

tree.o: tree.c mkisofs.h iso9660.h exclude.h
	$(CC) $(CFLAGS) tree.c

write.o: write.c mkisofs.h iso9660.h
	$(CC) $(CFLAGS) write.c

hash.o: hash.c mkisofs.h 
	$(CC) $(CFLAGS) hash.c

rock.o: rock.c mkisofs.h iso9660.h
	$(CC) $(CFLAGS) rock.c

exclude.o: exclude.c exclude.h
	$(CC) $(CFLAGS) exclude.c

mkisofs.o: mkisofs.c iso9660.h mkisofs.h exclude.h
	$(CC) $(CFLAGS) mkisofs.c

clean:
	/bin/rm -f *.o core mkisofs *~ #*#

dist:
	tar -cvf - README Configure Makefile.in make.com TODO  COPYING  ChangeLog *.8 *.c *.h diag | gzip > mkisofs-1.02.tar.gz
d5 1
@


1.1.1.1
log
@Original virgin sources for version 1.2 of mkisofs, by Eric Youngdale of
Yggdrasil Computing Inc.  This is a useful concession to us CDROM mastering
weenies out here.
Obtained from: Yggdrasil Computing, Inc.
@
text
@@
