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

File: [CENS] / misc / emlog / Makefile (download)
Revision: 1.4, Mon Aug 13 20:03:16 2001 UTC (8 years, 3 months ago) by jelson
Branch: MAIN
Changes since 1.3: +6 -2 lines
Added a CFLAGS variable and a rule for the new 'nbcat' utility

KERNEL_HOME := /usr/src/linux
CFLAGS := -O2 -Wall

default: emlog.o nbcat

clean:
	rm -f *.o

emlog.o: emlog.c emlog.h
	gcc $(CFLAGS) -c -I$(KERNEL_HOME)/include -D__KERNEL__ -DMODULE emlog.c

nbcat: nbcat.c
	gcc $(CFLAGS) -o nbcat nbcat.c

CENS CVS Mailing List
Powered by
ViewCVS 0.9.2