Bug 1765931 [wpt PR 33748] - Fix line cache for simplified layout, a=testonly
[gecko.git] / nsprpub / pkg / Makefile.in
blob69830da84e8e8d9e3c81cd12bc8487dddc1ca5a9
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