include ../include/conf.mk

SRCS= faxreceive.c faxrcv.c  

all: faxreceive

faxreceive: $(OBJS) 
	cc -o faxreceive $(OBJS) ../libfax/libfax.a

install: all
	install faxreceive $(LIBDIR)

clean:
	$(RM) faxreceive *.o core *~

depend:
	makedepend $(SRCS)

# DO NOT DELETE THIS LINE -- make depend depends on it.

faxreceive.o: /usr/include/stdio.h /usr/include/fcntl.h
faxreceive.o: /usr/include/sys/fcntlcom.h /usr/include/sys/stdtypes.h
faxreceive.o: /usr/include/sys/stat.h /usr/include/sys/types.h
faxreceive.o: /usr/include/sys/sysmacros.h /usr/include/strings.h
faxreceive.o: ../include/conf.h
faxrcv.o: /usr/include/sys/file.h /usr/include/sys/types.h
faxrcv.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
faxrcv.o: /usr/include/sys/fcntlcom.h /usr/include/sys/stat.h
faxrcv.o: /usr/include/sgtty.h /usr/include/sys/ioctl.h
faxrcv.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.h
faxrcv.o: /usr/include/sys/ttold.h /usr/include/sys/ioccom.h
faxrcv.o: /usr/include/sys/ttycom.h /usr/include/sys/filio.h
faxrcv.o: /usr/include/sys/sockio.h /usr/include/sys/time.h
faxrcv.o: /usr/include/sys/time.h /usr/include/ctype.h /usr/include/signal.h
faxrcv.o: /usr/include/sys/signal.h /usr/include/vm/faultcode.h
faxrcv.o: /usr/include/stdio.h /usr/include/setjmp.h /usr/include/errno.h
faxrcv.o: /usr/include/sys/errno.h ../include/conf.h
faxrcv.o: ../libfax/class2protocol.h
