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


1.13
date	2002.08.26.09.41.06;	author root;	state Exp;
branches;
next	1.12;

1.12
date	2002.08.24.13.38.11;	author root;	state Exp;
branches;
next	1.11;

1.11
date	2002.08.24.08.08.48;	author root;	state Exp;
branches;
next	1.10;

1.10
date	2002.08.23.18.51.25;	author root;	state Exp;
branches;
next	1.9;

1.9
date	2002.08.23.17.03.58;	author root;	state Exp;
branches;
next	1.8;

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

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

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

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

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

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

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

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


desc
@@


1.13
log
@#
@
text
@OPROGS=pnmhisteq ppmweather  ppmice ppmle join toview  mergesats rembkg pgmavg pgmmin pgmmax  pole night etopo5


PROGS=${OPROGS} term satcamtopc mkfilter globe termbump

BINDIR=../bin
CFLAGS=-O

HT=/export/home/httpd/cgi-bin/globe

all: ${PROGS} ${HT} ${HT2}

#install:${PROGS}
#	mkdir -p ../NOBACKUP/bin
#	for i in ${PROGS}; do install -m 755 $$i ${BINDIR} ; done
#
term: term.o astro.o
	${CC} ${CFLAGS} -o $@@ term.o astro.o -lpnm -lppm -lpgm -lpbm -lm
termbump: termbump.o astro.o
	${CC} ${CFLAGS} -o $@@ termbump.o astro.o -lpnm -lppm -lpgm -lpbm -lm

satcamtopc mkfilter: %: %.o satcamera.o
	${CC} ${CFLAGS} -o $@@ $@@.o satcamera.o -lpnm -lppm -lpgm -lpbm -lm

${HT}:globe
	install -m 4755 -c $< $@@

globe:globe.o
	${CC} ${CFLAGS} -o $@@ $@@.o

${OPROGS}: %:%.o
	${CC} ${CFLAGS} -o $@@ $<  -lpnm -lppm -lpgm -lpbm -lm

clean:
	/bin/rm -f ${PROGS} *.o core a.out *% *~ *.BAK

checkin:
	ci -m# -l Makefile *.[ch]

tidy: checkin
	indent -i2 -ts0 *.[ch]



@


1.12
log
@#
@
text
@d1 1
a1 1
OPROGS=pnmhisteq ppmweather  ppmice ppmle join toview  mergesats rembkg pgmavg pgmmin pgmmax  pole
d4 1
a4 1
PROGS=${OPROGS} term satcamtopc mkfilter 
d19 2
@


1.11
log
@#
@
text
@d4 1
a4 1
PROGS=${OPROGS} term satcamtopc mkfilter cgi-wrap
d9 3
a11 1
all: ${PROGS}
d23 4
a26 1
cgi-wrap:cgi-wrap.o
a27 1
	chmod 4711 $@@
@


1.10
log
@#
@
text
@d4 1
a4 1
PROGS=${OPROGS} term satcamtopc mkfilter
d21 3
@


1.9
log
@#
@
text
@d1 1
a1 1
OPROGS=pnmhisteq ppmweather  ppmice ppmle join toview  mergesats rembkg pgmavg pgmmin pgmmax 
@


1.8
log
@#
@
text
@d1 1
a1 1
OPROGS=pnmhisteq ppmweather  ppmice ppmle join toview  mergesats rembkg pgmavg pgmmin pgmmax
d4 1
a4 1
PROGS=${OPROGS} term satcamtopc
d18 2
a19 2
satcamtopc: satcamtopc.o satcamera.o
	${CC} ${CFLAGS} -o $@@ satcamtopc.o satcamera.o -lpnm -lppm -lpgm -lpbm -lm
@


1.7
log
@#
@
text
@d1 1
a1 1
OPROGS=pnmhisteq ppmweather  ppmice ppmle join toview  mergesats rembkg pgmavg pgmmin
d11 4
a14 4
install:${PROGS}
	mkdir -p ../NOBACKUP/bin
	for i in ${PROGS}; do install -m 755 $$i ${BINDIR} ; done

@


1.6
log
@#
@
text
@d1 1
a1 1
OPROGS=pnmhisteq ppmweather  ppmice ppmle join toview  mergesats
d12 1
@


1.5
log
@#
@
text
@d7 1
a7 1
CFLAGS=-g
@


1.4
log
@#
@
text
@d1 4
a4 1
PROGS=pnmhisteq ppmweather  ppmice ppmle join toview
d7 1
a7 1
CFLAGS=-O
d14 8
a21 1
${PROGS}: %:%.o
d32 1
@


1.3
log
@#
@
text
@d20 1
a20 1
tidy:
@


1.2
log
@#
@
text
@d1 1
a1 1
PROGS=pnmhisteq ppmweather  ppmice
d4 1
d12 1
a12 1
	${CC} -o $@@ $<  -lpnm -lppm -lpgm -lpbm -lm
d15 1
a15 1
	/bin/rm -f ${PROGS} *.o core a.out *% *~
d20 2
@


1.1
log
@#
@
text
@d1 1
a1 1
PROGS=pnmhisteq ppmmolw ppmtowhump 
d11 1
a11 1
	${CC} -o $@@ $< -lm -lpnm -lppm -lpgm -lpbm
@
