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

📄 makefile.osx

📁 gsac程序包
💻 OSX
字号:
######	Makefile for CALPLOT/src/cmd##	Uncomment the region for your machine#	Indicate the plot drivers to be compiled############	LINUX RedHat 5.0 EGCS Compilers#####FCMP          = g77 CCMP          = gcc LINK          = gcc RM            = rm -f MV            = mv FPLT          = clfplt.oCPLT          = dfsubs.o clcplt.oCTEK          = dfsubs.o clctek.oLDFLAGS       = XVINC         =../XVIG/includeLIBDIR        =../../../libLIBORDRB     = LIBORDEN     = .f.o:	$(FCMP) -c $<.c.o:	$(CCMP) -c $<all: lcalpltf lcaltekf lcalxvigf install cleandocp:	cd ../clib; cp clctek.c ../flib.unx ; cd ../flib.unx	cd ../clib; cp clcplt.c ../flib.unx ; cd ../flib.unx	cd ../clib; cp grd.c ../flib.unx ; cd ../flib.unx	cd ../clib; cp ponintr.c ../flib.unx ; cd ../flib.unx	cd ../flib; cp *.c ../flib.unx ; cd ../flib.unx	cd ../flib; cp *.f ../flib.unx ; cd ../flib.unx	cd ../cmd; cp $(TEKC) ../flib.unx ; cd ../flib.unx	cd ../cmd; cp $(DBC) ../flib.unx ; cd ../flib.unx	cd ../cmd; cp $(NPSC) ../flib.unx ; cd ../flib.unx	cd ../cmd; cp $(XVIGC) ../flib.unx ; cd ../flib.unx	cd ../cmd; cp *subs.c ../flib.unx ; cd ../flib.unx	cd ../include; cp *.h ../flib.unx ; cd ../flib.unx#	cd ../cmd; cp $(PCC) ../flib.unx ; cd ../flib.unx#	make -f Makefile allMAKEFILE = MakefileFOBJS = \	gunit.o gfont.o gwidth.o axis.o    \	cross.o factor.o frame.o  gptext.o line.o     \	newpen.o number.o  pend.o pinit.o  plots.o \	plot.o gmove.o gcont.o  scale.o  symbol.o where.o \	algaxe.o curuxy.o pltlog.o pltscl.o   \	plotd.o lined.o pltlgd.o shdsei.o shadep.o \	shader.o shadet.o dpsubs.o pinitf.o \	gclip.o ginfo.o gcursor.o gmesg.o gread.o grd.o gcontrol.oFSRC = \	gunit.f gfont.f gwidth.f axis.f    \	cross.f factor.f frame.f  gptext.f line.f     \	newpen.f number.f  pend.f pinit.f  plots.f \	plot.f  scale.f  symbol.f where.f \	algaxe.f curuxy.f pltlog.f pltscl.f   \	plotd.f lined.f pltlgd.f shdsei.f shadep.f \	shader.f shadet.f dpsubs.f pinitf.f \	gclip.f ginfo.f gcursor.f gmesg.f gread.f gcontrol.fPCOBJS = plotpc.o plotgen.o lineclip.o  \		symvec.o rline.o egaout.o herc.o #PCC = plotpc.c plotgen.c lineclip.c  \#	symvec.c rline.c egaout.asm herc.asmTEKC = plot4014.c plotgen.c lineclip.c  zzpoint.c txtlbl.c \		symvec.c rline.c rlinevec.cDBOBJS = dbsubs.oDBC = dbsubs.cNPSOBJS = plotgen.o lineclip.o  zzpoint.o txtlbl.o symvec.o \	rline.o rlinevec.o plotnps.o4014OBJS = plotgen.o lineclip.o txtlbl.o  zzpoint.o  symvec.o \	rline.o rlinevec.o plot4014.oNPSC = plotgen.c lineclip.c  zzpoint.c txtlbl.c symvec.c \	rline.c rlinevec.c plotnps.cXVIGC = plotxvig.c            plotgen.c lineclip.c  \        symvec.c rline.c           rlinevec.cXVIGOBJS = plotxvig.o            plotgen.o lineclip.o  \        symvec.o rline.o           rlinevec.oclean:	@$(RM) *.o	@$(RM) *.c	@$(RM) *.f	@$(RM) *.hlcalpltf:	$(FOBJS) $(FPLT) $(CPLT) ponintr.o	ar cr libcalpltf.a $(LIBORDRB)  $(FOBJS) $(FPLT) $(CPLT)  ponintr.o $(LIBORDEN) 	ranlib libcalpltf.alcaldbgf:	$(FOBJS) $(FPLT) $(CPLT) $(DBOBJS)	ar cr libcaldbgf.a $(LIBORDRB) $(FOBJS) $(FPLT) $(CPLT) $(DBOBJS) $(LIBORDEN)	ranlib libcaldbgf.alcaltekf:	$(FOBJS) $(FPLT) $(CTEK) $(4014OBJS)	ar cr libcaltekf.a $(LIBORDRB) $(FOBJS) $(FPLT) $(CTEK) $(4014OBJS) $(LIBORDEN)	ranlib libcaltekf.aplotxvig.o:	plotxvig.c	$(CCMP) -c -I$(XVINC) plotxvig.clcalxvigf:	$(FOBJS) $(FPLT) $(CTEK) $(XVIGOBJS)	ar cr libcalxvigf.a $(LIBORDRB) $(FOBJS) $(FPLT) $(CTEK) $(XVIGOBJS) $(LIBORDEN)	ranlib libcalxvigf.ainstall:	mv lib*.a $(LIBDIR)

⌨️ 快捷键说明

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