📄 makefile
字号:
#MakefileCPP=c++OPT=-OWARN=-Wall -W -Wno-long-long -Wno-unused -ansiCFLAG=$(OPT) $(WARN) -DQT_THREAD_SUPPORT -D_REENTRANTLIBS=-L$(QTDIR)/lib -lqt-mt -lpthreadMOC=$(QTDIR)/bin/mocINC=-I../ -I$(QTDIR)/include -I../bnf -I./ -I../cert_testMLIB=$(CPP) $(CFLAG) $(INC) -cMPROG=$(CPP) $(CFLAG) $(INC) *.o stests/*.o bnf/*.o $(LIBS)OBJS=sipb_stest.o sipbst_sendrecv.o sipbst_garbage.o sipbst_random.o\ sipb_stests.o \ sipbst_grammsip.o sipbst_opt_val.o sipbst_opt_bad1.o sipbst_reg_val.o\ sipbst_reg_mcont.o sipbst_reg_exp.o sipbst_reg_del.o sipbst_reg_mcexp.o\ sipbst_reg_mcdel.o sipbst_reg_cseq.o sipbst_opt_req.o sipbst_opt_totag.o\ sipbst_invsval_caller.o sipbst_invsval_callee.o\ sipb_bnftools.o md5.o sipb_md5.oall: $(OBJS) .cpp.o: $(MLIB) $< -o $@.c.o: gcc -c $< -o $@clean: rm -f core a.out *.o *.a sipb_main
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -