📄 makefile
字号:
## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -