Correct PPTP server firewall rules chain.
[tomato/davidwu.git] / release / src / router / rp-l2tp / libevent / Makefile.in
blobf7e81478b2a9839e9776b1f80086ba528cf9170b
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.
10 # LIC: GPL
12 OBJS=event.o event_tcp.o hash.o event_sig.o
13 SRCS=$(OBJS:.o=.c)
14 HDRS=event.h event_tcp.h eventpriv.h hash.h
15 CFLAGS=@CFLAGS@ -I..
17 all: libevent.a
19 libevent.a: $(OBJS)
20 rm -f libevent.a
21 @AR@ -cq libevent.a $(OBJS)
22 @RANLIB@ libevent.a
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
36 clean: FORCE
37 rm -f *.a *.o *~
39 FORCE:
41 .phony: FORCE