📄 makefile.in
字号:
## $Id: Makefile.in,v 1.2 1999/10/31 21:15:39 wichert Exp $#srcdir = @srcdir@VPATH = @srcdir@CC = @CC@CPP = @CPP@SHELL = /bin/shDEFS = @DEFS@LDLIBS = @LIBS@CFLAGS = -gLDFLAGS = -gWARNFLAGS = @WARNFLAGS@CPPFLAGS =INCLUDES = -I. -I.. -I$(srcdir)includedir = @includedir@all: ioctlent.h errnoent.h signalent.h syscallent.hioctlent.raw: ioctlent.sh $(SHELL) $(srcdir)/ioctlent.sh $(includedir) >$@ioctlent.h: ioctlent.raw ioctlsort ./ioctlsort >$@ioctlsort: ioctlsort.o $(CC) $(LDFLAGS) ioctlsort.o -o ioctlsortioctlsort.o: ../ioctlsort.c ioctlent.raw $(CC) $(WARNFLAGS) $(DEFS) $(CPPFLAGS) $(INCLUDES) $(CFLAGS) -c $(srcdir)/../ioctlsort.cerrnoent.h: ../errnoent.sh $(includedir)/sys/errno.h $(SHELL) $(srcdir)/../errnoent.sh $(includedir)/sys/errno.h >$@signalent.h: ../signalent.sh $(includedir)/sys/signal.h $(SHELL) $(srcdir)/../signalent.sh $(includedir)/sys/signal.h >$@#syscallent.h: ../syscallent.sh $(includedir)/sys/syscall.hsyscallent.h: $(SHELL) $(srcdir)/../syscallent.sh $(includedir)/sys/syscall.h >$@clean: rm -f ioctlent.c *.raw *.tmp *.o ioctlsortdistclean: clean rm -f Makefilerealclean: distclean rm -f ioctlent.h errnoent.h signalent.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -