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


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

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

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


desc
@@


1.3
log
@*** empty log message ***
@
text
@#
# Makefile:
#
# Copyright (c) 2002 James McKenzie <james@@fishsoup.dhs.org>,
# All rights reserved.
#
# $Id: Makefile,v 1.2 2002/01/18 01:37:29 root Exp root $
#
# $Log: Makefile,v $
# Revision 1.2  2002/01/18 01:37:29  root
# *** empty log message ***
#
# Revision 1.1  2002/01/18 01:33:16  root
# Initial revision
#
#

PILOTLINKINC=-I/software/include -I/usr/local/include
PILOTLINKLIB=-L/software/lib -L/usr/local/lib -lpisock
CFLAGS=-g ${PILOTLINKINC}

BINDIR=/software/bin
CGIBINDIR=/export/home/apache/cgi-bin

PROG=pdbtohttp

${PROG}:${PROG}.o
	${CC} ${CFLAGS} ${LDFLAGS} ${LFLAGS} -o $@@ $< ${PILOTLINKLIB}

clean:
	/bin/rm -rf ${PROG} *.o a.out *~ *%

install:
	install -c ${PROG} ${BINDIR}
	install -c pluck.cgi ${CGIBINDIR}

checkin:
	ci -l Makefile ${PROG}.c pluck.cgi

tidy: checkin
	indent -i2 -ts0 ${PROG}.c
 
@


1.2
log
@*** empty log message ***
@
text
@d7 1
a7 1
# $Id: Makefile,v 1.1 2002/01/18 01:33:16 root Exp root $
d10 3
d35 1
a35 1
	install -c pluck-cgi ${CGIBINDIR}
d38 1
a38 1
	ci -l Makefile ${PROG}.c pluck-cgi
@


1.1
log
@Initial revision
@
text
@d7 5
a11 1
# $Id:$
a12 1
# $Log:$
d17 4
a20 1
CFLAGS=-g ${PILOTLINKLIB}
d30 4
d35 1
a35 1
	ci -l Makefile ${PROG}.c
@
