makefile

来自「usb develop guide」· 代码 · 共 55 行

TXT
55
字号
TARGNAME = USB-guideCOMPONENTS = USB-guide.sgml usbintro.sgml install.sgml using.sgml \		userfaq.sgmlHTML_COMPONENTS = usbcore.gif descr.gif  topo.gif $(COMPONENTS)PAPER_COMPONENTS =  usbcore.eps descr.eps  topo.eps $(COMPONENTS)#DOCUMENTS =  $(TARGNAME).html $(TARGNAME).txt $(TARGNAME).dvi $(TARGNAME).psDOCUMENTS =  $(TARGNAME).html $(TARGNAME).psCLEANSTUFF = *~ \\\#*\# *.log *.toc *.auxDISTCLEANSTUFF = $(CLEANSTUFF) core *.bakREALCLEANSTUFF = *.ps *.dvi *.tex *.html *.info *.txt $ *.eps *.gif $(DISTCLEANSTUFF)SGMLTOOLS = sgmltools#SGMLTOOLS = nsgmls -c /usr/share/sgml/CATALOG.docbk31 -svSGMLOPTS = FIG2GIF =  fig2dev -L gifFIG2EPS =  fig2dev -L psall: $(DOCUMENTS)%.gif: %.fig	$(FIG2GIF) $^ $*.gif%.eps: %.fig	$(FIG2EPS) $^ $*.eps$(TARGNAME).html: $(HTML_COMPONENTS)	$(SGMLTOOLS) -b html $(SGMLOPTS) $(TARGNAME).sgml ;\	mv -f $(TARGNAME)/*.html . ;\	rmdir $(TARGNAME)%.txt: $(COMPONENTS)	$(SGMLTOOLS) -b txt $(SGMLOPTS) $^$(TARGNAME).dvi: $(PAPER_COMPONENTS)	$(SGMLTOOLS) -b dvi $(SGMLOPTS) $(TARGNAME).sgml$(TARGNAME).ps: $(PAPER_COMPONENTS)	$(SGMLTOOLS) -b ps $(SGMLOPTS) $(TARGNAME).sgmlclean:	rm -f $(CLEANSTUFF)distclean:	rm -f $(DISTCLEANSTUFF)realclean:	rm -f $(REALCLEANSTUFF)

⌨️ 快捷键说明

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