home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-07-13 | 8.3 KB | 164 lines |
- #
- # Copyright (C) 1991 Texas Instruments Incorporated.
- #
- # Permission is granted to any individual or institution to use, copy, modify,
- # and distribute this software, provided that this complete copyright and
- # permission notice is maintained, intact, in all copies and supporting
- # documentation.
- #
- # Texas Instruments Incorporated provides this software "as is" without
- # express or implied warranty.
- #
-
- include ../../Makedefs
- include ../Makedefs
-
- CURDIR = $(TOP)/$(DIRNAME)/Tree/
- HEADERS = Base_Binary_Node.h Binary_Node.h \
- Base_Binary_Tree.h Binary_Tree.h \
- AVL_Tree.h \
- N_Node.h D_Node.h NT_State.h N_Tree.h
- SOURCES = Base_Binary_Node.C Base_Binary_Tree.C NT_State.C
- TEMPLATES = Binary_Node.C Binary_Tree.C AVL_Tree.C N_Node.C D_Node.C N_Tree.C
- OBJECTS = $(SOURCES:.C=.o)
- SUBDIRS = tests
-
- include ../../Makeclassestargs
-
- # DO NOT DELETE THIS LINE -- make depend depends on it.
-
- Base_Binary_Node.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Node.h
- Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/stream.h
- Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/iostream.h
- Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/memory.h
- Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/c_varieties.h
- Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/iomanip.h
- Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/generic.h
- Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/stdiostream.h
- Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/stdio.h
- Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/fstream.h
- Base_Binary_Node.o: /home/etamin/u0/nguyen/cool/include/misc.h
- Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/values.h
- Base_Binary_Node.o: /home/etamin/u0/nguyen/cool/include/defs.h
- Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Tree.h
- Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Node.h
- Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/stream.h
- Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/iostream.h
- Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/memory.h
- Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/c_varieties.h
- Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/iomanip.h
- Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/generic.h
- Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/stdiostream.h
- Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/stdio.h
- Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/fstream.h
- Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/misc.h
- Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/values.h
- Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/defs.h
- Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
- Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
- Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/new.h
- Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/stddef.h
- Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
- Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
- Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.C
- Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.C
- NT_State.o: /home/etamin/u0/nguyen/cool/include/cool/NT_State.h
- NT_State.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
- NT_State.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
- NT_State.o: /usr/lang/SC1.0/include/CC/new.h
- NT_State.o: /usr/lang/SC1.0/include/CC/stddef.h
- NT_State.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
- NT_State.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
- NT_State.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.C
- NT_State.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.C
- Binary_Node.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.h
- Binary_Node.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Node.h
- Binary_Node.o: /usr/lang/SC1.0/include/CC/stream.h
- Binary_Node.o: /usr/lang/SC1.0/include/CC/iostream.h
- Binary_Node.o: /usr/lang/SC1.0/include/CC/memory.h
- Binary_Node.o: /usr/lang/SC1.0/include/CC/c_varieties.h
- Binary_Node.o: /usr/lang/SC1.0/include/CC/iomanip.h
- Binary_Node.o: /usr/lang/SC1.0/include/CC/generic.h
- Binary_Node.o: /usr/lang/SC1.0/include/CC/stdiostream.h
- Binary_Node.o: /usr/lang/SC1.0/include/CC/stdio.h
- Binary_Node.o: /usr/lang/SC1.0/include/CC/fstream.h
- Binary_Node.o: /home/etamin/u0/nguyen/cool/include/misc.h
- Binary_Node.o: /usr/lang/SC1.0/include/CC/values.h
- Binary_Node.o: /home/etamin/u0/nguyen/cool/include/defs.h
- Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Tree.h
- Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Tree.h
- Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Node.h
- Binary_Tree.o: /usr/lang/SC1.0/include/CC/stream.h
- Binary_Tree.o: /usr/lang/SC1.0/include/CC/iostream.h
- Binary_Tree.o: /usr/lang/SC1.0/include/CC/memory.h
- Binary_Tree.o: /usr/lang/SC1.0/include/CC/c_varieties.h
- Binary_Tree.o: /usr/lang/SC1.0/include/CC/iomanip.h
- Binary_Tree.o: /usr/lang/SC1.0/include/CC/generic.h
- Binary_Tree.o: /usr/lang/SC1.0/include/CC/stdiostream.h
- Binary_Tree.o: /usr/lang/SC1.0/include/CC/stdio.h
- Binary_Tree.o: /usr/lang/SC1.0/include/CC/fstream.h
- Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/misc.h
- Binary_Tree.o: /usr/lang/SC1.0/include/CC/values.h
- Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/defs.h
- Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
- Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
- Binary_Tree.o: /usr/lang/SC1.0/include/CC/new.h
- Binary_Tree.o: /usr/lang/SC1.0/include/CC/stddef.h
- Binary_Tree.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
- Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
- Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.h
- AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/AVL_Tree.h
- AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Tree.h
- AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Tree.h
- AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Node.h
- AVL_Tree.o: /usr/lang/SC1.0/include/CC/stream.h
- AVL_Tree.o: /usr/lang/SC1.0/include/CC/iostream.h
- AVL_Tree.o: /usr/lang/SC1.0/include/CC/memory.h
- AVL_Tree.o: /usr/lang/SC1.0/include/CC/c_varieties.h
- AVL_Tree.o: /usr/lang/SC1.0/include/CC/iomanip.h
- AVL_Tree.o: /usr/lang/SC1.0/include/CC/generic.h
- AVL_Tree.o: /usr/lang/SC1.0/include/CC/stdiostream.h
- AVL_Tree.o: /usr/lang/SC1.0/include/CC/stdio.h
- AVL_Tree.o: /usr/lang/SC1.0/include/CC/fstream.h
- AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/misc.h
- AVL_Tree.o: /usr/lang/SC1.0/include/CC/values.h
- AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/defs.h
- AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
- AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
- AVL_Tree.o: /usr/lang/SC1.0/include/CC/new.h
- AVL_Tree.o: /usr/lang/SC1.0/include/CC/stddef.h
- AVL_Tree.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
- AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
- AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.h
- N_Node.o: /home/etamin/u0/nguyen/cool/include/cool/N_Node.h
- N_Node.o: /home/etamin/u0/nguyen/cool/include/misc.h
- N_Node.o: /usr/lang/SC1.0/include/CC/values.h
- N_Node.o: /home/etamin/u0/nguyen/cool/include/defs.h
- D_Node.o: /home/etamin/u0/nguyen/cool/include/cool/D_Node.h
- D_Node.o: /home/etamin/u0/nguyen/cool/include/misc.h
- D_Node.o: /usr/lang/SC1.0/include/CC/values.h
- D_Node.o: /home/etamin/u0/nguyen/cool/include/defs.h
- D_Node.o: /home/etamin/u0/nguyen/cool/include/cool/Vector.h
- D_Node.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Vector.h
- D_Node.o: /usr/lang/SC1.0/include/CC/stream.h
- D_Node.o: /usr/lang/SC1.0/include/CC/iostream.h
- D_Node.o: /usr/lang/SC1.0/include/CC/memory.h
- D_Node.o: /usr/lang/SC1.0/include/CC/c_varieties.h
- D_Node.o: /usr/lang/SC1.0/include/CC/iomanip.h
- D_Node.o: /usr/lang/SC1.0/include/CC/generic.h
- D_Node.o: /usr/lang/SC1.0/include/CC/stdiostream.h
- D_Node.o: /usr/lang/SC1.0/include/CC/stdio.h
- D_Node.o: /usr/lang/SC1.0/include/CC/fstream.h
- D_Node.o: /usr/lang/SC1.0/include/CC/stdarg.h
- D_Node.o: /usr/lang/SC1.0/include/CC/new.h
- D_Node.o: /usr/lang/SC1.0/include/CC/stddef.h
- D_Node.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
- N_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/N_Tree.h
- N_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/NT_State.h
- N_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
- N_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
- N_Tree.o: /usr/lang/SC1.0/include/CC/new.h
- N_Tree.o: /usr/lang/SC1.0/include/CC/stddef.h
- N_Tree.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
- N_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
-