[Anet-checkins] CVS: ANet/ANet_Daemon/Linux Makefile,1.2,1.3
Status: Abandoned
Brought to you by:
benad
From: Benoit N. <be...@us...> - 2001-11-15 19:33:11
|
Update of /cvsroot/anet/ANet/ANet_Daemon/Linux In directory usw-pr-cvs1:/tmp/cvs-serv561 Modified Files: Makefile Log Message: "" Index: Makefile =================================================================== RCS file: /cvsroot/anet/ANet/ANet_Daemon/Linux/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 2001/11/11 17:50:22 1.2 --- Makefile 2001/11/15 19:33:07 1.3 *************** *** 30,34 **** LinkedLists.o: LinkedLists.c LinkedLists.h BinaryTrees.o: BinaryTrees.c LinkedLists.h ! Memory.o: Memory.c ANetCommon.h main.o: main.c Modules.h --- 30,34 ---- LinkedLists.o: LinkedLists.c LinkedLists.h BinaryTrees.o: BinaryTrees.c LinkedLists.h ! Memory.o: Memory.c Memory.h main.o: main.c Modules.h *************** *** 42,45 **** --- 42,47 ---- LinkedLists.h: ANetCommon.h @touch ../Common/Lists/LinkedLists.h + Memory.h: ANetCommon.h + @touch ../Common/Memory.h # Special targets below. |