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


1.5
date	2000.08.28.02.28.15;	author chuck;	state dead;
branches;
next	1.4;

1.4
date	2000.08.16.19.17.14;	author jon;	state Exp;
branches;
next	1.3;

1.3
date	2000.05.02.00.42.48;	author jon;	state Exp;
branches;
next	1.2;

1.2
date	99.07.19.21.38.38;	author chuck;	state Exp;
branches;
next	1.1;

1.1
date	99.07.19.13.35.14;	author jon;	state Exp;
branches;
next	;


desc
@@


1.5
log
@starting to modernize babel - nothing autogenerated, standard
directory/library names, etc.
@
text
@# Babel: Copyright 1999 The Horde Project <babel@@horde.org>
#
# $Horde: babel/Makefile,v 1.4 2000/08/16 19:17:14 jon Exp $
#

SHELL	= /bin/sh
CC		= cpp
CFLAGS	= -P -C -I./lib
HORDE	= -I../lib/src

# Dependencies
BABEL	= src/babel.php.in

all:	babel
	chmod 644 *.php

babel:	babel.php

babel.php:	$(BABEL)
	$(CC) $(CFLAGS) $(HORDE) $(BABEL) $@@

clean:
	rm -f *.php *~
@


1.4
log
@$Id$ to $Horde$
@
text
@d3 1
a3 1
# $Horde: Makefile,v 1.3 2000/05/02 00:42:48 jon Exp $
@


1.3
log
@babel.php3 -> babel.php
@
text
@d3 1
a3 1
# $Id: Makefile,v 1.2 1999/07/19 21:38:38 chuck Exp $
@


1.2
log
@cjh: these mv -f's are unneccesary for me; the files are already in the top
level dir and the mv just generates an error. put 'em back if they worked
for you, I guess...
@
text
@d3 1
a3 1
# $Id: Makefile,v 1.1 1999/07/19 13:35:14 jon Exp $
d12 1
a12 1
BABEL	= src/babel.php3.in
d15 1
a15 1
	chmod 644 *.php3
d17 1
a17 1
babel:	babel.php3
d19 1
a19 1
babel.php3:	$(BABEL)
d23 1
a23 1
	rm -f *.php3 *~
@


1.1
log
@
jon: added a Makefile and converted all of the ### comments to /* */
     comments so the C preprocessor wouldn't throw a fit
@
text
@d3 1
a3 1
# $Id: Makefile,v 1.10 1999/07/15 08:20:32 jon Exp $
a14 1
	mv -f src/*.php3 .
@

