зеркало из https://github.com/mozilla/gecko-dev.git
General cleanup.
This commit is contained in:
Родитель
3f40ccda3b
Коммит
f8e486e56b
|
@ -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,24 +13,25 @@
|
||||||
# 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@
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
||||||
MODULE = necko
|
|
||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
DIRS= \
|
MODULE = necko
|
||||||
about \
|
|
||||||
data \
|
DIRS = \
|
||||||
file \
|
about \
|
||||||
resource \
|
data \
|
||||||
ftp \
|
file \
|
||||||
http \
|
resource \
|
||||||
$(NULL)
|
ftp \
|
||||||
|
http \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче