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

📄 makefile.am

📁 一个功能非常全面的代理服务器源代码程序,
💻 AM
字号:
#  Makefile for storage modules in the Squid Object Cache server##  $Id: Makefile.am,v 1.9 2006/09/09 16:04:38 serassio Exp $#AUTOMAKE_OPTIONS = subdir-objectsif USE_AIOPS_WIN32AIOPS_SOURCE = aufs/aiops_win32.celseAIOPS_SOURCE = aufs/aiops.cendifEXTRA_LIBRARIES = libaufs.a libcoss.a libdiskd.a libnull.a libufs.anoinst_LIBRARIES = @STORE_LIBS@EXTRA_libaufs_a_SOURCES = aufs/aiops.c aufs/aiops_win32.clibaufs_a_SOURCES = $(AIOPS_SOURCE) aufs/async_io.c aufs/store_asyncufs.h \	aufs/store_dir_aufs.c aufs/store_io_aufs.c aufs/async_io.hlibcoss_a_SOURCES = coss/store_coss.h   coss/store_io_coss.c coss/store_dir_coss.c \	coss/async_io.c coss/async_io.hlibdiskd_a_SOURCES = diskd/diskd.c diskd/store_dir_diskd.c diskd/store_diskd.h \	diskd/store_io_diskd.clibnull_a_SOURCES = null/store_null.clibufs_a_SOURCES = ufs/store_dir_ufs.c ufs/store_io_ufs.c ufs/store_ufs.hif NEED_DISKDDISKD = diskd-daemonelseDISKD = endiflibexec_PROGRAMS = $(DISKD)diskd_daemon_SOURCES = diskd/diskd.cLDADD = $(top_builddir)/lib/libmiscutil.a @XTRA_LIBS@EXTRA_DIST = \	coss/coss-notes.txtINCLUDES      = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \	-I$(top_srcdir)/src## targets below to emulate distributed makefilesaufs/all: libaufs.aaufs/clean: cleancoss/all: libcoss.acoss/clean: cleannull/all: libnull.anull/clean: cleanufs/all: libufs.aufs/clean: clean

⌨️ 快捷键说明

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