# Generated automatically from Makefile.in by configure.
#
# Makefile.in
# ------------------------------------------------------------------------
# The template used to create a Makefile by configure, for the ui subdir.
# ------------------------------------------------------------------------
# @(#) $Id: Makefile.in,v 1.2 1996/01/09 18:32:48 emery Exp $
#
# ------------------------------------------------------------------------
# AUTHOR:
#
# Emery Berger                    | <http://www.cs.utexas.edu/users/emery>
# Systems Analyst                 @           <mailto:emery@cs.utexas.edu>
# Parallel Programming Group      |  <http://www.cs.utexas.edu/users/code>
# Department of Computer Sciences |             <http://www.cs.utexas.edu>
# University of Texas at Austin   |                <http://www.utexas.edu>
# ========================================================================


all:	UI.o

##
##  This block is the same for every subdirectory's Makefile.in.
##

include ../make.defs

srcdir = .

top_srcdir = ..

depend:
	/lusr/X11R6/bin/makedepend $(MKDEP_FLAGS) $(WISH_INCLUDES) $(SRCS)

clean:
	rm -f *.o

distclean:
	rm -f Makefile *.o

##
##
##


SRCS = 	$(srcdir)/massage.C $(srcdir)/astcreate.C $(srcdir)/code2.C \
	$(srcdir)/UidTable.C $(srcdir)/MsgUI.C

OBJS = massage.o astcreate.o code2.o \
       UidTable.o MsgUI.o

UI.o: $(OBJS)
	ld -r -o UI.o $(OBJS)


# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.



# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
