⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 NIST Net – A Linux-based Network Emulation Tool, It is a raw IP packet filter with many controllable
💻
字号:
# Included distributions:# 1. experimental# 2. normal# 3. pareto# 4. paretonormalinclude ../../Configexperimental_headers= experimental.h experimental.mu.h experimental.sigma.hnormal_headers= normal.h normal.mu.h normal.sigma.hpareto_headers= pareto.h pareto.mu.h pareto.sigma.hparetonormal_headers= paretonormal.h paretonormal.mu.h paretonormal.sigma.hheaders= $(experimental_headers) $(normal_headers) $(pareto_headers) $(paretonormal_headers)ifeq ($(strip $(DISTRIBUTION)),)	DISTRIBUTION= -DUSE_EXPERIMENTAL -DDISTRIBUTION_NAME="\"experimental\""endifCFLAGS= $(DISTRIBUTION) -I../../include -gPROGS= abnormtable countup cumdist erf findrange fixsigma normdist regrandom testnormalall:  $(PROGS)install: regrandom:	regrandom.o 	$(CC) $(CFLAGS) -o regrandom regrandom.o ../random.o -lmstats:	stats.c	$(CC) $(CFLAGS) -o stats stats.c -lmfindrange:	findrange.c	$(CC) $(CFLAGS) -o findrange findrange.c -lmcumdist:	cumdist.c	$(CC) $(CFLAGS) -o cumdist cumdist.c -lmcountup:	countup.c	$(CC) $(CFLAGS) -o countup countup.c -lmclean:	-rm -f *.o $(PROGS)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -