# $Header: /opt/marks/rp_cvs/fwcomponents/lara_kernel_modules/fpga_protocol/apps/Makefile,v 1.1 2006-06-07 18:45:00 maynard Exp $

.EXPORT_ALL_VARIABLES:

# these variables will be exported to the lower-level makefiles

#CFLAGS = -g -O -Wall -Werror -I$(DRVDIR)/include -I$(APPDIR)/include
#CFLAGS = -O2 -Wall -I$(DRVDIR)/include -I$(APPDIR)/include
CFLAGS = -O2 -Wall -Werror -I$(DRVDIR)/include -I$(APPDIR)/include
CFLAGS += -I$(KERNELDIR)/include
LDFLAGS = -g

BINDIR = $(APPDIR)/bin
LIBDIR = $(APPDIR)/lib

all: sub_dirs

SUB_DIRS := \
	fpd-cim \
	fpd-diagnostics \
	fpd-events \
	fpd-memdump \
	fpd-switch \
	fpd-test \
	fpd-testbd

ifndef TOPDIR
TOPDIR = ..
endif

include $(TOPDIR)/Make.rules
