From fe2f9c773e09827055859cc5ceb4893f0381a8a2 Mon Sep 17 00:00:00 2001 From: damiano Date: Wed, 15 Apr 1998 09:47:51 +0000 Subject: Rename des fichiers socket en bussocket, et modifs des sources et du Makefile en consequence --- src/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index c4e6a73..e9d704f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ XTINC = CC=gcc -OBJ = timer.o socket.o bus.o -GOBJ = timer.o socket.o gbus.o +OBJ = timer.o bussocket.o bus.o +GOBJ = timer.o bussocket.o gbus.o XTOBJ = timer.o xtsocket.o bus.o all: libbus.a libgbus.a libxtbus.a testbus @@ -9,8 +9,8 @@ all: libbus.a libgbus.a libxtbus.a testbus gbus.o: bus.c $(CC) -DGNU_REGEXP -c $(CFLAGS) -o gbus.o bus.c -xtsocket.o: socket.c - $(CC) -DXTMAINLOOP $(XTINC) -c $(CFLAGS) -o xtsocket.o socket.c +xtsocket.o: bussocket.c + $(CC) -DXTMAINLOOP $(XTINC) -c $(CFLAGS) -o xtsocket.o bussocket.c testbus: testbus.o $(OBJ) $(CC) -o testbus testbus.o $(OBJ) -- cgit v1.1