📄 makefile.w32
字号:
###### 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 lcalmswf 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 $(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.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.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.asmDBOBJS = dbsubs.oDBC = dbsubs.cNPSOBJS = plotgen.o lineclip.o zzpoint.o txtlbl.o symvec.o \ rline.o rlinevec.o plotnps.oNPSC = plotgen.c lineclip.c zzpoint.c txtlbl.c symvec.c \ rline.c rlinevec.c plotnps.cXVIGC = plotmsw.c plotgen.c lineclip.c \ symvec.c rline.c rlinevec.c xvigmsw.cXVIGOBJS = plotmsw.o plotgen.o lineclip.o \ symvec.o rline.o rlinevec.o xvigmsw.oclcplt.o: clcplt.c $(CCMP) -DMSDOS -c clcplt.cclctek.o: clctek.c $(CCMP) -DMSDOS -c clctek.clcalpltf: $(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.aplotmsw.o: plotmsw.c $(CCMP) -c -DMSW -I$(XVINC) plotmsw.cxvigmsw.o: xvigmsw.c $(CCMP) -I../../../include -c xvigmsw.clcalmswf: $(FOBJS) $(FPLT) $(CTEK) $(XVIGOBJS) ar cr libcalmswf.a $(LIBORDRB) $(FOBJS) $(FPLT) $(CTEK) $(XVIGOBJS) $(LIBORDEN) ranlib libcalmswf.ainstall: mv lib*.a $(LIBDIR)clean: @$(RM) *.o @$(RM) *.c @$(RM) *.f @$(RM) *.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -