make1.lev
来自「已经编译好的levoo程序」· LEV 代码 · 共 57 行
LEV
57 行
FFLAGC = -O -r8opt = profile = obj = lev1ildir = LIBS = ./FFT_LIB/libgpfa.a#LIBS = -lnag ./FFT_LIB/libgpfa.ainput = CFLAGC = FCOMPL = f77CCOMPL = gcc # list of other directories for source files.PREFIXES: ..SUFFIXES:.SUFFIXES: .f .c .s .o .fil.f.o: $(FCOMPL) -c $(ildir) $(FFLAGC) $(opt) $(profile) $<.f.fil: $(FCOMPL) -il $(FFLAGC) $<.s.o: as $<.c.o: $(CCOMPL) -c $(CFLAGC) $(profile) $<OBJECTS = lev1_new.o bastr.o gentr_dos.oINLINE =APPLIC: $(INLINE) $(OBJECTS) $(FCOMPL) $(FFLAGC) $(profile) -o $(obj) $(OBJECTS) $(LIBS)test: @echo START TEST ON $(input) , opt = $(opt) @echo start test on $(input) , opt = $(opt) >> TIME.LOG @date >> TIME.LOG @( time $(obj) < $(input) > $(input).out ) 2>> TIME.LOG @echo - - - - - - - - - - - >> TIME.LOGclean: @rm -f $(INLINE) $(OBJECTS)# include file dependencieslev1.o fft3d.o gentr_dos.o : param.inclev1.o : dos_task.inc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?