CDEBUGFLAGS = -g
#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
      SUBDIRS = \
	  areas \
	  b-splines \
	  bundles \
	  color \
	  db \
	  errors \
	  features \
	  getting-started \
	  hlhsr \
	  lighting \
	  lines \
	  markers \
	  modeling \
	  picking \
	  renderers \
	  structures \
	  text \
	  viewing \
	  nameset \
	  toolkits
      
LDLIBS = $(PEXLIB) $(XMULIB) $(XLIB) -lm $(EXTRA_LIBS)

BOOKLIB = libbook.a
BOOKLIB_SRCS = book_utils.c
BOOKLIB_OBJS = book_utils.o

NormalLibraryTarget(book,$(BOOKLIB_OBJS))

LintTarget()

DependTarget()

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
