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

📄 makefile.in

📁 Coda分布式文件系统源代码。其特色在于可以支持离线文件操作以及在线后的自动更新
💻 IN
字号:
#ifndef _BLURB_#define _BLURB_#/*##            Coda: an Experimental Distributed File System#                             Release 6##          Copyright (c) 1987-2003 Carnegie Mellon University#                         All Rights Reserved##Permission  to  use, copy, modify and distribute this software and its#documentation is hereby granted,  provided  that  both  the  copyright#notice  and  this  permission  notice  appear  in  all  copies  of the#software, derivative works or  modified  versions,  and  any  portions#thereof, and that both notices appear in supporting documentation, and#that credit is given to Carnegie Mellon University  in  all  documents#and publicity pertaining to direct or indirect use of this code or its#derivatives.##CODA IS AN EXPERIMENTAL SOFTWARE SYSTEM AND IS  KNOWN  TO  HAVE  BUGS,#SOME  OF  WHICH MAY HAVE SERIOUS CONSEQUENCES.  CARNEGIE MELLON ALLOWS#FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION.   CARNEGIE  MELLON#DISCLAIMS  ANY  LIABILITY  OF  ANY  KIND  FOR  ANY  DAMAGES WHATSOEVER#RESULTING DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE  OR  OF#ANY DERIVATIVE WORK.##Carnegie  Mellon  encourages  users  of  this  software  to return any#improvements or extensions that  they  make,  and  to  grant  Carnegie#Mellon the rights to redistribute these changes without encumbrance.#*/##static char *rcsid = "$Header: /coda-src/coda/utils-src/potemkin/ds/Makefile.in,v 1.4 2003/05/23 18:27:59 jaharkes Exp $";#endif /*_BLURB_*/# Coda top level Makefile# Josh RaiffTOPDIR= @top_srcdir@srcdir = @srcdir@VPATH = @srcdir@TOPOBJ= @TOPOBJ@TOPOBJ= @TOPOBJ@include $(TOPDIR)/Makeconf# Makefile for libdsLIBRARIES= libds.aCFILES = ds_hash.c ds_list.c ds_log.c ds_rrlist.c ds_safeq.cOFILES = ds_hash.o ds_list.o ds_log.o ds_rrlist.o ds_safeq.oHEADERS = ds_hash.h ds_list.h ds_log.h ds_rrlist.h ds_safeq.h odytypes.hlibds.a: $(OFILES)include $(TOPDIR)/configs/Makerules

⌨️ 快捷键说明

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