?? makefile
字號:
####################################################################### Makefile for PSIpred2 ########################################################################### CC Command to execute C compiler#### CFLAGS Flags to pass to C compiler.INCDIR = .CC = ccCFLAGS = -OLIBS = -lmall: psipred psipass2 seq2mtx pfiltinstall: /bin/cp psipred psipass2 seq2mtx pfilt ../binclean: /bin/rm -f psipred psipass2 seq2mtx pfiltpsipred: sspred_avpred.c ssdefs.h sspred_net.h $(CC) $(CFLAGS) sspred_avpred.c $(LIBS) -o psipredpsipass2: sspred_hmulti.c ssdefs.h sspred_net2.h $(CC) $(CFLAGS) sspred_hmulti.c $(LIBS) -o psipass2seq2mtx: seq2mtx.c $(CC) $(CFLAGS) seq2mtx.c $(LIBS) -o seq2mtxpfilt: pfilt.c $(CC) $(CFLAGS) pfilt.c $(LIBS) -o pfilt
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -