# -*- mode: Makefile; -*-
# ----------------------------------------------------------------------------
# include ../../SETTINGS
include ../../../doc/SETTINGS.COMMON
# ----------------------------------------------------------------------------
# For using the development version of ciaodoc when testing...
# LIBDIR     = /home/clip/Systems/ciaodoc/lib
# CIAODOC    = /home/clip/Systems/ciaodoc/src/ciaodoc
# ----------------------------------------------------------------------------
# FILEPATHS := $(SRC)/doc/reference $(SRC)/shell $(SRC)/ciaoc $(SRC)/engine \
#              $(SRC)/emacs $(SRC)/etc \
# 	     $(FILEPATHS)
FILEPATHS := ..
# Temporary...
#MAINOPTS  := -v $(MAINOPTS)
#COMPOPTS  := -v $(COMPOPTS)
MAIN       = vrml.pl
# The order is very important!
# COMPONENTS = $(REFCOMPONENTS) $(LIBCOMPONENTS) \
#              $(LIBRARYCOMPONENTS) $(UTILCOMPONENTS)
# COMPONENTS = $(REFCOMPONENTS) $(LIBCOMPONENTS) \
#               $(LIBRARYCOMPONENTS) $(UTILCOMPONENTS)

COMPONENTS = $(MAINCOMPONENTS)

MAINCOMPONENTS = \
              ProVRML_intro.pl \
              boundary.pl \
              check.pl \
              dictionary.pl \
              dictionary_tree.pl \
              error.pl \
              field_type.pl \
              field_value.pl \
              field_value_check.pl \
              generator.pl \
              generator_util.pl \
              internal_types.pl \
              io.pl \
              lookup.pl \
              parser.pl \
              parser_util.pl \
              possible.pl \
              tokeniser.pl \
              vrml.pl 

