📄 makefilelinux
字号:
include ../includeMakefileLinuxRTLMK=/usr/src/rtlinux/rtlinux-3.1/rtl.mkLNXINC=/lib/modules/`uname -r`/build/includeCC=gcc $(DEBUG)DEFINES =INCLUDES = -I$(LNXINC) -I../include -I../include/linux -I../ArbraCan -I.CFLAGS = -Wall $(DEFINES) $(INCLUDES)OBJS = $(PREFIXE_OBJ)canOpenDriver.o $(PREFIXE_OBJ)timerhw.o# R鑗les implicites.SUFFIXES: .o .c$(PREFIXE_OBJ)%o: %c @echo " " @echo "*********************************************" @echo "**Compilation $< -> $@" @echo "*********************************************" $(CC) -o $@ -c $(CFLAGS) $<all: $(OBJS)clean: -\rm $(OBJS) depend: makedepend -f MakefileLinux -p $(PREFIXE_OBJ) -I../include canOpenDriver.c timerhw.c # DO NOT DELETElnx_canOpenDriver.o: /usr/include/stdio.h /usr/include/features.hlnx_canOpenDriver.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.hlnx_canOpenDriver.o: /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.3/include/stddef.hlnx_canOpenDriver.o: /usr/include/bits/types.h /usr/include/bits/wordsize.hlnx_canOpenDriver.o: /usr/include/bits/typesizes.h /usr/include/libio.hlnx_canOpenDriver.o: /usr/include/_G_config.h /usr/include/wchar.hlnx_canOpenDriver.o: /usr/include/bits/wchar.h /usr/include/gconv.hlnx_canOpenDriver.o: /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.3/include/stdarg.hlnx_canOpenDriver.o: /usr/include/bits/stdio_lim.hlnx_canOpenDriver.o: /usr/include/bits/sys_errlist.h /usr/include/sys/ioctl.hlnx_canOpenDriver.o: /usr/include/bits/ioctls.h /usr/include/asm/ioctls.hlnx_canOpenDriver.o: /usr/include/asm/ioctl.h /usr/include/bits/ioctl-types.hlnx_canOpenDriver.o: /usr/include/sys/ttydefaults.h /usr/include/fcntl.hlnx_canOpenDriver.o: /usr/include/bits/fcntl.h /usr/include/sys/types.hlnx_canOpenDriver.o: /usr/include/time.h /usr/include/signal.hlnx_canOpenDriver.o: /usr/include/bits/sigset.h /usr/include/bits/signum.hlnx_canOpenDriver.o: /usr/include/sys/time.h /usr/include/bits/time.hlnx_canOpenDriver.o: /usr/include/sys/select.h /usr/include/bits/select.hlnx_canOpenDriver.o: /usr/include/unistd.h /usr/include/bits/posix_opt.hlnx_canOpenDriver.o: /usr/include/bits/confname.h ../include/def.hlnx_canOpenDriver.o: ../include/can.h ../include/canOpenDriver.hlnx_canOpenDriver.o: ../include/objacces.h ../include/objdictdef.hlnx_canOpenDriver.o: ../include/timer.hlnx_timerhw.o: /usr/include/sys/time.h /usr/include/features.hlnx_timerhw.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.hlnx_timerhw.o: /usr/include/bits/types.h /usr/include/bits/wordsize.hlnx_timerhw.o: /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.3/include/stddef.hlnx_timerhw.o: /usr/include/bits/typesizes.h /usr/include/time.hlnx_timerhw.o: /usr/include/bits/time.h /usr/include/sys/select.hlnx_timerhw.o: /usr/include/bits/select.h /usr/include/bits/sigset.hlnx_timerhw.o: /usr/include/signal.h /usr/include/bits/signum.hlnx_timerhw.o: ../include/canOpenDriver.h ../include/can.hlnx_timerhw.o: ../include/objdictdef.h ../include/def.h ../include/timer.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -