зеркало из https://github.com/mozilla/pjs.git
bug 76602, sr=cls, r=edburns. modules/plugin rearranging, in preparation for old
file location cvs removal.
This commit is contained in:
Родитель
60cb295f11
Коммит
1697baacce
|
@ -348,11 +348,11 @@ modules/oji/src/Makefile
|
|||
|
||||
MAKEFILES_plugin="
|
||||
modules/plugin/Makefile
|
||||
modules/plugin/nglsrc/Makefile
|
||||
modules/plugin/public/Makefile
|
||||
modules/plugin/test/Makefile
|
||||
modules/plugin/SanePlugin/Makefile
|
||||
modules/plugin/default/unix/Makefile
|
||||
modules/plugin/base/src/Makefile
|
||||
modules/plugin/base/public/Makefile
|
||||
modules/plugin/samples/simple/Makefile
|
||||
modules/plugin/samples/SanePlugin/Makefile
|
||||
modules/plugin/samples/default/unix/Makefile
|
||||
"
|
||||
|
||||
MAKEFILES_access_builtin="
|
||||
|
|
|
@ -26,16 +26,16 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = public nglsrc
|
||||
DIRS = base/public base/src
|
||||
|
||||
# These subdirs rely on GTK libraries and header files, it is not
|
||||
# buildable on other non-GTK unix builds
|
||||
|
||||
ifdef MOZ_ENABLE_GTK
|
||||
DIRS += default/unix
|
||||
DIRS += samples/default/unix
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += test
|
||||
DIRS += samples/simple
|
||||
endif
|
||||
|
||||
endif
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
|
||||
DEPTH = ..\..\..
|
||||
DEPTH = ..\..\..\..
|
||||
|
||||
MODULE = plugin
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#
|
||||
# Contributor(s):
|
||||
|
||||
DEPTH=..\..\..
|
||||
DEPTH=..\..\..\..
|
||||
include <$(DEPTH)/config/config.mak>
|
||||
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ DEPTH=..\..
|
|||
#//
|
||||
#//------------------------------------------------------------------------
|
||||
|
||||
DIRS= public nglsrc default\windows
|
||||
DIRS= base\public base\src samples\default\windows
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
#//
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
## Rusty Lynch <rusty.lynch@intel.com>
|
||||
############################################################################
|
||||
|
||||
DEPTH = ../../..
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
# IBM Corp.
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
DEPTH = ../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
DEPTH = ../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#
|
||||
# Contributor(s):
|
||||
|
||||
DEPTH=..\..\..\..
|
||||
DEPTH=..\..\..\..\..
|
||||
include <$(DEPTH)/config/config.mak>
|
||||
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
|
@ -24,7 +24,7 @@ MODULE = npsimple
|
|||
|
||||
LIBRARY_NAME = npsimple
|
||||
|
||||
DEPTH = ..\..\..
|
||||
DEPTH = ..\..\..\..
|
||||
|
||||
|
||||
XPIDLSRCS = \
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
# Mark Hammond <MarkH@ActiveState.com>
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
|
@ -24,7 +24,7 @@ MODULE = npevents
|
|||
|
||||
LIBRARY_NAME = npevents
|
||||
|
||||
DEPTH = ..\..\..
|
||||
DEPTH = ..\..\..\..
|
||||
|
||||
|
||||
XPIDLSRCS = \
|
||||
|
|
Загрузка…
Ссылка в новой задаче