(file) Return to Makefile CVS log (file) Jump to this file's LXR Page (dir) Up to [CENS] / misc / emlog

 1 jelson 1.3 KERNEL_HOME := /usr/src/linux
 2 jelson 1.4 CFLAGS := -O2 -Wall
 3 jelson 1.3 
 4 jelson 1.4 default: emlog.o nbcat
 5 jelson 1.1 
 6 jelson 1.2 clean:
 7            	rm -f *.o
 8            
 9 jelson 1.1 emlog.o: emlog.c emlog.h
10 jelson 1.4 	gcc $(CFLAGS) -c -I$(KERNEL_HOME)/include -D__KERNEL__ -DMODULE emlog.c
11            
12            nbcat: nbcat.c
13            	gcc $(CFLAGS) -o nbcat nbcat.c

CENS CVS Mailing List
Powered by
ViewCVS 0.9.2