1 # Generated automatically from Makefile.in by configure.
2 # $Id: Makefile.in,v 1.1.48.1 2005/08/08 12:05:25 honor Exp $
4 # Makefile for event-handling library
6 # Copyright 2002 Roaring Penguin Software Inc.
8 # This software may be distributed according to the terms of the GNU
9 # General Public License, version 2 or (at your option) any later version.
12 OBJS
=event.o event_tcp.o hash.o event_sig.o
14 HDRS
=event.h event_tcp.h eventpriv.h hash.h
21 @AR@
-cq libevent.a
$(OBJS
)
24 event.o
: event.c
$(HDRS
)
25 @CC@
$(CFLAGS
) -c
-o event.o event.c
27 hash.o
: hash.c
$(HDRS
)
28 @CC@
$(CFLAGS
) -c
-o hash.o hash.c
30 event_sig.o
: event_sig.c
$(HDRS
)
31 @CC@
$(CFLAGS
) -c
-o event_sig.o event_sig.c
33 event_tcp.o
: event_tcp.c
$(HDRS
)
34 @CC@
$(CFLAGS
) -c
-o event_tcp.o event_tcp.c