mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-12 02:50:13 +00:00
Cleaned it up and eliminated the pointless #!gmake.
This commit is contained in:
parent
b177237e32
commit
51d59f6f69
@ -1,4 +1,3 @@
|
|||||||
#!gmake
|
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Netscape Public License
|
# The contents of this file are subject to the Netscape Public License
|
||||||
# Version 1.0 (the "License"); you may not use this file except in
|
# Version 1.0 (the "License"); you may not use this file except in
|
||||||
@ -28,7 +27,5 @@ include $(DEPTH)/config/autoconf.mk
|
|||||||
|
|
||||||
DIRS = unix
|
DIRS = unix
|
||||||
|
|
||||||
include $(topsrcdir)/config/config.mk
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#!gmake
|
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Netscape Public License
|
# The contents of this file are subject to the Netscape Public License
|
||||||
# Version 1.0 (the "License"); you may not use this file except in
|
# Version 1.0 (the "License"); you may not use this file except in
|
||||||
@ -26,11 +25,10 @@ VPATH = @srcdir@
|
|||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
include $(topsrcdir)/config/config.mk
|
RUN_MOZILLA_SCRIPT = $(srcdir)/run-mozilla.sh
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
RUN_MOZILLA_SCRIPT= $(srcdir)/run-mozilla.sh
|
install:: $(RUN_MOZILLA_SCRIPT)
|
||||||
|
|
||||||
install:: $(PROGRAM) $(RUN_MOZILLA_SCRIPT)
|
|
||||||
$(INSTALL) $(RUN_MOZILLA_SCRIPT) $(DIST)/bin
|
$(INSTALL) $(RUN_MOZILLA_SCRIPT) $(DIST)/bin
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!gmake
|
#
|
||||||
# The contents of this file are subject to the Netscape Public License
|
# The contents of this file are subject to the Netscape Public License
|
||||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||||
@ -13,6 +13,7 @@
|
|||||||
# Communications Corporation. Portions created by Netscape are
|
# Communications Corporation. Portions created by Netscape are
|
||||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||||
# Reserved.
|
# Reserved.
|
||||||
|
#
|
||||||
|
|
||||||
DEPTH = ..
|
DEPTH = ..
|
||||||
topsrcdir = @top_srcdir@
|
topsrcdir = @top_srcdir@
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#!gmake
|
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Netscape Public License
|
# The contents of this file are subject to the Netscape Public License
|
||||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||||
@ -14,6 +13,7 @@
|
|||||||
# Communications Corporation. Portions created by Netscape are
|
# Communications Corporation. Portions created by Netscape are
|
||||||
# Copyright (C) 1999 Netscape Communications Corporation. All Rights
|
# Copyright (C) 1999 Netscape Communications Corporation. All Rights
|
||||||
# Reserved.
|
# Reserved.
|
||||||
|
#
|
||||||
|
|
||||||
DEPTH = ../..
|
DEPTH = ../..
|
||||||
topsrcdir = @top_srcdir@
|
topsrcdir = @top_srcdir@
|
||||||
@ -32,3 +32,4 @@ XPIDLSRCS = \
|
|||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!gmake
|
#
|
||||||
# The contents of this file are subject to the Netscape Public License
|
# The contents of this file are subject to the Netscape Public License
|
||||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||||
@ -13,8 +13,7 @@
|
|||||||
# Communications Corporation. Portions created by Netscape are
|
# Communications Corporation. Portions created by Netscape are
|
||||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||||
# Reserved.
|
# Reserved.
|
||||||
|
#
|
||||||
MODULE = caps
|
|
||||||
|
|
||||||
DEPTH = ../..
|
DEPTH = ../..
|
||||||
topsrcdir = @top_srcdir@
|
topsrcdir = @top_srcdir@
|
||||||
@ -23,13 +22,15 @@ VPATH = @srcdir@
|
|||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
|
MODULE = caps
|
||||||
|
|
||||||
EXPORTS = \
|
EXPORTS = \
|
||||||
nsSystemPrincipal.h \
|
nsSystemPrincipal.h \
|
||||||
nsCertificatePrincipal.h \
|
nsCertificatePrincipal.h \
|
||||||
nsCodebasePrincipal.h \
|
nsCodebasePrincipal.h \
|
||||||
nsJSPrincipals.h \
|
nsJSPrincipals.h \
|
||||||
nsScriptSecurityManager.h
|
nsScriptSecurityManager.h \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#! gmake
|
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Netscape Public License
|
# The contents of this file are subject to the Netscape Public License
|
||||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||||
@ -14,6 +13,7 @@
|
|||||||
# Communications Corporation. Portions created by Netscape are
|
# Communications Corporation. Portions created by Netscape are
|
||||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||||
# Reserved.
|
# Reserved.
|
||||||
|
#
|
||||||
|
|
||||||
DEPTH = ..
|
DEPTH = ..
|
||||||
topsrcdir = @top_srcdir@
|
topsrcdir = @top_srcdir@
|
||||||
@ -23,12 +23,9 @@ srcdir = @srcdir@
|
|||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
MODULE = dbm
|
MODULE = dbm
|
||||||
|
|
||||||
RELEASE = dbm
|
RELEASE = dbm
|
||||||
|
|
||||||
DIRS = include \
|
DIRS = include src
|
||||||
src \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
ifdef ENABLE_TESTS
|
ifdef ENABLE_TESTS
|
||||||
DIRS += tests
|
DIRS += tests
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#! gmake
|
|
||||||
|
|
||||||
DEPTH = ../..
|
DEPTH = ../..
|
||||||
topsrcdir = @top_srcdir@
|
topsrcdir = @top_srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
@ -9,7 +7,8 @@ include $(DEPTH)/config/autoconf.mk
|
|||||||
|
|
||||||
MODULE = dbm
|
MODULE = dbm
|
||||||
|
|
||||||
EXPORTS = nsres.h \
|
EXPORTS = \
|
||||||
|
nsres.h \
|
||||||
cdefs.h \
|
cdefs.h \
|
||||||
mcom_db.h \
|
mcom_db.h \
|
||||||
ncompat.h \
|
ncompat.h \
|
||||||
@ -18,7 +17,8 @@ EXPORTS = nsres.h \
|
|||||||
|
|
||||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||||
|
|
||||||
PRIVATE_EXPORTS = hsearch.h \
|
PRIVATE_EXPORTS = \
|
||||||
|
hsearch.h \
|
||||||
page.h \
|
page.h \
|
||||||
extern.h \
|
extern.h \
|
||||||
ndbm.h \
|
ndbm.h \
|
||||||
@ -31,6 +31,3 @@ PRIVATE_EXPORTS = hsearch.h \
|
|||||||
PRIVATE_EXPORTS := $(addprefix $(srcdir)/, $(PRIVATE_EXPORTS))
|
PRIVATE_EXPORTS := $(addprefix $(srcdir)/, $(PRIVATE_EXPORTS))
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user