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


1.4
date	97.01.04.20.25.04;	author morgan;	state Exp;
branches;
next	1.3;

1.3
date	96.11.10.20.13.08;	author morgan;	state Exp;
branches;
next	1.2;

1.2
date	96.11.10.20.12.24;	author morgan;	state Exp;
branches;
next	1.1;

1.1
date	96.06.02.08.17.02;	author morgan;	state Exp;
branches;
next	;


desc
@@


1.4
log
@removed need for make
@
text
@#
# $Id: Makefile,v 1.3 1996/11/10 20:13:08 morgan Exp morgan $
#
# $Log: Makefile,v $
# Revision 1.3  1996/11/10 20:13:08  morgan
# email address
#
# Revision 1.2  1996/11/10 20:12:24  morgan
# cross platform support
#
# Revision 1.1  1996/06/02 08:17:02  morgan
# Initial revision
#
#
# This directory contains a pam_filter filter executable
#
# Created by Andrew Morgan <morgan@@parc.power.net> 1996/3/11
#

TITLE=upperLOWER

#

OBJS = $(TITLE).o

####################### don't edit below #######################

dummy:
	@@echo "**** This is not a top-level Makefile "

all: $(TITLE)

$(TITLE): $(OBJS)
	$(CC) -o $(TITLE) $(OBJS)
	strip $(TITLE)

install:
	$(MKDIR) $(FILTERSDIR)
	$(INSTALL) -m 511 $(TITLE) $(FILTERSDIR)

remove:
	cd $(FILTERSDIR) && rm -f $(TITLE)

clean:
	rm -f $(TITLE) $(OBJS) core *~

extraclean: clean
	rm -f *.bak

.c.o:	
	$(CC) $(CFLAGS) -c $<

@


1.3
log
@email address
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1996/11/10 20:12:24 morgan Exp morgan $
d5 3
d47 1
a47 2
extraclean:
	@@make clean
@


1.2
log
@cross platform support
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1996/06/02 08:17:02 morgan Exp morgan $
d5 3
d14 1
a14 1
# Created by Andrew Morgan <morgan@@physics.ucla.edu> 1996/3/11
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1996/04/05 05:16:28 morgan Exp $
d5 3
d32 2
a33 2
	mkdir -p $(FILTERSDIR)
	install -m511 $(TITLE) $(FILTERSDIR)
@
