gecko-dev/modules/plugin/makefile.win

46 строки
1.2 KiB
Plaintext

#//------------------------------------------------------------------------
#//
#// Makefile to build the MODULES\APPLET tree
#//
#//------------------------------------------------------------------------
#//------------------------------------------------------------------------
#//
#// Specify the depth of the current directory relative to the
#// root of NS
#//
#//------------------------------------------------------------------------
DEPTH=..\..
#//------------------------------------------------------------------------
#//
#// Specify any "command" targets. (ie. DIRS, INSTALL_FILES, ...)
#// (these must come before the common makefiles are included)
#//
#// DIRS - There are subdirectories to process
#//
#//------------------------------------------------------------------------
DIRS= public nglsrc default\windows
#//------------------------------------------------------------------------
#//
#// Include the common makefile rules
#//
#//------------------------------------------------------------------------
include <$(DEPTH)\config\rules.mak>
PLUGIN_DIR=\
$(DIST)\bin\plugins \
$(NULL)
$(PLUGIN_DIR):
mkdir $@
export:: $(PLUGIN_DIR)
clobber::
rm -r -f $(DIST)\bin\plugins