📄 makefile.am
字号:
## $Id: Makefile.am,v 1.30 2003/10/16 14:09:39 bagder Exp $#AUTOMAKE_OPTIONS = foreign nostdinc# we use srcdir/include for the static global include files# we use builddir/src for the generated src/config.h file to get found# we use srcdir/lib for the client-private header filesINCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/src -I$(top_srcdir)/srcbin_PROGRAMS = curl #memtestif HAVE_LIBZ# libz available, attempt to compress the help dataMKHELPOPT=-celse# no libz, don't try to compressMKHELPOPT=endif#memtest_SOURCES = memtest.c#memtest_LDADD = $(top_srcdir)/lib/libcurl.lacurl_SOURCES = main.c hugehelp.c urlglob.c writeout.c setup.h \ config-win32.h config-mac.h config-vms.h config-riscos.h \ urlglob.h version.h writeout.h writeenv.c writeenv.h \ getpass.c getpass.hcurl_LDADD = ../lib/libcurl.lacurl_DEPENDENCIES = ../lib/libcurl.laBUILT_SOURCES = hugehelp.cCLEANFILES = hugehelp.cNROFF=@NROFF@EXTRA_DIST = mkhelp.pl curlmsg.msg makefile.dj \ Makefile.vc6 Makefile.b32 Makefile.m32 Makefile.riscos config.h.in \ macos/curl.mcp.xml.sit.hqx \ macos/MACINSTALL.TXT \ macos/src/curl_GUSIConfig.cpp \ macos/src/macos_main.cppMANPAGE=$(top_srcdir)/docs/curl.1README=$(top_srcdir)/docs/MANUALMKHELP=$(top_srcdir)/src/mkhelp.pl# This generates the hugehelp.c filehugehelp.c: $(README) $(MANPAGE) mkhelp.pl rm -f hugehelp.c $(NROFF) -man $(MANPAGE) | $(PERL) $(MKHELP) $(MKHELPOPT) $(README) > hugehelp.c# for distribution, generate an uncompressed help file!dist-hook: chmod 0644 $(distdir)/hugehelp.c $(NROFF) -man $(MANPAGE) | $(PERL) $(MKHELP) $(README) > $(distdir)/hugehelp.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -