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

📄 makefile

📁 Path MPICH-V for MPICH the MPI Implementation
💻
字号:
SOURCES= daemonCsched.c causal.c  checkpoint.c  daemoncom.c  elClient.cOBJECTS=$(SOURCES:.c=.o)INCLUDES=daemonCsched.h causal.h  checkpoint.h  daemoncom.h  elClient.h  prototypes.hCFLAGS=-I. -I../ -I../daemon -I../driver -I../utils -I../checkpoint -Wall -g $(DPROF)CC=gccall: libft.a mpirun_protocol.olibft.a: $(OBJECTS)	$(AR) crl libft.a $(OBJECTS)%.o: %.c $(INCLUDES)	$(CC) $(CFLAGS) -o $@ -c $<mpirun_protocol.o: mpirun_protocol.c ../mpirun/include/v2run.h ../mpirun/include/vrun_protocol.h	$(CC) $(CFLAGS) -c mpirun_protocol.c -I../mpirun/includeclean:	rm -f libft.a *.o

⌨️ 快捷键说明

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