diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-06 21:27:17 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-06 21:27:17 +0000 |
commit | 59736bd8c83f0dc36f52eb66fc4bd0ccaa629011 (patch) | |
tree | 3e057533a8c2058358ae335fb190130f51b9d3cc /pfinet | |
parent | 70a49b7d3f217717ba323ea54c816c12b4704c0f (diff) |
Formerly Makefile.~12~
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile index 7ad8ba16..b0fc8001 100644 --- a/pfinet/Makefile +++ b/pfinet/Makefile @@ -25,8 +25,10 @@ LINUXSRCS= af_inet.c arp.c datagram.c dev.c dev_mcast.c devinet.c eth.c \ proc.c protocol.c raw.c route.c skbuff.c sock.c \ tcp.c timer.c udp.c utils.c UNUSEDSRC = packet.c ipx.c ip_fw.c p8022.c p8023.c pe2.c psnap.c rarp.c -SRCS = sched.c timer-emul.c devices.c socket.c main.c ethernet.c -OBJS= $(subst .c,.o,$(LINUXSRCS) $(SRCS)) +SRCS = sched.c timer-emul.c devices.c socket.c main.c ethernet.c \ + io-ops.c socket-ops.c +MIGSRCS = ioServer.c socketServer.c +OBJS= $(subst .c,.o,$(LINUXSRCS) $(SRCS) $(MIGSRCS)) pfinet: $(OBJS) ../libthreads/libthreads.a ../libports/libports.a ../libihash/libihash.a @@ -38,6 +40,6 @@ include ../Makeconf CPPFLAGS += -I. -imacros config.h - - +io-MIGSFLAGS = -imacros mutations.h +socket-MIGSFLAGS = -imacros mutations.h |