head     1.1;
branch   1.1.1;
access   ;
symbols  init:1.1.1.1 vendor:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2006.01.16.11.22.34;  author sctp;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2006.01.16.11.22.34;  author sctp;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@
CC=gcc
CCFLAGS=-g -c
LDFLAGS=-o


all: http10_tcpserver http10_tcpclient

http10_tcpserver: http10_tcpserver.o wrapfunc.o
	$(CC) $(LDFLAGS) http10_tcpserver http10_tcpserver.o wrapfunc.o

http10_tcpclient: http10_tcpclient.o wrapfunc.o
	$(CC) $(LDFLAGS) http10_tcpclient http10_tcpclient.o wrapfunc.o


wrapfunc.o: wrapfunc.c
	$(CC) $(CCFLAGS) wrapfunc.c

http10_tcpserver.o: http10_tcpserver.c
	$(CC) $(CCFLAGS) http10_tcpserver.c

http10_tcpclient.o: http10_tcpclient.c
	$(CC) $(CCFLAGS) http10_tcpclient.c

clean:
	rm -f *.o *~ *.core http10_tcpserver http10_tcpclient

@


1.1.1.1
log
@sctp test cvs
@
text
@@
