# Makefile for telnet.sl Telnet `viewer' include ../../Make.cfg LIBS = -ltcp -lstr $(FWFLIBS) $(MOTIFLIBS) $(XLIBS) CFLAGS = $(COMMONCFLAGS) $(FWFINCS) $(MOTIFINCS) $(XINCS) HEAD = $(TOP)/include/Telnet.h SLIB = $(SHLDIR)/telnet.sl LIBN = $(TOP)/lib/libtelnet.a SRCS = telnet.c OBJS = $(SRCS:.c=.o) EXPS = $(SRCS:.c=.e) #all: $(SLIB) $(LIBN) $(HEAD) all: $(LIBN) $(HEAD) $(EXPS): $(TOP)/Make.cfg $(TOP)/include/config.h $(HEAD): telnet.e cat $? >$@ $(SLIB): $(OBJS) $(LD_SHARED) $(OBJS) $(LIBS) -o $@ $(LIBN): $(SRCS) $(OBJS) $(RM) $@ $(AR) $@ $(OBJS) $(RANLIB) $@ clean:; $(RM) $(OBJS) $(LIBN) $(SLIB) *~ *.bak core veryclean: clean; $(RM) $(EXPS) $(SRCS) $(HEAD) depend:; $(DEPEND) -s "## dependencies" -- $(CFLAGS) -- $(SRCS) ## dependencies telnet.o: /users1/bert/Work/Argo/include/config.h /usr/include/unistd.h telnet.o: /usr/include/sys/unistd.h /usr/include/sys/stdsyms.h telnet.o: /usr/include/stdio.h /usr/include/stdlib.h /usr/include/errno.h telnet.o: /usr/include/sys/errno.h /usr/include/string.h telnet.o: /usr/include/stdarg.h /usr/include/varargs.h /usr/include/assert.h telnet.o: /usr/include/ctype.h /usr/include/time.h /usr/include/sys/time.h telnet.o: /usr/include/sys/types.h /users1/bert/Work/Argo/include/export.h telnet.o: /usr/include/signal.h /usr/include/sys/signal.h telnet.o: /usr/include/sys/syscall.h /usr/include/fcntl.h telnet.o: /usr/include/sys/fcntl.h /usr/include/sys/ptyio.h telnet.o: /usr/include/sys/ioctl.h /usr/include/Motif1.2/Xm/Xm.h telnet.o: /usr/include/X11R5/X11/Intrinsic.h /usr/include/X11R5/X11/Xlib.h telnet.o: /usr/include/X11R5/X11/X.h /usr/include/X11R5/X11/Xfuncproto.h telnet.o: /usr/include/X11R5/X11/Xosdefs.h /usr/include/stddef.h telnet.o: /usr/include/X11R5/X11/Xutil.h /usr/include/X11R5/X11/Xresource.h telnet.o: /usr/include/X11R5/X11/Core.h /usr/include/X11R5/X11/Composite.h telnet.o: /usr/include/X11R5/X11/Constraint.h /usr/include/X11R5/X11/Object.h telnet.o: /usr/include/X11R5/X11/RectObj.h /usr/include/X11R5/X11/Shell.h telnet.o: /usr/include/X11R5/X11/Xatom.h /usr/include/Motif1.2/Xm/XmStrDefs.h telnet.o: /usr/include/X11R5/X11/StringDefs.h telnet.o: /usr/include/Motif1.2/Xm/VirtKeys.h telnet.o: /usr/include/Motif1.2/Xm/VendorS.h telnet.o: /users1/bert/X/FWF/include/Xfwf/XmATerm.h telnet.o: /usr/include/Motif1.2/Xm/ScrolledW.h telnet.o: /users1/bert/Work/Argo/include/w3a.h telnet.o: /users1/bert/Work/Argo/include/str.h telnet.o: /users1/bert/Work/Argo/include/url.h