makefile
来自「ftam等标准协议服务器和客户端的源代码。」· 代码 · 共 233 行
TXT
233 行
################################################################################ Instructions to Make, for compilation of Management dish################################################################################################################################################################ $Header: /xtel/isode/isode/others/quipu/uips/manage/RCS/Makefile,v 9.0 1992/06/16 12:44:45 isode Rel $### $Log: Makefile,v $# Revision 9.0 1992/06/16 12:44:45 isode# Release 8.0## ################################################################################################################################################################ NOTICE## Acquisition, use, and distribution of this module and related# materials are subject to the restrictions of a license agreement.# Consult the Preface in the User's Manual for the full terms of# this agreement.################################################################################LIBDISH = $(TOPDIR)quipu/dish/libdish.a# sharded options...# LIBDISH = -L$(TOPDIR)quipu/dish -ldishLGNUREADLINE=#LGNUREADLINE= -lreadline -ltermcapLIBES = libmanage.a $(LIBDISH) $(PPDISH) $(LGNUREADLINE) \ $(LIBDSAP) $(LIBISODE) $(LSOCKET)LLIBS = $(TOPDIR)llib-ldsap $(TOPDIR)llib-lisodeCFILES = add_alias.c del_alias.c alias_chk.cOFILES = add_alias.o del_alias.o alias_chk.o \ schema.o ############################################################### Here it is...##############################################################all: dish inst-all: inst-dish manuals # inst-shelldishinstall: inst-all cleanlint: l-dish#################################################################### dish###################################################################inst-dish: $(BINDIR)dish_manage$(BINDIR)dish_manage: xdish -cp $@ zxdish_manage -rm -f $@ cp xdish $@ -@ls -gls $@ -@echo ""dish: xdishxdish: dish.o libmanage.a $(LDCC) $(LDFLAGS) -o $@ dish.o $(LIBES) l-dish: $(CFILES) true $(LINT) $(LFLAGS) $(LLIBS) $(CFILES)dish.o: $(TOPDIR)quipu/dish/dish.c $(CC) $(CFLAGS) -DMANAGE -c $(TOPDIR)quipu/dish/dish.cschema.o: $(TOPDIR)/quipu/schema.c $(CC) $(CFLAGS) -c $(TOPDIR)quipu/schema.cshadow.o: $(TOPDIR)/quipu/shadow.c $(CC) $(CFLAGS) -c $(TOPDIR)quipu/shadow.c############################################################### saber##############################################################saber_src:; #load $(OPTIONS) $(CFILES) #load $(CFLAGS) -DMANAGE -c $(TOPDIR)quipu/dish/dish.c #load libmanage.a ../../../../quipu/dish/libdish.a ../../../../libdsap.a ../../../../libisode.asaber_obj:; #load $(OFILES)#################################################################### libmanage###################################################################inst-libmanage: $(LIBDIR)libmanage.a$(LIBDIR)libmanage.a: libmanage.a -rm -f $@ cp libmanage.a $@ @$(UTILDIR)make-lib.sh $(SYSTEM) $@ -ranlib -@ls -gls $@ -@echo ""libmanage: libmanage.alibmanage.a: managevrsn.o -rm -f $@ @$(UTILDIR)make-lib.sh $(SYSTEM) $(ARFLAGS) $@ $(OFILES) \ managevrsn.o -@echo "QUIPU-MANAGE library built normally"managevrsn.c: $(OFILES) @$(UTILDIR)version.sh manage > $@l-libmanage: $(CFILES) true $(LINT) $(LFLAGS) $(CFILES) managevrsn.c $(LLIBS)#################################################################### shell version of dish...###################################################################inst-shelldish: $(BINDIR)add_alias $(BINDIR)del_alias $(BINDIR)dish$(BINDIR)add_alias: -rm -f $@ ln $(BINDIR)list $@$(BINDIR)del_alias: -rm -f $@ ln $(BINDIR)list $@ $(BINDIR)dish: $(BINDIR)dish_manage -cp $@ zxdish -rm -f $@ cp xdish $@ -@ls -gls $@ -@echo ""############################################################### manuals##############################################################manuals:; echo @$(UTILDIR)inst-man.sh $(MANOPTS) add_alias.1c############################################################### clean##############################################################clean:; rm -f *.ph *.o *.a a.out _* x* z* *.orig \ core managevrsn.cgrind:; iprint Makefile tgrind -lc $(CFILES) @echo $(MANUALS) | \ tr " " "\012" | \ sed -e "s%.*%itroff -man &%" | \ sh -vetrue:;# dependadd_alias.o: ../../../../h/config.hadd_alias.o: ../../../../h/general.hadd_alias.o: ../../../../h/isoaddrs.hadd_alias.o: ../../../../h/logger.hadd_alias.o: ../../../../h/manifest.hadd_alias.o: ../../../../h/psap.hadd_alias.o: ../../../../h/quipu/add.hadd_alias.o: ../../../../h/quipu/attr.hadd_alias.o: ../../../../h/quipu/attrvalue.hadd_alias.o: ../../../../h/quipu/authen.hadd_alias.o: ../../../../h/quipu/commonarg.hadd_alias.o: ../../../../h/quipu/compare.hadd_alias.o: ../../../../h/quipu/config.hadd_alias.o: ../../../../h/quipu/dap.hadd_alias.o: ../../../../h/quipu/ds_error.hadd_alias.o: ../../../../h/quipu/dsp.hadd_alias.o: ../../../../h/quipu/dua.hadd_alias.o: ../../../../h/quipu/entry.hadd_alias.o: ../../../../h/quipu/modify.hadd_alias.o: ../../../../h/quipu/name.hadd_alias.o: ../../../../h/quipu/oid.hadd_alias.o: ../../../../h/quipu/turbo.hadd_alias.o: ../../../../h/quipu/util.halias_chk.o: ../../../../h/config.halias_chk.o: ../../../../h/general.halias_chk.o: ../../../../h/isoaddrs.halias_chk.o: ../../../../h/logger.halias_chk.o: ../../../../h/manifest.halias_chk.o: ../../../../h/psap.halias_chk.o: ../../../../h/quipu/attr.halias_chk.o: ../../../../h/quipu/attrvalue.halias_chk.o: ../../../../h/quipu/authen.halias_chk.o: ../../../../h/quipu/commonarg.halias_chk.o: ../../../../h/quipu/compare.halias_chk.o: ../../../../h/quipu/config.halias_chk.o: ../../../../h/quipu/dap.halias_chk.o: ../../../../h/quipu/ds_error.halias_chk.o: ../../../../h/quipu/ds_search.halias_chk.o: ../../../../h/quipu/dsp.halias_chk.o: ../../../../h/quipu/entry.halias_chk.o: ../../../../h/quipu/name.halias_chk.o: ../../../../h/quipu/oid.halias_chk.o: ../../../../h/quipu/read.halias_chk.o: ../../../../h/quipu/turbo.halias_chk.o: ../../../../h/quipu/util.hdel_alias.o: ../../../../h/config.hdel_alias.o: ../../../../h/general.hdel_alias.o: ../../../../h/isoaddrs.hdel_alias.o: ../../../../h/logger.hdel_alias.o: ../../../../h/manifest.hdel_alias.o: ../../../../h/psap.hdel_alias.o: ../../../../h/quipu/attr.hdel_alias.o: ../../../../h/quipu/attrvalue.hdel_alias.o: ../../../../h/quipu/authen.hdel_alias.o: ../../../../h/quipu/commonarg.hdel_alias.o: ../../../../h/quipu/compare.hdel_alias.o: ../../../../h/quipu/config.hdel_alias.o: ../../../../h/quipu/dap.hdel_alias.o: ../../../../h/quipu/ds_error.hdel_alias.o: ../../../../h/quipu/dsp.hdel_alias.o: ../../../../h/quipu/entry.hdel_alias.o: ../../../../h/quipu/modify.hdel_alias.o: ../../../../h/quipu/name.hdel_alias.o: ../../../../h/quipu/oid.hdel_alias.o: ../../../../h/quipu/remove.hdel_alias.o: ../../../../h/quipu/turbo.hdel_alias.o: ../../../../h/quipu/util.h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?