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

📄 makefile.am

📁 prozgui是一款Linxu下著名的下载工具
💻 AM
字号:
#------------------------------------------------------------------------------# Process this file with automake to produce Makefile.in.#------------------------------------------------------------------------------lib_LTLIBRARIES = libprozilla.lalibprozilla_la_SOURCES = \common.h \connect.c connect.h \connection.c connection.h \debug.c debug.h \download.c download.h \ftp.c ftp.h \ftpparse.c ftpparse.h \getopt.c getopt.h \main.c \misc.c misc.h \netrc.c netrc.h \prozilla.h \url.c url.h\http.c http.h\http-retr.c http-retr.h\ftp-retr.c ftp-retr.h\logfile.c logfile.h\ftpsearch.c ftpsearch.h\ping.c ping.h# 0:0:0# 0 -> interface version, changes whenever you change the API# 0 -> changes whenever you make a revision of an interface no#      API changes...# 0 -> changes whenever you change the API but keep it backwards#      compatible (have not removed a function from the API, for#      example...)libprozilla_la_LDFLAGS = -version-info 1:0:1includedir = $(prefix)/includeinclude_HEADERS = prozilla.h netrc.hCPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" -ggdb LIBS            = @LIBS@ $(THREAD_LIBS)

⌨️ 快捷键说明

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