head     1.5;
branch   ;
access   ;
symbols  AR73A:1.5 DIST1_0:1.5;
locks    ; strict;
comment  @# @;


1.5
date     89.12.01.20.57.37;  author vanharen;  state Rel;
branches ;
next     1.4;

1.4
date     89.10.11.16.05.59;  author vanharen;  state Exp;
branches ;
next     1.3;

1.3
date     89.08.09.16.12.46;  author vanharen;  state Exp;
branches ;
next     1.2;

1.2
date     89.07.31.15.22.41;  author vanharen;  state Exp;
branches ;
next     1.1;

1.1
date     89.07.31.14.02.31;  author vanharen;  state Exp;
branches ;
next     ;


desc
@Makefile for Xolc.
@


1.5
log
@changed MACHTYPE definition to MACHINE, which is built-in on athena.
@
text
@# Makefile for OLC/Motif
#
#  This makefile depends on the macro MACHINE.  On Athena, this is
#  defined automatically.  If it is not defined on your system, you can
#  either add a MACHINE macro to this file or set an environment
#  variable to the correct machine type.  On Athena, this would be done
#   by:		setenv  MACHTYPE  ${hosttype}
#   or:		setenv  MACHTYPE  `machtype`
# 

MOTIFDIR  =	/afs/athena/astaff/project/motifdev
OLCDEV    =	/afs/athena/astaff/project/olcdev
OLCLIB    =	${OLCDEV}/${MACHINE}/clients/lib
BINDIR    =	${MOTIFDIR}/${MACHINE}bin
INCDIR    =	-I${MOTIFDIR}/include \
		-I${OLCDEV}/src/include -I${OLCDEV}/src/clients/olc
LIBDIR    =	-L${MOTIFDIR}/${MACHINE}lib -L${OLCDEV}/${MACHINE}lib

CC	  =	/afs/athena/project/gnu/${MACHINE}bin/gcc
LINT      =	/usr/bin/lint
DEBUG     =	/usr/ucb/dbx
DEPEND    =	/usr/athena/makedepend
RM        =	/bin/rm -f
TAR       =	/bin/tar
COMPRESS  =	/usr/ucb/compress -fv

CFLAGS    =	-g ${INCDIR} -DHESIOD -DZEPHYR -DKERBEROS -DATHENA
LDFLAGS   =	${LIBDIR}
LINTFLAGS =	 -haucbx ${INCDIR} ${LIBS}

RCSDIR    =	${MOTIFDIR}/projects/olc/RCS
BACKUPDIR =	/mit/motifdev/backups
BACKUPFIL =	${BACKUPDIR}/olc.rcs.tar
ERRORLOG  =	errorlog

SOURCES   =	main.c procs.c visual.c \
		x_ask.c x_instance.c x_motd.c x_resolve.c \
		x_send.c x_topic.c x_utils.c
OBJFOOS   =	main.o procs.o visual.o \
		x_ask.o x_instance.o x_motd.o x_resolve.o \
		x_send.o x_topic.o x_utils.o
OBJECTS   =	${OBJFOOS}

TARGET    =	xolc
LIBS      =	-lMu \
		-lMrm -lXm -lXt -lX11 \
		-lolc \
		-lhesiod -lzephyr -lcom_err -lkrb -ldes

all:  ${TARGET}

link:	
	${CC} ${LDFLAGS} -o ${TARGET} ${OBJECTS} ${LIBS}

${TARGET}:	${OBJFOOS}
	${CC} ${LDFLAGS} -o ${TARGET} ${OBJECTS} ${LIBS}

.c.o:
	${CC} ${CFLAGS} -c $*.c
 
clean:
	${RM} *~ *.bak *.o ${TARGET} 

lint:
	${LINT} ${LINTFLAGS} ${CFLAGS} ${SOURCES}

dbx:	${TARGET}
	${DEBUG} ${TARGET}

backup:
	${TAR} -cvf ${BACKUPFIL} ${RCSDIR}
	${COMPRESS} ${BACKUPFIL}

depend: 
	${DEPEND} ${CFLAGS} ${SOURCES}


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

main.o: main.c xolc.h /afs/athena/astaff/project/olcdev/src/include/olc/olc.h
main.o: /usr/include/stdio.h /usr/include/strings.h /usr/include/krb.h
main.o: /usr/include/mit-copyright.h /usr/include/des.h
main.o: /usr/include/des_conf.h /usr/include/hesiod.h
main.o: /afs/athena/astaff/project/olcdev/src/include/olc/macros.h
main.o: /afs/athena/astaff/project/olcdev/src/include/olc/structs.h
main.o: /afs/athena/astaff/project/olcdev/src/include/olc/requests.h
main.o: /afs/athena/astaff/project/olcdev/src/include/olc/procs.h
main.o: /afs/athena/astaff/project/olcdev/src/include/olc/status.h
main.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_tty.h
main.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_parser.h
main.o: /afs/athena/astaff/project/olcdev/src/clients/olc/olc.h
main.o: /usr/include/zephyr/zephyr.h /usr/include/zephyr/mit-copyright.h
main.o: /usr/include/zephyr/zephyr_err.h /usr/include/zephyr/zephyr_conf.h
main.o: /usr/include/errno.h /usr/include/sys/types.h
main.o: /usr/include/netinet/in.h /usr/include/sys/time.h
main.o: /usr/include/sys/time.h /usr/include/X11/cursorfont.h
main.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmAppl.h
main.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
main.o: /afs/athena/astaff/project/motifdev/include/X11/Intrinsic.h
main.o: /usr/include/X11/Xutil.h /usr/include/X11/Xresource.h
main.o: /usr/include/X11/Xos.h /usr/include/sys/file.h
main.o: /afs/athena/astaff/project/motifdev/include/X11/Core.h
main.o: /afs/athena/astaff/project/motifdev/include/X11/Composite.h
main.o: /afs/athena/astaff/project/motifdev/include/X11/Constraint.h
main.o: /afs/athena/astaff/project/motifdev/include/X11/Object.h
main.o: /afs/athena/astaff/project/motifdev/include/X11/RectObj.h
main.o: /afs/athena/astaff/project/motifdev/include/X11/WindowObj.h
main.o: /afs/athena/astaff/project/motifdev/include/X11/CompObj.h
main.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmPublic.h
main.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmDecls.h
main.o: /afs/athena/astaff/project/motifdev/include/X11/StringDefs.h
main.o: /afs/athena/astaff/project/motifdev/include/X11/Shell.h
main.o: /afs/athena/astaff/project/motifdev/include/X11/Vendor.h
main.o: /afs/athena/astaff/project/motifdev/include/Xm/Xm.h
main.o: /afs/athena/astaff/project/motifdev/include/Mu.h
main.o: /usr/include/signal.h /usr/include/sys/stat.h /usr/include/pwd.h
main.o: /usr/include/netdb.h data.h
procs.o: procs.c xolc.h
procs.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc.h
procs.o: /usr/include/stdio.h /usr/include/strings.h /usr/include/krb.h
procs.o: /usr/include/mit-copyright.h /usr/include/des.h
procs.o: /usr/include/des_conf.h /usr/include/hesiod.h
procs.o: /afs/athena/astaff/project/olcdev/src/include/olc/macros.h
procs.o: /afs/athena/astaff/project/olcdev/src/include/olc/structs.h
procs.o: /afs/athena/astaff/project/olcdev/src/include/olc/requests.h
procs.o: /afs/athena/astaff/project/olcdev/src/include/olc/procs.h
procs.o: /afs/athena/astaff/project/olcdev/src/include/olc/status.h
procs.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_tty.h
procs.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_parser.h
procs.o: /afs/athena/astaff/project/olcdev/src/clients/olc/olc.h
procs.o: /usr/include/zephyr/zephyr.h /usr/include/zephyr/mit-copyright.h
procs.o: /usr/include/zephyr/zephyr_err.h /usr/include/zephyr/zephyr_conf.h
procs.o: /usr/include/errno.h /usr/include/sys/types.h
procs.o: /usr/include/netinet/in.h /usr/include/sys/time.h
procs.o: /usr/include/sys/time.h /usr/include/X11/cursorfont.h
procs.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmAppl.h
procs.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
procs.o: /afs/athena/astaff/project/motifdev/include/X11/Intrinsic.h
procs.o: /usr/include/X11/Xutil.h /usr/include/X11/Xresource.h
procs.o: /usr/include/X11/Xos.h /usr/include/sys/file.h
procs.o: /afs/athena/astaff/project/motifdev/include/X11/Core.h
procs.o: /afs/athena/astaff/project/motifdev/include/X11/Composite.h
procs.o: /afs/athena/astaff/project/motifdev/include/X11/Constraint.h
procs.o: /afs/athena/astaff/project/motifdev/include/X11/Object.h
procs.o: /afs/athena/astaff/project/motifdev/include/X11/RectObj.h
procs.o: /afs/athena/astaff/project/motifdev/include/X11/WindowObj.h
procs.o: /afs/athena/astaff/project/motifdev/include/X11/CompObj.h
procs.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmPublic.h
procs.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmDecls.h
procs.o: /afs/athena/astaff/project/motifdev/include/X11/StringDefs.h
procs.o: /afs/athena/astaff/project/motifdev/include/X11/Shell.h
procs.o: /afs/athena/astaff/project/motifdev/include/X11/Vendor.h
procs.o: /afs/athena/astaff/project/motifdev/include/Xm/Xm.h
procs.o: /afs/athena/astaff/project/motifdev/include/Mu.h
procs.o: /usr/include/signal.h /usr/include/sys/stat.h /usr/include/pwd.h
procs.o: /usr/include/netdb.h data.h
visual.o: visual.c /afs/athena/astaff/project/motifdev/include/Xm/Form.h
visual.o: /afs/athena/astaff/project/motifdev/include/Xm/Xm.h
visual.o: /afs/athena/astaff/project/motifdev/include/X11/Intrinsic.h
visual.o: /usr/include/sys/types.h /usr/include/X11/Xlib.h
visual.o: /usr/include/X11/X.h /usr/include/X11/Xutil.h
visual.o: /usr/include/X11/Xresource.h /usr/include/X11/Xos.h
visual.o: /usr/include/strings.h /usr/include/sys/file.h
visual.o: /usr/include/sys/time.h /usr/include/sys/time.h
visual.o: /afs/athena/astaff/project/motifdev/include/X11/Core.h
visual.o: /afs/athena/astaff/project/motifdev/include/X11/Composite.h
visual.o: /afs/athena/astaff/project/motifdev/include/X11/Constraint.h
visual.o: /afs/athena/astaff/project/motifdev/include/X11/Object.h
visual.o: /afs/athena/astaff/project/motifdev/include/X11/RectObj.h
visual.o: /afs/athena/astaff/project/motifdev/include/X11/WindowObj.h
visual.o: /afs/athena/astaff/project/motifdev/include/X11/CompObj.h
visual.o: /afs/athena/astaff/project/motifdev/include/Xm/PushBG.h
visual.o: /afs/athena/astaff/project/motifdev/include/Xm/SeparatoG.h
visual.o: /afs/athena/astaff/project/motifdev/include/Xm/LabelG.h
visual.o: /afs/athena/astaff/project/motifdev/include/Xm/Frame.h
visual.o: /afs/athena/astaff/project/motifdev/include/Xm/RowColumn.h
visual.o: /afs/athena/astaff/project/motifdev/include/Xm/MessageB.h
visual.o: /afs/athena/astaff/project/motifdev/include/Xm/Text.h
visual.o: /afs/athena/astaff/project/motifdev/include/Xm/List.h
visual.o: /afs/athena/astaff/project/motifdev/include/Xm/PanedW.h
visual.o: /afs/athena/astaff/project/motifdev/include/Xm/DialogS.h
visual.o: /afs/athena/astaff/project/motifdev/include/X11/Shell.h
visual.o: /afs/athena/astaff/project/motifdev/include/X11/Vendor.h visual.h
visual.o: xolc.h /afs/athena/astaff/project/olcdev/src/include/olc/olc.h
visual.o: /usr/include/stdio.h /usr/include/krb.h
visual.o: /usr/include/mit-copyright.h /usr/include/des.h
visual.o: /usr/include/des_conf.h /usr/include/hesiod.h
visual.o: /afs/athena/astaff/project/olcdev/src/include/olc/macros.h
visual.o: /afs/athena/astaff/project/olcdev/src/include/olc/structs.h
visual.o: /afs/athena/astaff/project/olcdev/src/include/olc/requests.h
visual.o: /afs/athena/astaff/project/olcdev/src/include/olc/procs.h
visual.o: /afs/athena/astaff/project/olcdev/src/include/olc/status.h
visual.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_tty.h
visual.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_parser.h
visual.o: /afs/athena/astaff/project/olcdev/src/clients/olc/olc.h
visual.o: /usr/include/zephyr/zephyr.h /usr/include/zephyr/mit-copyright.h
visual.o: /usr/include/zephyr/zephyr_err.h /usr/include/zephyr/zephyr_conf.h
visual.o: /usr/include/errno.h /usr/include/netinet/in.h
visual.o: /usr/include/X11/cursorfont.h
visual.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmAppl.h
visual.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmPublic.h
visual.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmDecls.h
visual.o: /afs/athena/astaff/project/motifdev/include/X11/StringDefs.h
visual.o: /afs/athena/astaff/project/motifdev/include/Mu.h
visual.o: /usr/include/signal.h /usr/include/sys/stat.h /usr/include/pwd.h
visual.o: /usr/include/netdb.h
x_ask.o: x_ask.c xolc.h
x_ask.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc.h
x_ask.o: /usr/include/stdio.h /usr/include/strings.h /usr/include/krb.h
x_ask.o: /usr/include/mit-copyright.h /usr/include/des.h
x_ask.o: /usr/include/des_conf.h /usr/include/hesiod.h
x_ask.o: /afs/athena/astaff/project/olcdev/src/include/olc/macros.h
x_ask.o: /afs/athena/astaff/project/olcdev/src/include/olc/structs.h
x_ask.o: /afs/athena/astaff/project/olcdev/src/include/olc/requests.h
x_ask.o: /afs/athena/astaff/project/olcdev/src/include/olc/procs.h
x_ask.o: /afs/athena/astaff/project/olcdev/src/include/olc/status.h
x_ask.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_tty.h
x_ask.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_parser.h
x_ask.o: /afs/athena/astaff/project/olcdev/src/clients/olc/olc.h
x_ask.o: /usr/include/zephyr/zephyr.h /usr/include/zephyr/mit-copyright.h
x_ask.o: /usr/include/zephyr/zephyr_err.h /usr/include/zephyr/zephyr_conf.h
x_ask.o: /usr/include/errno.h /usr/include/sys/types.h
x_ask.o: /usr/include/netinet/in.h /usr/include/sys/time.h
x_ask.o: /usr/include/sys/time.h /usr/include/X11/cursorfont.h
x_ask.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmAppl.h
x_ask.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
x_ask.o: /afs/athena/astaff/project/motifdev/include/X11/Intrinsic.h
x_ask.o: /usr/include/X11/Xutil.h /usr/include/X11/Xresource.h
x_ask.o: /usr/include/X11/Xos.h /usr/include/sys/file.h
x_ask.o: /afs/athena/astaff/project/motifdev/include/X11/Core.h
x_ask.o: /afs/athena/astaff/project/motifdev/include/X11/Composite.h
x_ask.o: /afs/athena/astaff/project/motifdev/include/X11/Constraint.h
x_ask.o: /afs/athena/astaff/project/motifdev/include/X11/Object.h
x_ask.o: /afs/athena/astaff/project/motifdev/include/X11/RectObj.h
x_ask.o: /afs/athena/astaff/project/motifdev/include/X11/WindowObj.h
x_ask.o: /afs/athena/astaff/project/motifdev/include/X11/CompObj.h
x_ask.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmPublic.h
x_ask.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmDecls.h
x_ask.o: /afs/athena/astaff/project/motifdev/include/X11/StringDefs.h
x_ask.o: /afs/athena/astaff/project/motifdev/include/X11/Shell.h
x_ask.o: /afs/athena/astaff/project/motifdev/include/X11/Vendor.h
x_ask.o: /afs/athena/astaff/project/motifdev/include/Xm/Xm.h
x_ask.o: /afs/athena/astaff/project/motifdev/include/Mu.h
x_ask.o: /usr/include/signal.h /usr/include/sys/stat.h /usr/include/pwd.h
x_ask.o: /usr/include/netdb.h
x_instance.o: x_instance.c
x_instance.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc.h
x_instance.o: /usr/include/stdio.h /usr/include/strings.h /usr/include/krb.h
x_instance.o: /usr/include/mit-copyright.h /usr/include/des.h
x_instance.o: /usr/include/des_conf.h /usr/include/hesiod.h
x_instance.o: /afs/athena/astaff/project/olcdev/src/include/olc/macros.h
x_instance.o: /afs/athena/astaff/project/olcdev/src/include/olc/structs.h
x_instance.o: /afs/athena/astaff/project/olcdev/src/include/olc/requests.h
x_instance.o: /afs/athena/astaff/project/olcdev/src/include/olc/procs.h
x_instance.o: /afs/athena/astaff/project/olcdev/src/include/olc/status.h
x_instance.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_tty.h
x_motd.o: x_motd.c xolc.h
x_motd.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc.h
x_motd.o: /usr/include/stdio.h /usr/include/strings.h /usr/include/krb.h
x_motd.o: /usr/include/mit-copyright.h /usr/include/des.h
x_motd.o: /usr/include/des_conf.h /usr/include/hesiod.h
x_motd.o: /afs/athena/astaff/project/olcdev/src/include/olc/macros.h
x_motd.o: /afs/athena/astaff/project/olcdev/src/include/olc/structs.h
x_motd.o: /afs/athena/astaff/project/olcdev/src/include/olc/requests.h
x_motd.o: /afs/athena/astaff/project/olcdev/src/include/olc/procs.h
x_motd.o: /afs/athena/astaff/project/olcdev/src/include/olc/status.h
x_motd.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_tty.h
x_motd.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_parser.h
x_motd.o: /afs/athena/astaff/project/olcdev/src/clients/olc/olc.h
x_motd.o: /usr/include/zephyr/zephyr.h /usr/include/zephyr/mit-copyright.h
x_motd.o: /usr/include/zephyr/zephyr_err.h /usr/include/zephyr/zephyr_conf.h
x_motd.o: /usr/include/errno.h /usr/include/sys/types.h
x_motd.o: /usr/include/netinet/in.h /usr/include/sys/time.h
x_motd.o: /usr/include/sys/time.h /usr/include/X11/cursorfont.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmAppl.h
x_motd.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/X11/Intrinsic.h
x_motd.o: /usr/include/X11/Xutil.h /usr/include/X11/Xresource.h
x_motd.o: /usr/include/X11/Xos.h /usr/include/sys/file.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/X11/Core.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/X11/Composite.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/X11/Constraint.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/X11/Object.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/X11/RectObj.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/X11/WindowObj.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/X11/CompObj.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmPublic.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmDecls.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/X11/StringDefs.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/X11/Shell.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/X11/Vendor.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/Xm/Xm.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/Mu.h
x_motd.o: /usr/include/signal.h /usr/include/sys/stat.h /usr/include/pwd.h
x_motd.o: /usr/include/netdb.h
x_resolve.o: x_resolve.c xolc.h
x_resolve.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc.h
x_resolve.o: /usr/include/stdio.h /usr/include/strings.h /usr/include/krb.h
x_resolve.o: /usr/include/mit-copyright.h /usr/include/des.h
x_resolve.o: /usr/include/des_conf.h /usr/include/hesiod.h
x_resolve.o: /afs/athena/astaff/project/olcdev/src/include/olc/macros.h
x_resolve.o: /afs/athena/astaff/project/olcdev/src/include/olc/structs.h
x_resolve.o: /afs/athena/astaff/project/olcdev/src/include/olc/requests.h
x_resolve.o: /afs/athena/astaff/project/olcdev/src/include/olc/procs.h
x_resolve.o: /afs/athena/astaff/project/olcdev/src/include/olc/status.h
x_resolve.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_tty.h
x_resolve.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_parser.h
x_resolve.o: /afs/athena/astaff/project/olcdev/src/clients/olc/olc.h
x_resolve.o: /usr/include/zephyr/zephyr.h /usr/include/zephyr/mit-copyright.h
x_resolve.o: /usr/include/zephyr/zephyr_err.h
x_resolve.o: /usr/include/zephyr/zephyr_conf.h /usr/include/errno.h
x_resolve.o: /usr/include/sys/types.h /usr/include/netinet/in.h
x_resolve.o: /usr/include/sys/time.h /usr/include/sys/time.h
x_resolve.o: /usr/include/X11/cursorfont.h
x_resolve.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmAppl.h
x_resolve.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
x_resolve.o: /afs/athena/astaff/project/motifdev/include/X11/Intrinsic.h
x_resolve.o: /usr/include/X11/Xutil.h /usr/include/X11/Xresource.h
x_resolve.o: /usr/include/X11/Xos.h /usr/include/sys/file.h
x_resolve.o: /afs/athena/astaff/project/motifdev/include/X11/Core.h
x_resolve.o: /afs/athena/astaff/project/motifdev/include/X11/Composite.h
x_resolve.o: /afs/athena/astaff/project/motifdev/include/X11/Constraint.h
x_resolve.o: /afs/athena/astaff/project/motifdev/include/X11/Object.h
x_resolve.o: /afs/athena/astaff/project/motifdev/include/X11/RectObj.h
x_resolve.o: /afs/athena/astaff/project/motifdev/include/X11/WindowObj.h
x_resolve.o: /afs/athena/astaff/project/motifdev/include/X11/CompObj.h
x_resolve.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmPublic.h
x_resolve.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmDecls.h
x_resolve.o: /afs/athena/astaff/project/motifdev/include/X11/StringDefs.h
x_resolve.o: /afs/athena/astaff/project/motifdev/include/X11/Shell.h
x_resolve.o: /afs/athena/astaff/project/motifdev/include/X11/Vendor.h
x_resolve.o: /afs/athena/astaff/project/motifdev/include/Xm/Xm.h
x_resolve.o: /afs/athena/astaff/project/motifdev/include/Mu.h
x_resolve.o: /usr/include/signal.h /usr/include/sys/stat.h /usr/include/pwd.h
x_resolve.o: /usr/include/netdb.h data.h
x_send.o: x_send.c xolc.h
x_send.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc.h
x_send.o: /usr/include/stdio.h /usr/include/strings.h /usr/include/krb.h
x_send.o: /usr/include/mit-copyright.h /usr/include/des.h
x_send.o: /usr/include/des_conf.h /usr/include/hesiod.h
x_send.o: /afs/athena/astaff/project/olcdev/src/include/olc/macros.h
x_send.o: /afs/athena/astaff/project/olcdev/src/include/olc/structs.h
x_send.o: /afs/athena/astaff/project/olcdev/src/include/olc/requests.h
x_send.o: /afs/athena/astaff/project/olcdev/src/include/olc/procs.h
x_send.o: /afs/athena/astaff/project/olcdev/src/include/olc/status.h
x_send.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_tty.h
x_send.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_parser.h
x_send.o: /afs/athena/astaff/project/olcdev/src/clients/olc/olc.h
x_send.o: /usr/include/zephyr/zephyr.h /usr/include/zephyr/mit-copyright.h
x_send.o: /usr/include/zephyr/zephyr_err.h /usr/include/zephyr/zephyr_conf.h
x_send.o: /usr/include/errno.h /usr/include/sys/types.h
x_send.o: /usr/include/netinet/in.h /usr/include/sys/time.h
x_send.o: /usr/include/sys/time.h /usr/include/X11/cursorfont.h
x_send.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmAppl.h
x_send.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
x_send.o: /afs/athena/astaff/project/motifdev/include/X11/Intrinsic.h
x_send.o: /usr/include/X11/Xutil.h /usr/include/X11/Xresource.h
x_send.o: /usr/include/X11/Xos.h /usr/include/sys/file.h
x_send.o: /afs/athena/astaff/project/motifdev/include/X11/Core.h
x_send.o: /afs/athena/astaff/project/motifdev/include/X11/Composite.h
x_send.o: /afs/athena/astaff/project/motifdev/include/X11/Constraint.h
x_send.o: /afs/athena/astaff/project/motifdev/include/X11/Object.h
x_send.o: /afs/athena/astaff/project/motifdev/include/X11/RectObj.h
x_send.o: /afs/athena/astaff/project/motifdev/include/X11/WindowObj.h
x_send.o: /afs/athena/astaff/project/motifdev/include/X11/CompObj.h
x_send.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmPublic.h
x_send.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmDecls.h
x_send.o: /afs/athena/astaff/project/motifdev/include/X11/StringDefs.h
x_send.o: /afs/athena/astaff/project/motifdev/include/X11/Shell.h
x_send.o: /afs/athena/astaff/project/motifdev/include/X11/Vendor.h
x_send.o: /afs/athena/astaff/project/motifdev/include/Xm/Xm.h
x_send.o: /afs/athena/astaff/project/motifdev/include/Mu.h
x_send.o: /usr/include/signal.h /usr/include/sys/stat.h /usr/include/pwd.h
x_send.o: /usr/include/netdb.h
x_topic.o: x_topic.c xolc.h
x_topic.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc.h
x_topic.o: /usr/include/stdio.h /usr/include/strings.h /usr/include/krb.h
x_topic.o: /usr/include/mit-copyright.h /usr/include/des.h
x_topic.o: /usr/include/des_conf.h /usr/include/hesiod.h
x_topic.o: /afs/athena/astaff/project/olcdev/src/include/olc/macros.h
x_topic.o: /afs/athena/astaff/project/olcdev/src/include/olc/structs.h
x_topic.o: /afs/athena/astaff/project/olcdev/src/include/olc/requests.h
x_topic.o: /afs/athena/astaff/project/olcdev/src/include/olc/procs.h
x_topic.o: /afs/athena/astaff/project/olcdev/src/include/olc/status.h
x_topic.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_tty.h
x_topic.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_parser.h
x_topic.o: /afs/athena/astaff/project/olcdev/src/clients/olc/olc.h
x_topic.o: /usr/include/zephyr/zephyr.h /usr/include/zephyr/mit-copyright.h
x_topic.o: /usr/include/zephyr/zephyr_err.h /usr/include/zephyr/zephyr_conf.h
x_topic.o: /usr/include/errno.h /usr/include/sys/types.h
x_topic.o: /usr/include/netinet/in.h /usr/include/sys/time.h
x_topic.o: /usr/include/sys/time.h /usr/include/X11/cursorfont.h
x_topic.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmAppl.h
x_topic.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
x_topic.o: /afs/athena/astaff/project/motifdev/include/X11/Intrinsic.h
x_topic.o: /usr/include/X11/Xutil.h /usr/include/X11/Xresource.h
x_topic.o: /usr/include/X11/Xos.h /usr/include/sys/file.h
x_topic.o: /afs/athena/astaff/project/motifdev/include/X11/Core.h
x_topic.o: /afs/athena/astaff/project/motifdev/include/X11/Composite.h
x_topic.o: /afs/athena/astaff/project/motifdev/include/X11/Constraint.h
x_topic.o: /afs/athena/astaff/project/motifdev/include/X11/Object.h
x_topic.o: /afs/athena/astaff/project/motifdev/include/X11/RectObj.h
x_topic.o: /afs/athena/astaff/project/motifdev/include/X11/WindowObj.h
x_topic.o: /afs/athena/astaff/project/motifdev/include/X11/CompObj.h
x_topic.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmPublic.h
x_topic.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmDecls.h
x_topic.o: /afs/athena/astaff/project/motifdev/include/X11/StringDefs.h
x_topic.o: /afs/athena/astaff/project/motifdev/include/X11/Shell.h
x_topic.o: /afs/athena/astaff/project/motifdev/include/X11/Vendor.h
x_topic.o: /afs/athena/astaff/project/motifdev/include/Xm/Xm.h
x_topic.o: /afs/athena/astaff/project/motifdev/include/Mu.h
x_topic.o: /usr/include/signal.h /usr/include/sys/stat.h /usr/include/pwd.h
x_topic.o: /usr/include/netdb.h
x_utils.o: x_utils.c xolc.h
x_utils.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc.h
x_utils.o: /usr/include/stdio.h /usr/include/strings.h /usr/include/krb.h
x_utils.o: /usr/include/mit-copyright.h /usr/include/des.h
x_utils.o: /usr/include/des_conf.h /usr/include/hesiod.h
x_utils.o: /afs/athena/astaff/project/olcdev/src/include/olc/macros.h
x_utils.o: /afs/athena/astaff/project/olcdev/src/include/olc/structs.h
x_utils.o: /afs/athena/astaff/project/olcdev/src/include/olc/requests.h
x_utils.o: /afs/athena/astaff/project/olcdev/src/include/olc/procs.h
x_utils.o: /afs/athena/astaff/project/olcdev/src/include/olc/status.h
x_utils.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_tty.h
x_utils.o: /afs/athena/astaff/project/olcdev/src/include/olc/olc_parser.h
x_utils.o: /afs/athena/astaff/project/olcdev/src/clients/olc/olc.h
x_utils.o: /usr/include/zephyr/zephyr.h /usr/include/zephyr/mit-copyright.h
x_utils.o: /usr/include/zephyr/zephyr_err.h /usr/include/zephyr/zephyr_conf.h
x_utils.o: /usr/include/errno.h /usr/include/sys/types.h
x_utils.o: /usr/include/netinet/in.h /usr/include/sys/time.h
x_utils.o: /usr/include/sys/time.h /usr/include/X11/cursorfont.h
x_utils.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmAppl.h
x_utils.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
x_utils.o: /afs/athena/astaff/project/motifdev/include/X11/Intrinsic.h
x_utils.o: /usr/include/X11/Xutil.h /usr/include/X11/Xresource.h
x_utils.o: /usr/include/X11/Xos.h /usr/include/sys/file.h
x_utils.o: /afs/athena/astaff/project/motifdev/include/X11/Core.h
x_utils.o: /afs/athena/astaff/project/motifdev/include/X11/Composite.h
x_utils.o: /afs/athena/astaff/project/motifdev/include/X11/Constraint.h
x_utils.o: /afs/athena/astaff/project/motifdev/include/X11/Object.h
x_utils.o: /afs/athena/astaff/project/motifdev/include/X11/RectObj.h
x_utils.o: /afs/athena/astaff/project/motifdev/include/X11/WindowObj.h
x_utils.o: /afs/athena/astaff/project/motifdev/include/X11/CompObj.h
x_utils.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmPublic.h
x_utils.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmDecls.h
x_utils.o: /afs/athena/astaff/project/motifdev/include/X11/StringDefs.h
x_utils.o: /afs/athena/astaff/project/motifdev/include/X11/Shell.h
x_utils.o: /afs/athena/astaff/project/motifdev/include/X11/Vendor.h
x_utils.o: /afs/athena/astaff/project/motifdev/include/Xm/Xm.h
x_utils.o: /afs/athena/astaff/project/motifdev/include/Mu.h
x_utils.o: /usr/include/signal.h /usr/include/sys/stat.h /usr/include/pwd.h
x_utils.o: /usr/include/netdb.h
@


1.4
log
@Many changes since last rev.
this version uses GCC as the compiler.  Assumes that MACHTYPE variable is
set in the environment.  Many paths changed to AFS paths.
dependencies changed (of course)...
@
text
@d3 6
a8 4
# Be sure to have set environment variable MACHTYPE to the correct
# machine type.  This makefile depends on it.  You can just do:
#		setenv  MACHTYPE  ${hosttype}
# or		setenv  MACHTYPE  `machtype`
d13 2
a14 2
OLCLIB    =	${OLCDEV}/${MACHTYPE}/clients/lib
BINDIR    =	${MOTIFDIR}/${MACHTYPE}bin
d17 1
a17 1
LIBDIR    =	-L${MOTIFDIR}/${MACHTYPE}lib -L${OLCDEV}/${MACHTYPE}lib
d19 1
a19 1
CC	  =	/afs/athena/project/gnu/${MACHTYPE}bin/gcc
@


1.3
log
@Link against "Mu" library now.  Removed dependency on p_utils.o from
olcdev locker.
@
text
@d2 6
a8 2
MACHTYPE  =	vax

d10 1
a10 1
OLCDEV    =	/mit/olcdev
a15 1
UILINCDIR =	-I${MOTIFDIR}/include/uil
d17 1
a17 2
CC        =	/bin/cc
UIL       =	${BINDIR}/uil
d25 1
a25 1
CFLAGS    =	-g ${INCDIR} -DHESIOD -DZEPHYR -DKERBEROS -DATHENA -DTEST
a27 1
UILFLAGS  =	${UILINCDIR}
d34 7
a40 4
SOURCES   =	main.c procs.c widget_create.c x_motd.c x_hand_resp.c
OBJFOOS   =	main.o procs.o widget_create.o x_motd.o x_hand_resp.o
OBJECTS   =	${OBJFOOS} \
		${OLCLIB}/../parser/p_utils.o
d43 2
a44 1
LIBS      =	-lMu -lMrm -lXm -lXt -lX11 \
d48 1
a48 2
UIL_SRC   =	olc.uil
UID       =	olc.uid
d50 2
a52 8
all:  ${UID} ${TARGET}

uil:	${UID}
c:	${TARGET}

${UID}:	${UIL_SRC}
	${UIL} ${UILFLAGS} -o ${UID} ${UIL_SRC}

d60 1
a60 1
	${RM} *~ *.bak *.uid *.o ${UID} ${TARGET} 
d78 2
a79 2
main.o: main.c xolc.h /mit/olcdev/src/include/olc/olc.h /usr/include/stdio.h
main.o: /usr/include/strings.h /usr/include/krb.h
d82 13
a94 12
main.o: /mit/olcdev/src/include/olc/macros.h
main.o: /mit/olcdev/src/include/olc/structs.h
main.o: /mit/olcdev/src/include/olc/requests.h
main.o: /mit/olcdev/src/include/olc/procs.h
main.o: /mit/olcdev/src/include/olc/status.h
main.o: /mit/olcdev/src/include/olc/olc_tty.h
main.o: /mit/olcdev/src/include/olc/olc_parser.h
main.o: /mit/olcdev/src/clients/olc/olc.h /usr/include/zephyr/zephyr.h
main.o: /usr/include/zephyr/mit-copyright.h /usr/include/zephyr/zephyr_err.h
main.o: /usr/include/zephyr/zephyr_conf.h /usr/include/errno.h
main.o: /usr/include/sys/types.h /usr/include/netinet/in.h
main.o: /usr/include/sys/time.h /usr/include/sys/time.h
d113 1
d115 3
a117 2
main.o: /usr/include/netdb.h
procs.o: procs.c xolc.h /mit/olcdev/src/include/olc/olc.h
d121 13
a133 12
procs.o: /mit/olcdev/src/include/olc/macros.h
procs.o: /mit/olcdev/src/include/olc/structs.h
procs.o: /mit/olcdev/src/include/olc/requests.h
procs.o: /mit/olcdev/src/include/olc/procs.h
procs.o: /mit/olcdev/src/include/olc/status.h
procs.o: /mit/olcdev/src/include/olc/olc_tty.h
procs.o: /mit/olcdev/src/include/olc/olc_parser.h
procs.o: /mit/olcdev/src/clients/olc/olc.h /usr/include/zephyr/zephyr.h
procs.o: /usr/include/zephyr/mit-copyright.h /usr/include/zephyr/zephyr_err.h
procs.o: /usr/include/zephyr/zephyr_conf.h /usr/include/errno.h
procs.o: /usr/include/sys/types.h /usr/include/netinet/in.h
procs.o: /usr/include/sys/time.h /usr/include/sys/time.h
d152 1
d154 103
a256 40
procs.o: /usr/include/netdb.h
widget_create.o: widget_create.c xolc.h /mit/olcdev/src/include/olc/olc.h
widget_create.o: /usr/include/stdio.h /usr/include/strings.h
widget_create.o: /usr/include/krb.h /usr/include/mit-copyright.h
widget_create.o: /usr/include/des.h /usr/include/des_conf.h
widget_create.o: /usr/include/hesiod.h /mit/olcdev/src/include/olc/macros.h
widget_create.o: /mit/olcdev/src/include/olc/structs.h
widget_create.o: /mit/olcdev/src/include/olc/requests.h
widget_create.o: /mit/olcdev/src/include/olc/procs.h
widget_create.o: /mit/olcdev/src/include/olc/status.h
widget_create.o: /mit/olcdev/src/include/olc/olc_tty.h
widget_create.o: /mit/olcdev/src/include/olc/olc_parser.h
widget_create.o: /mit/olcdev/src/clients/olc/olc.h
widget_create.o: /usr/include/zephyr/zephyr.h
widget_create.o: /usr/include/zephyr/mit-copyright.h
widget_create.o: /usr/include/zephyr/zephyr_err.h
widget_create.o: /usr/include/zephyr/zephyr_conf.h /usr/include/errno.h
widget_create.o: /usr/include/sys/types.h /usr/include/netinet/in.h
widget_create.o: /usr/include/sys/time.h /usr/include/sys/time.h
widget_create.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmAppl.h
widget_create.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
widget_create.o: /afs/athena/astaff/project/motifdev/include/X11/Intrinsic.h
widget_create.o: /usr/include/X11/Xutil.h /usr/include/X11/Xresource.h
widget_create.o: /usr/include/X11/Xos.h /usr/include/sys/file.h
widget_create.o: /afs/athena/astaff/project/motifdev/include/X11/Core.h
widget_create.o: /afs/athena/astaff/project/motifdev/include/X11/Composite.h
widget_create.o: /afs/athena/astaff/project/motifdev/include/X11/Constraint.h
widget_create.o: /afs/athena/astaff/project/motifdev/include/X11/Object.h
widget_create.o: /afs/athena/astaff/project/motifdev/include/X11/RectObj.h
widget_create.o: /afs/athena/astaff/project/motifdev/include/X11/WindowObj.h
widget_create.o: /afs/athena/astaff/project/motifdev/include/X11/CompObj.h
widget_create.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmPublic.h
widget_create.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmDecls.h
widget_create.o: /afs/athena/astaff/project/motifdev/include/X11/StringDefs.h
widget_create.o: /afs/athena/astaff/project/motifdev/include/X11/Shell.h
widget_create.o: /afs/athena/astaff/project/motifdev/include/X11/Vendor.h
widget_create.o: /afs/athena/astaff/project/motifdev/include/Xm/Xm.h
widget_create.o: /usr/include/signal.h /usr/include/sys/stat.h
widget_create.o: /usr/include/pwd.h /usr/include/netdb.h
x_motd.o: x_motd.c xolc.h /mit/olcdev/src/include/olc/olc.h
d260 9
a268 9
x_motd.o: /mit/olcdev/src/include/olc/macros.h
x_motd.o: /mit/olcdev/src/include/olc/structs.h
x_motd.o: /mit/olcdev/src/include/olc/requests.h
x_motd.o: /mit/olcdev/src/include/olc/procs.h
x_motd.o: /mit/olcdev/src/include/olc/status.h
x_motd.o: /mit/olcdev/src/include/olc/olc_tty.h
x_motd.o: /mit/olcdev/src/include/olc/olc_parser.h
x_motd.o: /mit/olcdev/src/clients/olc/olc.h /usr/include/zephyr/zephyr.h
x_motd.o: /usr/include/zephyr/mit-copyright.h
d272 1
a272 1
x_motd.o: /usr/include/sys/time.h
d291 1
d294 157
a450 37
x_hand_resp.o: x_hand_resp.c xolc.h /mit/olcdev/src/include/olc/olc.h
x_hand_resp.o: /usr/include/stdio.h /usr/include/strings.h /usr/include/krb.h
x_hand_resp.o: /usr/include/mit-copyright.h /usr/include/des.h
x_hand_resp.o: /usr/include/des_conf.h /usr/include/hesiod.h
x_hand_resp.o: /mit/olcdev/src/include/olc/macros.h
x_hand_resp.o: /mit/olcdev/src/include/olc/structs.h
x_hand_resp.o: /mit/olcdev/src/include/olc/requests.h
x_hand_resp.o: /mit/olcdev/src/include/olc/procs.h
x_hand_resp.o: /mit/olcdev/src/include/olc/status.h
x_hand_resp.o: /mit/olcdev/src/include/olc/olc_tty.h
x_hand_resp.o: /mit/olcdev/src/include/olc/olc_parser.h
x_hand_resp.o: /mit/olcdev/src/clients/olc/olc.h /usr/include/zephyr/zephyr.h
x_hand_resp.o: /usr/include/zephyr/mit-copyright.h
x_hand_resp.o: /usr/include/zephyr/zephyr_err.h
x_hand_resp.o: /usr/include/zephyr/zephyr_conf.h /usr/include/errno.h
x_hand_resp.o: /usr/include/sys/types.h /usr/include/netinet/in.h
x_hand_resp.o: /usr/include/sys/time.h /usr/include/sys/time.h
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmAppl.h
x_hand_resp.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/X11/Intrinsic.h
x_hand_resp.o: /usr/include/X11/Xutil.h /usr/include/X11/Xresource.h
x_hand_resp.o: /usr/include/X11/Xos.h /usr/include/sys/file.h
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/X11/Core.h
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/X11/Composite.h
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/X11/Constraint.h
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/X11/Object.h
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/X11/RectObj.h
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/X11/WindowObj.h
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/X11/CompObj.h
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmPublic.h
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/Mrm/MrmDecls.h
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/X11/StringDefs.h
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/X11/Shell.h
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/X11/Vendor.h
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/Xm/Xm.h
x_hand_resp.o: /usr/include/signal.h /usr/include/sys/stat.h
x_hand_resp.o: /usr/include/pwd.h /usr/include/netdb.h
@


1.2
log
@naming changes associated with switch from snapshot 9 to GA.
@
text
@d21 1
a21 1
COMPRESS  =	/usr/ucb/compress -f
d29 1
a29 1
BACKUPDIR =	/mit/motifdev/projects/olc/Backup
d34 2
a35 1
OBJFOOS   =	main.o procs.o widget_create.o x_motd.o x_hand_resp.o \
a36 12
OBJECTS   =	${OBJFOOS} \
		${OLCLIB}/ask.o		${OLCLIB}/connect.o \
		${OLCLIB}/consult.o	${OLCLIB}/generic.o \
		${OLCLIB}/instance.o	${OLCLIB}/io.o \
		${OLCLIB}/messages.o	${OLCLIB}/motd.o \
		${OLCLIB}/queue.o	${OLCLIB}/resolve.o \
		${OLCLIB}/send.o	${OLCLIB}/topic.o \
		${OLCLIB}/utils.o	${OLCLIB}/status.o \
		${OLCLIB}/../parser/p_utils.o \
		${OLCLIB}/../tty/t_utils.o \
		${OLCLIB}/../../common/io.o \
		${OLCLIB}/../../common/string_utils.o
d39 1
a39 1
LIBS      =	-lMrm -lXm -lXt -lX11 \
d47 1
a47 2
all:  ${UID} ${TARGET} ${OBJFOOS}
#	${CC} ${LDFLAGS} -o test ${OBJFOOS} ${LIBS}
a48 2
##########  all:	${UID} ${TARGET} ${OBJFOOS}

a54 1
#${TARGET}:	${OBJECTS}
d56 1
a56 1
	${CC} ${LDFLAGS} -o ${TARGET} ${OBJFOOS} ${LIBS}
d96 2
a97 1
main.o: /afs/athena/astaff/project/motifdev/include/Mrm/XmAppl.h
d99 2
a100 3
main.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h /usr/include/X11/Xutil.h
main.o: /usr/include/X11/Xresource.h /usr/include/X11/Xos.h
main.o: /usr/include/sys/file.h
d108 2
a109 2
main.o: /afs/athena/astaff/project/motifdev/include/Mrm/MRMPublic.h
main.o: /afs/athena/astaff/project/motifdev/include/Mrm/MRMDecls.h
a113 1
main.o: /afs/athena/astaff/project/motifdev/include/X11/Intrinsic.h
d132 2
a133 1
procs.o: /afs/athena/astaff/project/motifdev/include/Mrm/XmAppl.h
a134 1
procs.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
d144 2
a145 2
procs.o: /afs/athena/astaff/project/motifdev/include/Mrm/MRMPublic.h
procs.o: /afs/athena/astaff/project/motifdev/include/Mrm/MRMDecls.h
a149 1
procs.o: /afs/athena/astaff/project/motifdev/include/X11/Intrinsic.h
d170 2
a171 1
widget_create.o: /afs/athena/astaff/project/motifdev/include/Mrm/XmAppl.h
a172 1
widget_create.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
d182 2
a183 2
widget_create.o: /afs/athena/astaff/project/motifdev/include/Mrm/MRMPublic.h
widget_create.o: /afs/athena/astaff/project/motifdev/include/Mrm/MRMDecls.h
a187 1
widget_create.o: /afs/athena/astaff/project/motifdev/include/X11/Intrinsic.h
d207 2
a208 1
x_motd.o: /afs/athena/astaff/project/motifdev/include/Mrm/XmAppl.h
a209 1
x_motd.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
d219 2
a220 2
x_motd.o: /afs/athena/astaff/project/motifdev/include/Mrm/MRMPublic.h
x_motd.o: /afs/athena/astaff/project/motifdev/include/Mrm/MRMDecls.h
a224 1
x_motd.o: /afs/athena/astaff/project/motifdev/include/X11/Intrinsic.h
d244 2
a245 1
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/Mrm/XmAppl.h
a246 1
x_hand_resp.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
d256 2
a257 2
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/Mrm/MRMPublic.h
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/Mrm/MRMDecls.h
a261 1
x_hand_resp.o: /afs/athena/astaff/project/motifdev/include/X11/Intrinsic.h
@


1.1
log
@Initial revision
@
text
@d9 1
a9 2
INCDIR    =	-I${MOTIFDIR}/include -I${MOTIFDIR}/include/X11 \
		-I${MOTIFDIR}/include/Mrm -I${MOTIFDIR}/include/Xm \
@
