equal
deleted
inserted
replaced
14 include $(KERNEL_DIRS_FILE) |
14 include $(KERNEL_DIRS_FILE) |
15 else |
15 else |
16 KERNELDIR = /vol/projekte/msr_messen_steuern_regeln/linux/kernel/2.4.20/include/linux-2.4.20.CX1100-rthal5 |
16 KERNELDIR = /vol/projekte/msr_messen_steuern_regeln/linux/kernel/2.4.20/include/linux-2.4.20.CX1100-rthal5 |
17 RTAIDIR = /vol/projekte/msr_messen_steuern_regeln/linux/kernel/2.4.20/include/rtai-24.1.13 |
17 RTAIDIR = /vol/projekte/msr_messen_steuern_regeln/linux/kernel/2.4.20/include/rtai-24.1.13 |
18 RTLIBDIR = rt_lib |
18 RTLIBDIR = rt_lib |
19 endif |
|
20 |
|
21 ifeq (.depend,$(wildcard .depend)) |
|
22 include .depend |
|
23 endif |
19 endif |
24 |
20 |
25 CFLAGS = -O2 -Wall -Wuninitialized -D__KERNEL__ -DMODULE -DSERIALDEBUG -DMSR_NO_PROC -I$(KERNELDIR)/include -D_RTAI -I$(RTAIDIR)/include -I$(RTLIBDIR)/msr-include |
21 CFLAGS = -O2 -Wall -Wuninitialized -D__KERNEL__ -DMODULE -DSERIALDEBUG -DMSR_NO_PROC -I$(KERNELDIR)/include -D_RTAI -I$(RTAIDIR)/include -I$(RTLIBDIR)/msr-include |
26 |
22 |
27 #Suchpfad für die Dateien aus dem RT-Lib-Verzeichnis |
23 #Suchpfad für die Dateien aus dem RT-Lib-Verzeichnis |
58 |
54 |
59 clean: |
55 clean: |
60 rm -f *.o *~ core .depend |
56 rm -f *.o *~ core .depend |
61 |
57 |
62 #---------------------------------------------------------------- |
58 #---------------------------------------------------------------- |
|
59 |
|
60 ifeq (.depend,$(wildcard .depend)) |
|
61 include .depend |
|
62 endif |
|
63 |
|
64 #---------------------------------------------------------------- |