makefile
来自「ftam等标准协议服务器和客户端的源代码。」· 代码 · 共 225 行
TXT
225 行
############################################################################### Instructions to Make, for compilation of ISODE QUIPU Directory Server################################################################################################################################################################ $Header: /xtel/isode/isode/others/quipu/uips/sd/RCS/Makefile,v 9.0 1992/06/16 12:45:08 isode Rel $### $Log: Makefile,v $# Revision 9.0 1992/06/16 12:45:08 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.################################################################################LIBES = $(TOPDIR)libdsap.a $(TOPDIR)libisode.aLLIBS = $(TOPDIR)llib-ldsap $(TOPDIR)llib-lisodeCFILES = y.tab.c calls.c main.c widget.c help.c sequence.c filt.cOFILES = y.tab.o calls.o main.o widget.o help.o sequence.o filt.oYFILES = conf_read.yCURSES = -lcurses -ltermcap YFLAGS = -d############################################################### Here it is...##############################################################all: sdinst-all: inst-sd manuals help configinstall: inst-all cleanlint: l-sd#################################################################### sd###################################################################inst-sd: $(BINDIR)sd -mkdir $(ETCDIR)sd$(BINDIR)sd: xsd -cp $@ zxsd -rm -f $@ cp xsd $@ -@ls -gls $@ -@echo ""sd: xsdxsd: $(OFILES) $(LIBES) $(LDCC) $(LDFLAGS) -o $@ $(OFILES) $(LIBDSAP) $(LIBISODE) $(CURSES) \ $(LSOCKET)l-sd: $(CFILES) true $(LINT) $(LFLAGS) $(LLIBS) -lcurses $(CFILES) \ | grep -v "warning: possible pointer alignment problem"help.o: help.c $(CC) $(CFLAGS) -c -DETCDIR=\"$(ETCDIR)\" help.cy.tab.c y.tab.h: conf_read.y yacc $(YFLAGS) conf_read.y################################################################# config files################################################################config:; -mkdir $(ETCDIR)sd/duaconfig cp -r sd/duaconfig/* $(ETCDIR)sd/duaconfig -@echo ""################################################################# manual pages################################################################MANUALS = sd.1c sd.5manuals:; @$(UTILDIR)inst-man.sh $(MANOPTS) $(MANUALS) -@echo ""############################################################### help##############################################################help: -mkdir $(ETCDIR)sd/helpdir cp sd/helpdir/* $(ETCDIR)sd/helpdir -@echo ""############################################################### clean##############################################################clean:; rm -f *.ph *.o *.a a.out _* x* z* *.orig y.tab.* \ core $(CLEANSTRINGS)grind:; iprint Makefile tgrind -lc $(CFILES) @echo $(MANUALS) | \ tr " " "\012" | \ sed -e "s%.*%itroff -man &%" | \ sh -vetrue:;# DO NOT DELETE THIS LINE# Dependencies followcalls.o: ../../../../h/config.hcalls.o: ../../../../h/general.hcalls.o: ../../../../h/isoaddrs.hcalls.o: ../../../../h/logger.hcalls.o: ../../../../h/manifest.hcalls.o: ../../../../h/psap.hcalls.o: ../../../../h/quipu/abandon.hcalls.o: ../../../../h/quipu/add.hcalls.o: ../../../../h/quipu/attr.hcalls.o: ../../../../h/quipu/attrvalue.hcalls.o: ../../../../h/quipu/authen.hcalls.o: ../../../../h/quipu/bind.hcalls.o: ../../../../h/quipu/common.hcalls.o: ../../../../h/quipu/commonarg.hcalls.o: ../../../../h/quipu/compare.hcalls.o: ../../../../h/quipu/config.hcalls.o: ../../../../h/quipu/dap.hcalls.o: ../../../../h/quipu/ds_error.hcalls.o: ../../../../h/quipu/ds_search.hcalls.o: ../../../../h/quipu/dsp.hcalls.o: ../../../../h/quipu/entry.hcalls.o: ../../../../h/quipu/list.hcalls.o: ../../../../h/quipu/modify.hcalls.o: ../../../../h/quipu/modifyrdn.hcalls.o: ../../../../h/quipu/name.hcalls.o: ../../../../h/quipu/oid.hcalls.o: ../../../../h/quipu/read.hcalls.o: ../../../../h/quipu/remove.hcalls.o: ../../../../h/quipu/util.hcalls.o: ../../../../h/tailor.hcalls.o: ../../../../h/usr.dirent.hcalls.o: ./calls.hcalls.o: ./filt.hcalls.o: ./sequence.hcalls.o: ./wdgtdefs.hcalls.o: ./widget.hcalls.o: y.tab.hfilt.o: ../../../../h/config.hfilt.o: ../../../../h/general.hfilt.o: ../../../../h/isoaddrs.hfilt.o: ../../../../h/logger.hfilt.o: ../../../../h/manifest.hfilt.o: ../../../../h/psap.hfilt.o: ../../../../h/quipu/abandon.hfilt.o: ../../../../h/quipu/add.hfilt.o: ../../../../h/quipu/attr.hfilt.o: ../../../../h/quipu/attrvalue.hfilt.o: ../../../../h/quipu/authen.hfilt.o: ../../../../h/quipu/bind.hfilt.o: ../../../../h/quipu/common.hfilt.o: ../../../../h/quipu/commonarg.hfilt.o: ../../../../h/quipu/compare.hfilt.o: ../../../../h/quipu/config.hfilt.o: ../../../../h/quipu/dap.hfilt.o: ../../../../h/quipu/ds_error.hfilt.o: ../../../../h/quipu/ds_search.hfilt.o: ../../../../h/quipu/dsp.hfilt.o: ../../../../h/quipu/entry.hfilt.o: ../../../../h/quipu/list.hfilt.o: ../../../../h/quipu/modify.hfilt.o: ../../../../h/quipu/modifyrdn.hfilt.o: ../../../../h/quipu/name.hfilt.o: ../../../../h/quipu/oid.hfilt.o: ../../../../h/quipu/read.hfilt.o: ../../../../h/quipu/remove.hfilt.o: ../../../../h/quipu/util.hfilt.o: ./filt.hfilt.o: y.tab.hhelp.o: ../../../../h/config.hhelp.o: ../../../../h/general.hhelp.o: ../../../../h/logger.hhelp.o: ../../../../h/manifest.hhelp.o: ../../../../h/quipu/config.hhelp.o: ../../../../h/quipu/util.hhelp.o: ../../../../h/tailor.hhelp.o: ./sequence.hmain.o: ../../../../h/config.hmain.o: ../../../../h/general.hmain.o: ../../../../h/logger.hmain.o: ../../../../h/manifest.hmain.o: ../../../../h/quipu/config.hmain.o: ../../../../h/quipu/util.hmain.o: ./widget.hsequence.o: ./sequence.hsymtab.o: ./symtab.hwidget.o: ./widget.hy.tab.o: ../../../../h/config.hy.tab.o: ../../../../h/general.hy.tab.o: ../../../../h/isoaddrs.hy.tab.o: ../../../../h/manifest.hy.tab.o: ../../../../h/psap.hy.tab.o: ../../../../h/quipu/attr.hy.tab.o: ../../../../h/quipu/attrvalue.hy.tab.o: ../../../../h/quipu/authen.hy.tab.o: ../../../../h/quipu/commonarg.hy.tab.o: ../../../../h/quipu/dap.hy.tab.o: ../../../../h/quipu/ds_error.hy.tab.o: ../../../../h/quipu/ds_search.hy.tab.o: ../../../../h/quipu/dsp.hy.tab.o: ../../../../h/quipu/name.hy.tab.o: ../../../../h/quipu/oid.hy.tab.o: ./filt.h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?