国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

makefile模板

2019-11-09 15:39:25
字體:
來源:轉載
供稿:網友
# define the C compiler to useCC = /opt/poky/1.8/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gccSYSROOT_PATH=/home/b46827/fsl-yocto-3.10.53_1.1.0-ga/fsl-image-qt5-wayland/tmp/sysroots/imx6qsabresdCFLAGS =-DLINUX -DEGL_API_FB -march=armv7-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a7 --sysroot=$(SYSROOT_PATH)# define any directories containing header files other than /usr/includeINCLUDES = -I $(SYSROOT_PATH)/usr/src/kernel/include/uapi/		   -I $(SYSROOT_PATH)/usr/src/kernel/include /LFLAGS = -L $(SYSROOT_PATH)/usr/lib# define any libraries to link into executable:LIBS = -lGLESv2 -lEGL -lGLSLC -lGAL -lVDK -ldl -lm# define the C source filesSRCS = cube.c esutil.c# define the C object filesOBJS = $(SRCS:.c=.o)# define the executable fileMAIN = cube .PHONY: depend cleanall:    $(MAIN)	@echo  Simple compiler named simple has been compiled$(MAIN): $(OBJS)	$(CC) $(CFLAGS) -o $(MAIN) $(OBJS) $(LFLAGS) $(LIBS)# this is a suffix replacement rule for building .o's from .c's.c.o:	$(CC) $(CFLAGS) $(INCLUDES) -c $<  -o $@clean:	$(RM) *.o *~ $(MAIN)depend: $(SRCS)	makedepend $(INCLUDES) $^
上一篇:makefile模板2

下一篇:Lua調試工具的選擇

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 延长县| 乃东县| 永宁县| 扶风县| 武义县| 锡林浩特市| 博客| 南京市| 澄迈县| 贡嘎县| 神农架林区| 固阳县| 柘城县| 嘉禾县| 治县。| 大埔区| 镇远县| 麻城市| 西乌珠穆沁旗| 新蔡县| 星子县| 关岭| 永城市| 凯里市| 盐源县| 沧源| 太保市| 阿勒泰市| 达尔| 弥渡县| 大化| 盐池县| 政和县| 五河县| 馆陶县| 石门县| 江北区| 延津县| 商河县| 遂溪县| 大英县|