Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 #
2 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
4 #
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 #! gmake
11 MOD_DEPTH = ..
12 topsrcdir = @top_srcdir@
13 srcdir = @srcdir@
14 VPATH = @srcdir@
16 include $(MOD_DEPTH)/config/autoconf.mk
18 DIRS =
19 ifeq ($(OS_TARGET),Linux)
20 DIRS = linux
21 endif
22 ifeq ($(OS_TARGET),SunOS)
23 DIRS = solaris
24 endif
26 publish::
27 +$(LOOP_OVER_DIRS)
29 include $(topsrcdir)/config/rules.mk