📄 makefile.alternate
字号:
# Makefile for ...src/prop/local/Cwellinclude $(CWPROOT)/src/Makefile.configLFLAGS= $(PRELFLAGS) -L$L -lpar -lcwp -lm $(POSTLFLAGS)CPROGS = $B/cshotplotPROGS = $B/cwellLIB = libcwell.aALTARCH = \ shoot.o \ interp.o \ chkcst.o \ raydat.o \ misc.o \ splines.o \ bisect.o \ hwsrc.o \ graphics.oINSTALL: $(LIB) $(PROGS) $(CPROGS) @touch $@$(PROGS): $(FTARGET) $(LIB) $(FC) $(FFLAGS) $(@F).f -o $@ $(LIB) @chmod 755 $@ @echo installing $(@F) in $B$(CPROGS): $(CTARGET) -$(CC) $(CFLAGS) $(@F).c $(LFLAGS) -o $@ @chmod 755 $@ @echo installing $(@F) in $B$(LIB) : $(ALTARCH) $(AR) $(ARFLAGS) $(LIB) $(ALTARCH) $(RANLIB) $(LIB) @-rm *.oremake: @-rm *.a *.o @-touch *.c *.f INSTALL $(MAKE)clean : rm -f *junk* *.a *.o cwell? INSTALL
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -