[enet-cvs] CVS: enet Makefile,NONE,1.1
Lee Salzman
enet-discuss@lists.puremagic.com
Sat, 12 Oct 2002 19:59:56 -0600
- Previous message: [enet-cvs] CVS: enet protocol.c,1.5,1.6
- Next message: [enet-cvs] CVS: enet clean.sh,1.1,NONE gdb.sh,1.1,NONE gprof.sh,1.1,NONE make.sh,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/enet/cvsroot/enet
In directory sferik:/tmp/cvs-serv15752
Added Files:
Makefile
Log Message:
Added simple makefile.
--- NEW FILE: Makefile ---
CC=gcc
COPTFLAGS=-ansi -Wall -pedantic -O3 -fomit-frame-pointer
CFLAGS=$(COPTFLAGS) -Iinclude -DHAS_POLL -DHAS_FCNTL -DHAS_MSGHDR_FLAGS
OBJS= \
host.o \
list.o \
memory.o \
packet.o \
peer.o \
protocol.o \
unix.o \
win32.o
default: all
all: libenet.a
clean:
-rm -f libenet.a $(OBJS)
libenet.a: $(OBJS)
ar ruv libenet.a $(OBJS)
ranlib libenet.a
- Previous message: [enet-cvs] CVS: enet protocol.c,1.5,1.6
- Next message: [enet-cvs] CVS: enet clean.sh,1.1,NONE gdb.sh,1.1,NONE gprof.sh,1.1,NONE make.sh,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]