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

📄 makefile.in

📁 linux subdivision ying gai ke yi le ba
💻 IN
字号:
## neon source directory Makefile# # Use the NEON_NORMAL_BUILD or NEON_LIBTOOL_BUILD autoconf # macros to set up this Makefile correctly.#SHELL = @SHELL@# Installation pathsprefix = @prefix@exec_prefix = @exec_prefix@libdir = @libdir@# Build pathsVPATH = @srcdir@top_builddir = ..top_srcdir = @top_srcdir@# Toolchain settings.CC = @CC@AR = @AR@RANLIB = @RANLIB@LIBTOOL = @LIBTOOL@# FlagsCPPFLAGS = @DEFS@ @CPPFLAGS@CFLAGS = @CFLAGS@ @NEON_CFLAGS@LDFLAGS = @LDFLAGS@NEON_LINK_FLAGS = @NEON_LINK_FLAGS@# Note: don't substitute @LIBS@ in here; during a bundled# build of this directory, @LIBS@ may include -lneon.LIBS = @NEON_LIBS@ @NEON_LTLIBS@COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS)LINK = $(LIBTOOL) --quiet --mode=link $(CC) $(LDFLAGS)NEON_BASEOBJS = ne_request.@NEON_OBJEXT@ ne_session.@NEON_OBJEXT@ 	    \	ne_basic.@NEON_OBJEXT@  ne_string.@NEON_OBJEXT@ 		    \	ne_uri.@NEON_OBJEXT@ ne_dates.@NEON_OBJEXT@ ne_alloc.@NEON_OBJEXT@  \	ne_md5.@NEON_OBJEXT@ ne_utils.@NEON_OBJEXT@    \	ne_socket.@NEON_OBJEXT@ ne_auth.@NEON_OBJEXT@ 			    \	ne_cookies.@NEON_OBJEXT@ ne_redirect.@NEON_OBJEXT@		    \	ne_compress.@NEON_OBJEXT@NEON_DAVOBJS = $(NEON_BASEOBJS) \	ne_207.@NEON_OBJEXT@ ne_xml.@NEON_OBJEXT@ \	ne_props.@NEON_OBJEXT@ ne_locks.@NEON_OBJEXT@OBJECTS = @NEONOBJS@ @NEON_EXTRAOBJS@.SUFFIXES:.SUFFIXES: .c .lo .oNEON_TARGET = @NEON_TARGET@# Thanks to gettext for this neat trick.all: all-@NEON_BUILD_BUNDLED@all-yes: $(NEON_TARGET)all-no:	@echo "Bundled neon build not being used.".c.lo:	$(LIBTOOL) --quiet --mode=compile $(COMPILE) -c $< -o $@.c.o:	$(COMPILE) -c $< -o $@libneon.la: $(OBJECTS)	$(LINK) -rpath $(libdir) $(NEON_LINK_FLAGS) -o $@ $(OBJECTS) $(LIBS)libneon.a: $(OBJECTS)	$(AR) cru $@ $(OBJECTS)	$(RANLIB) $@clean:	rm -f $(NEON_TARGET) *.o *.lo	rm -rf .libsc++.c:	find . -name ne_\*.h -print | sed 's/.*/#include "&"/;/ne_private/d' > $@	echo "int main(void) {}" >> $@check-c++: c++.c	c++ -I. c++.ccheck-incl:	@for f in ne_*.h; do \	 echo Checking $$f...; \	 echo "#include \"$$f\"" > checkincl.c; \	 $(COMPILE) -c checkincl.c -o checkincl.o || exit 1; doneneonreq = ne_request.h ne_session.h ne_utils.h ne_string.h ne_socket.h \	ne_alloc.h $(top_builddir)/config.h ne_private.hne_request.@NEON_OBJEXT@: ne_request.c $(neonreq) ne_i18n.h ne_private.h \	ne_uri.hne_session.@NEON_OBJEXT@: ne_session.c ne_session.h ne_alloc.h \	ne_utils.h ne_private.h $(top_builddir)/config.hne_openssl.@NEON_OBJEXT@: ne_openssl.c ne_session.h ne_ssl.h ne_privssl.h \	ne_private.h $(top_builddir)/config.hne_socket.@NEON_OBJEXT@: ne_socket.c ne_socket.h $(top_builddir)/config.h \	ne_privssl.h ne_string.hne_auth.@NEON_OBJEXT@: ne_auth.c ne_auth.h $(neonreq) \	ne_dates.h ne_md5.h ne_uri.h ne_basic.@NEON_OBJEXT@: ne_basic.c ne_basic.h $(neonreq)ne_utils.@NEON_OBJEXT@: ne_utils.c $(top_builddir)/config.h \	ne_utils.h ne_dates.hne_xml.@NEON_OBJEXT@: ne_xml.c ne_xml.h ne_string.h ne_utils.h \	$(top_builddir)/config.hne_207.@NEON_OBJEXT@: ne_207.c ne_207.h ne_xml.h \	$(top_builddir)/config.h ne_utils.h ne_i18n.hne_string.@NEON_OBJEXT@: ne_string.c ne_string.h ne_alloc.h \	$(top_builddir)/config.hne_alloc.@NEON_OBJEXT@: ne_alloc.c ne_alloc.h $(top_builddir)/config.hne_dates.@NEON_OBJEXT@: ne_dates.c ne_dates.h $(top_builddir)/config.hne_uri.@NEON_OBJEXT@: ne_uri.c ne_uri.h ne_utils.h ne_string.h ne_alloc.h \	$(top_builddir)/config.hne_md5.@NEON_OBJEXT@: ne_md5.c ne_md5.h $(top_builddir)/config.hne_props.@NEON_OBJEXT@: ne_props.c $(top_builddir)/config.h \	ne_props.h ne_207.h ne_xml.h $(neonreq)ne_locks.@NEON_OBJEXT@: ne_locks.c $(neonreq) ne_locks.h ne_207.h ne_xml.hne_redirect.@NEON_OBJEXT@: ne_redirect.c $(neonreq) ne_redirect.h \	ne_uri.h ne_private.hne_cookies.@NEON_OBJEXT@: ne_cookies.c $(neonreq) ne_cookies.h ne_uri.h \	ne_private.hne_compress.@NEON_OBJEXT@: ne_compress.c $(neonreq) ne_compress.hne_acl.@NEON_OBJEXT@: ne_acl.c ne_acl.h $(neonreq)

⌨️ 快捷键说明

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