Bug 1765931 [wpt PR 33748] - Fix line cache for simplified layout, a=testonly
[gecko.git] / nsprpub / pkg / solaris / Makefile-devl.targ
blob210b501c1d1c5273335fc5c1c3dddfba3aba9aff
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 #ident  "$Id$"
12 include $(srcdir)/../proto64.mk
14 pkginfo: pkginfo.tmpl ../awk_pkginfo
15         $(RM) $@; nawk -f ../awk_pkginfo $(srcdir)/$@.tmpl > $@
17 pkg: $(PKGARCHIVE)
18         cat $(srcdir)/prototype | sed $(sed_proto64) > prototype
19         cp $(srcdir)/depend .
20         pkgmk -f prototype -d $(PKGARCHIVE) -r $(ROOT) -o $(PACKAGE)
22 $(PKGARCHIVE):
23         [ -d $(PKGARCHIVE) ] || mkdir -p $(PKGARCHIVE)
25 $(DATAFILES): %: $(srcdir)/../common_files/%
26         $(RM) $@; cp $(srcdir)/../common_files/$@ $@
28 $(MACHDATAFILES): %: $(srcdir)/../common_files/%_$(MACH)
29         $(RM) $@; cp $(srcdir)/../common_files/$@_$(MACH) $@
31 clobber clean::
32         -$(RM) $(CLOBBERFILES) $(CLEANFILES)
34 .PHONY: pkg