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


1.4
date     92.11.11.11.51.12;  author sam;  state Exp;
branches ;
next     1.3;

1.3
date     92.09.30.10.50.48;  author sam;  state Exp;
branches ;
next     1.2;

1.2
date     92.03.04.15.07.33;  author sam;  state Exp;
branches ;
next     1.1;

1.1
date     92.03.02.16.18.02;  author sam;  state Exp;
branches ;
next     ;


desc
@@


1.4
log
@fixup
@
text
@#!smake
#	$Header: /d/people/sam/fax/ps2fax/RCS/Makefile,v 1.3 92/09/30 10:50:48 sam Exp Locker: sam $
#
# FlexFAX Facsimile Software
#
# Copyright (c) 1990, 1991, 1992 Sam Leffler
# Copyright (c) 1991, 1992 Silicon Graphics, Inc.
# 
# Permission to use, copy, modify, distribute, and sell this software and 
# its documentation for any purpose is hereby granted without fee, provided
# that (i) the above copyright notices and this permission notice appear in
# all copies of the software and related documentation, and (ii) the names of
# Sam Leffler and Silicon Graphics may not be used in any advertising or
# publicity relating to the software without the specific, prior written
# permission of Stanford and Silicon Graphics.
# 
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
# 
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
# OF THIS SOFTWARE.
#
DEPTH=..
include ${DEPTH}/defs

TARGETS=ps2fax

default all: targets

targets: $(TARGETS)

include $(COMMONRULES)

# this is a binary -- and had better exist
ps2fax:

install: default
	${INSTALL} -F ${BIN} -m 755 -u ${FAXUSER} \
	    -idb ${PRODUCT}.sw.server -O ps2fax
@


1.3
log
@copyright
@
text
@d2 1
a2 1
#	$Header: /usr/people/sam/flexkit/fax/etc/RCS/copy.m,v 1.2 92/09/30 10:38:46 sam Exp $
d28 2
a29 1
include ../defs
@


1.2
log
@inst
@
text
@d2 1
d4 23
a26 2
# $Revision: 1.1 $
# $Date: 92/03/02 16:18:02 $
@


1.1
log
@Initial revision
@
text
@d3 2
a4 2
# $Revision: 1.13 $
# $Date: 92/03/02 12:05:57 $
d21 1
a21 1
	    -idb flexfax.sw.server -O ps2fax
@
