mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Changes to remove jpav and mozilla extension directories.
This commit is contained in:
parent
ba7c813ed8
commit
c5b6985848
@ -15,7 +15,7 @@
|
||||
# Portions created by Sun Microsystems Inc are Copyright (C) 2001
|
||||
# All Rights Reserved.
|
||||
#
|
||||
# $Id: GNUmakefile,v 1.1 2001/05/10 18:12:22 edburns%acm.org Exp $
|
||||
# $Id: GNUmakefile,v 1.2 2001/05/11 23:31:33 edburns%acm.org Exp $
|
||||
#
|
||||
#
|
||||
# Contributor(s):
|
||||
@ -34,7 +34,6 @@ JAVASRCDIR = ../../java
|
||||
CLASSDESTDIR = ../unix/classes
|
||||
ADDCLASSPATH = ../unix/classes
|
||||
PATH_SEP=:
|
||||
SUBDIRS = ext
|
||||
|
||||
default: all
|
||||
|
||||
@ -45,7 +44,7 @@ include $(BUILDDIR)/Defs.gmk
|
||||
include $(BUILDDIR)/Rules.gmk
|
||||
endif
|
||||
|
||||
all: classes exts
|
||||
all: classes
|
||||
|
||||
release: all wf.jar
|
||||
|
||||
@ -56,9 +55,4 @@ wf.jar:
|
||||
$(MV) wf.jar ..; \
|
||||
echo " done."
|
||||
|
||||
exts:
|
||||
@echo "Making Waterfall extension components"
|
||||
@cd ext; \
|
||||
$(MAKE) all
|
||||
|
||||
.PHONY : all classes clean exts
|
||||
|
@ -15,7 +15,7 @@
|
||||
# Portions created by Sun Microsystems Inc are Copyright (C) 2001
|
||||
# All Rights Reserved.
|
||||
#
|
||||
# $Id: makefile.win,v 1.1 2001/05/10 18:12:22 edburns%acm.org Exp $
|
||||
# $Id: makefile.win,v 1.2 2001/05/11 23:31:35 edburns%acm.org Exp $
|
||||
#
|
||||
#
|
||||
# Contributor(s):
|
||||
@ -34,7 +34,6 @@ BUILDDIR=.
|
||||
JAVASRCDIR=..\..\java
|
||||
ADDCLASSPATH=..\win32\classes
|
||||
PATH_SEP=;
|
||||
SUBDIRS=ext
|
||||
|
||||
!include FileListCommon.mk
|
||||
!include FileListWin.mk
|
||||
@ -47,14 +46,10 @@ FILES_class = $(FILES_class:netscape/javascript=../win32/classes/netscape/javasc
|
||||
!include rules.mk
|
||||
|
||||
|
||||
all: classes exts
|
||||
all: classes
|
||||
|
||||
release: all wf.jar
|
||||
|
||||
exts:
|
||||
@ cd ext
|
||||
@ $(MAKE) -f makefile.win -nologo all
|
||||
|
||||
wf.jar:
|
||||
@ echo "Creating wf.jar file"
|
||||
@ cd $(CLASSDESTDIR)
|
||||
|
@ -16,7 +16,7 @@
|
||||
* Portions created by Sun Microsystems Inc are Copyright (C) 2001
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* $Id: plugin.policy,v 1.1 2001/05/10 18:12:23 edburns%acm.org Exp $
|
||||
* $Id: plugin.policy,v 1.2 2001/05/11 23:31:37 edburns%acm.org Exp $
|
||||
*
|
||||
*
|
||||
* Contributor(s):
|
||||
|
Loading…
x
Reference in New Issue
Block a user