# # $copyright # # $Author$ # $DateTime$ # $Id$ # ###################################################################### # # Makefile # # Required variables: # # # Optional variables: # OUTPUTDIR - The output directory. # VERBOSE - Display verbose output # MINIMIZE - Minimize javascript and css files # MISSING_STRINGS_ONLY - Include only missing strings in the generated string resource files. # The missing strings will be in the default language. # ###################################################################### # Defaults DEFAULT_OUTPUTDIR = ../build/local/ustatic ifndef OUTPUTDIR OUTPUTDIR = $(DEFAULT_OUTPUTDIR) endif # Allow stylus directory override ifndef STYLUSDIR STYLUSDIR = $(ROOTDIR)/../../../../../../tools/node/rainier_sim/node_modules/stylus/bin endif # Define file lists FILES = STATIC_FILES = \ eula include ../Makefile.build