makefile
来自「开源备份软件源码 AMANDA, the Advanced Marylan」· 代码 · 共 72 行
TXT
72 行
## $Id: makefile,v 1.2 2001/08/10 17:12:22 ant Exp $# Copyright (c) 1997 by Matthew Jacob## This software is free software; you can redistribute it and/or# modify it under the terms of the GNU Library General Public# License as published by the Free Software Foundation; version 2.## This software is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU# Library General Public License for more details.## You should have received a copy of the GNU Library General Public# License along with this software; if not, write to the Free# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.## The author may be reached via electronic communications at## mjacob@feral.com## or, via United States Postal Address## Matthew Jacob# 1831 Castro Street# San Francisco, CA, 94131#CC = cc -qextchk -qlanglvl=ansi -qproto -qmaxmem=3000CC = gccRM = rm -fDEBUG_FLAG =KCFLAGS = $(DEBUG_FLAG) -OCFLAGS = $(DEBUG_FLAG) -OLDF1 = -bI:/lib/kernex.exp -bI:/usr/lib/lowsys.exp#LDF2 = -lsys -lcsysBINS = gscdd defgsc cfggsc ucfggsc tstinqDATA = gsc.catall: ${BINS} ${DATA}gscdd: gscdd.o ${LD} -bl:$@.map -o $@ $@.o -e gsc_config ${LDF1} ${LDF2}gscdd.o: gscdd.c gscdds.h $(CC) $(KCFLAGS) -c gscdd.c -DKERNEL -D_KERNEL -D_IBMR2cfggsc: cfggsc.c $(CC) $(CFLAGS) -o $@ -lodm -lcfg $@.cucfggsc: ucfggsc.c $(CC) $(CFLAGS) -o $@ -lodm -lcfg $@.cdefgsc: defgsc.c $(CC) $(CFLAGS) -o $@ -lodm -lcfg $@.ctstinq: tstinq.c $(CC) $(CFLAGS) -o $@ $@.cgsc.cat: makefile ${RM} /tmp/catalog_tmp echo '$$set 1 Feral Software Generic SCSI Messages' > /tmp/catalog_tmp echo "1 Feral Software Generic SCSI Release 1.0" >> /tmp/catalog_tmp gencat $@ /tmp/catalog_tmp ${RM} /tmp/catalog_tmpclean: @${RM} ${BINS} ${DATA} *.map *.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?