# Generated automatically from Makefile.in by configure.
# $Header: /home/gps/cvsroot/gps/rgpsp/rtop/Makefile,v 1.17 2002/04/28 19:33:21 bergo Exp $

#
# Remote poller for Unix (piped top)
#

CCC = c++

all: the_poller

the_poller: rgpsp_rtop.o
	$(CCC) ../rgpsp_common.o rgpsp_rtop.o -o rtop  -lpthread 

rgpsp_rtop.o: rgpsp_rtop.cc
	$(CCC)  -c rgpsp_rtop.cc -o rgpsp_rtop.o

distclean: clean

clean:
	rm -f *.o rtop *~
