CDIR= # An example of CDIR is, if you have installed it in /home/user/XtratuM # CDIR must point to /home/user XtratuM_DIR=$(CDIR)/XtratuM LINUX_DIR= ARCH=i386 LIBGCC = `gcc -print-libgcc-file-name` CFLAGS= -D__KERNEL__ -Wall -Wstrict-prototypes -Wno-trigraphs \ -Wno-strict-aliasing -O2 -DXtratuM_DEBUG \ -fomit-frame-pointer -I$(XtratuM_DIR)/include -I$(LINUX_DIR)/include