head	1.5;
access;
symbols;
locks
	root:1.5; strict;
comment	@# @;


1.5
date	2000.10.08.20.27.42;	author root;	state Exp;
branches;
next	1.4;

1.4
date	2000.09.24.01.46.07;	author root;	state Exp;
branches;
next	1.3;

1.3
date	2000.02.20.14.59.19;	author root;	state Exp;
branches;
next	1.2;

1.2
date	2000.02.20.03.18.15;	author root;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.20.03.15.34;	author root;	state Exp;
branches;
next	;


desc
@@


1.5
log
@#
@
text
@#
# Makefile:
#
# Copyright (c) 2000 James McKenzie <james@@fishsoup.dhs.org>.
#
# $Id: Makefile,v 1.4 2000/09/24 01:46:07 root Exp $
#
# $Log: Makefile,v $
# Revision 1.4  2000/09/24 01:46:07  root
# #
#
# Revision 1.3  2000/02/20 14:59:19  root
# #
#
# Revision 1.2  2000/02/20 03:18:15  root
# #
#
# Revision 1.1  2000/02/20 03:15:34  root
# #
#
#

include ../make.inc

PROTO=hifi_prototypes.h

CSRCS=hifi_packet.c
HS=hifi.h hifi_cd.h hifi_generic.h hifi_protocol.h hifi_system.h

protos:${PROTO}
default:${PROTO}
${PROTO}:${CSRCS} ${HS}
	echo > ${PROTO}
	echo > ${PROTO}.tmp
	${CPROTO} ${CSRCS} > ${PROTO}.tmp
	/bin/mv -f ${PROTO}.tmp ${PROTO}

checkin:
	ci -l -m# ${HS} ${CSRCS} Makefile

tidy:checkin
	${INDENT} ${HS} ${CSRCS}

depend:
nodepend:

clean:
	/bin/rm -rf *~ *% a.out core 

@


1.4
log
@#
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.3 2000/02/20 14:59:19 root Exp $
d9 3
d23 2
d35 1
a35 1
	cproto ${CSRCS} > ${PROTO}.tmp
d42 1
a42 1
	indent -i2 -ts0 ${HS} ${CSRCS}
@


1.3
log
@#
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 2000/02/20 03:18:15 root Exp root $
d9 3
d25 1
d28 4
a31 1
	cproto ${CSRCS} > ${PROTO}
d39 2
@


1.2
log
@#
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1 2000/02/20 03:15:34 root Exp root $
d9 3
d23 1
a23 1
${PROTO}:${CSRCS}
@


1.1
log
@#
@
text
@d6 5
a10 1
# $Id:$
a11 1
# $Log:$
d17 1
a17 1
HS=hifi.h hifi_cdrom.h hifi_generic.h hifi_protocol.h hifi_system.h
@
