SUBDIRS= libgeom lidquery libvq liblight lifauth lifview


# Note:  These makefiles require the LF_ROOT environment variable
#        to point to the lightfield root directory, which would be
#        the directory above this one.  You can either set the 
#        environment variable in your .cshrc, or put it in the line
#        below.
#
# LF_ROOT=	/u/lucasp/research/lightfield/release

ROOTDIR = $(LF_ROOT)/src
include $(ROOTDIR)/commondefs

#include $(COMMONRULES)

install:	
	$(SUBDIRS_MAKERULE)

$(COMMONTARGS):
	$(SUBDIRS_MAKERULE)


