⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 linux下的pppoe拨号程序源代码; 不错的开源代码
💻 IN
字号:
# Generated automatically from Makefile.in by configure.# $Id: Makefile.in,v 1.3 2002/04/09 17:28:40 dfs Exp $## Makefile for event-handling library## Copyright 2002 Roaring Penguin Software Inc.## This software may be distributed according to the terms of the GNU# General Public License, version 2 or (at your option) any later version.# LIC: GPLOBJS=event.o event_tcp.o hash.o event_sig.oSRCS=$(OBJS:.o=.c)HDRS=event.h event_tcp.h eventpriv.h hash.hCFLAGS=@CFLAGS@ -I..all: libevent.alibevent.a: $(OBJS)	rm -f libevent.a	ar -cq libevent.a $(OBJS)	@RANLIB@ libevent.aevent.o: event.c $(HDRS)	gcc $(CFLAGS) -c -o event.o event.chash.o: hash.c $(HDRS)	gcc $(CFLAGS) -c -o hash.o hash.cevent_sig.o: event_sig.c $(HDRS)	gcc $(CFLAGS) -c -o event_sig.o event_sig.cevent_tcp.o: event_tcp.c $(HDRS)	gcc $(CFLAGS) -c -o event_tcp.o event_tcp.cclean: FORCE	rm -f *.a *.o *~FORCE:.phony: FORCE

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -