Files
Mozilla/mozilla/modules/plugin/Makefile
(no author) 6cd4274290 This commit was manufactured by cvs2svn to create branch
'OJI_19980618_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/OJI_19980618_BRANCH@5308 18797224-902f-48f8-a5cc-f745e15eee43
1998-07-10 21:12:20 +00:00

32 lines
1.0 KiB
Makefile

#//------------------------------------------------------------------------
#//
#// Makefile to build the MODULES/OJI 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 src
#//------------------------------------------------------------------------
#//
#// Include the common makefile rules
#//
#//------------------------------------------------------------------------
include $(DEPTH)/config/rules.mk