(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.5, Mon Aug 13 20:28:45 2001 UTC (8 years, 3 months ago) by jelson
Branch: MAIN
CVS Tags: emlog_040, HEAD
Changes since 1.4: +7 -3 lines
minor cleanup

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

DEFAULT_TARGETS := emlog.o nbcat

########

default: $(DEFAULT_TARGETS)

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

clean:
	rm -f $(DEFAULT_TARGETS)

CENS CVS Mailing List
Powered by
ViewCVS 0.9.2