makefile
来自「Atheros wifi driver source code」· 代码 · 共 35 行
TXT
35 行
## Copyright (c) 2002-2005 Sam Leffler, Errno Consulting# Copyright (c) 2002-2005 Atheros Communications, Inc.# All rights reserved.## $Id: Makefile,v 1.1.1.1 2006/09/12 03:45:24 steven Exp $#DEPTH= ..DESTDIR=CFLAGS= -I. -I${DEPTH} -gOBJS= main.o ah_regdomain.oregdomain: ${OBJS} ${CC} -o regdomain ${CFLAGS} ${OBJS}regtest: test.o ah_regdomain.o ${CC} -o regtest ${CFLAGS} test.o ah_regdomain.o${OBJS} test.o: opt_ah.hah_regdomain.o: ${DEPTH}/ah_regdomain.c ${CC} -c -o ah_regdomain.o ${CFLAGS} ${DEPTH}/ah_regdomain.copt_ah.h: echo "#define AH_DEBUG 1" > opt_ah.h echo "#define AH_ENABLE_AP_SUPPORT 1" >> opt_ah.hinstall:clean: rm -f regdomain regtest test.o ${OBJS} core opt_ah.h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?