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


1.8
date	94.07.15.02.35.39;	author root;	state Exp;
branches;
next	1.7;

1.7
date	94.06.19.22.38.33;	author root;	state Exp;
branches;
next	1.6;

1.6
date	94.06.12.21.38.20;	author root;	state Exp;
branches;
next	1.5;

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

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

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

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

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


desc
@Makefile for PMS, the Package Management System
@


1.8
log
@Added pms_system so that the shell is not used for installation.
@
text
@# Makefile -- Makefile for PMS, the Package Management System
# Created: Mon Nov  1 18:05:59 1993 by faith@@cs.unc.edu
# Revised: Thu Jul 14 21:56:16 1994 by faith@@cs.unc.edu
# Copyright 1993 Rickard E. Faith (faith@@cs.unc.edu)
# This program comes with ABSOLUTELY NO WARRANTY.
# 
# $Id: Makefile,v 1.7 1994/06/19 22:38:33 root Exp root $
#

CC=		gcc
CFLAGS=		-O2 -m486 -Wall
LDFLAGS=	-s

pms: pms.c ftw.o system.o

ftw.o: ftw.c

system.o: system.c

install: pms pms.1
	install -m 755 pms /bin
	install -m 644 pms.1 /usr/man/man1

clean:
	-rm -f pms *.o *~
@


1.7
log
@Added rule for ftw.
@
text
@d3 1
a3 1
# Revised: Sun Jun 19 18:01:06 1994 by faith@@cs.unc.edu
d7 1
a7 1
# $Id: Makefile,v 1.6 1994/06/12 21:38:20 root Exp root $
d14 1
a14 1
pms: pms.c ftw.o
d17 2
@


1.6
log
@Made build cleaner
@
text
@d3 1
a3 1
# Revised: Sun Jun 12 17:15:24 1994 by faith@@cs.unc.edu
d7 1
a7 1
# $Id: Makefile,v 1.5 1994/04/24 21:28:54 root Exp root $
d14 3
a16 1
pms: pms.c
@


1.5
log
@Fixed man page installation
@
text
@d3 1
a3 1
# Revised: Sun Apr 24 17:28:48 1994 by faith@@cs.unc.edu
d7 1
a7 1
# $Id: Makefile,v 1.4 1994/04/24 21:27:17 root Exp root $
d14 1
a14 1
pms: pms.o
@


1.4
log
@Added man page installation.
@
text
@d3 1
a3 1
# Revised: Sun Apr 24 17:27:10 1994 by faith@@cs.unc.edu
d7 1
a7 1
# $Id: Makefile,v 1.3 1994/04/24 20:43:01 root Exp root $
d16 1
a16 1
install: pms
@


1.3
log
@No changes.
@
text
@d3 1
a3 1
# Revised: Sat Apr 23 16:15:49 1994 by faith@@cs.unc.edu
d7 1
a7 1
# $Id: Makefile,v 1.2 1994/01/06 15:55:40 root Exp root $
d18 1
@


1.2
log
@Changed options.
@
text
@d3 1
a3 1
# Revised: Thu Jan  6 10:55:24 1994 by faith@@cs.unc.edu
d7 1
a7 1
# $Id: Makefile,v 1.1 1994/01/02 18:13:26 root Exp root $
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
# Revised: Sun Jan  2 13:13:16 1994 by faith@@cs.unc.edu
d7 1
a7 1
# $Id$
d11 2
a12 2
CFLAGS=		-g -m486 -Wall
LDFLAGS=	-g
@
