Mozilla/mozilla/modules/plugin/makefile.win
warren%netscape.com 358ec9fec4 Fixed clobber to not fail if directory isn't there.
git-svn-id: svn://10.0.0.236/trunk@38594 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 04:20:31 +00:00

48 lines
1.3 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
#//
#//------------------------------------------------------------------------
!if !defined(NGLAYOUT_PLUGINS)
DIRS= public src
!else
DIRS= public nglsrc
!endif
#//------------------------------------------------------------------------
#//
#// 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