~ubuntu-branches/ubuntu/quantal/nspr/quantal-security

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/include/md/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-10 11:34:26 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810113426-3uv4diflrkcbdimm
Tags: 4.8-0ubuntu1
* New upstream release: 4.8 (LP: #387812)
* adjust patches to changed upstreanm codebase
  - update debian/patches/99_configure.patch
* update shlibs symbols to include new API elements
  - update debian/libnspr4-0d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
export:: $(MDCPUCFG_H)
54
54
        $(INSTALL) -m 444 $(CONFIGS) $(dist_includedir)/md
55
55
        $(INSTALL) -m 444 $(srcdir)/$(MDCPUCFG_H) $(dist_includedir)
56
 
ifeq ($(OS_ARCH),OpenVMS)
57
 
# On OpenVMS mv updates the file's modified time, so we create a hard link.
58
 
        cd $(dist_includedir); \
59
 
        if test ! -f prcpucfg.h; then \
60
 
            dcl set file /enter=prcpucfg.h $(MDCPUCFG_H); \
61
 
        fi
62
 
else
63
56
        mv -f $(dist_includedir)/$(MDCPUCFG_H) $(dist_includedir)/prcpucfg.h
64
 
endif
65
57
 
66
58
install::
67
59
        $(NSINSTALL) -D $(DESTDIR)$(includedir)/md
68
60
        $(NSINSTALL) -t -m 644 $(CONFIGS) $(DESTDIR)$(includedir)/md
69
61
        $(NSINSTALL) -t -m 644 $(srcdir)/$(MDCPUCFG_H) $(DESTDIR)$(includedir)
70
 
ifeq ($(OS_ARCH),OpenVMS)
71
 
# On OpenVMS mv updates the file's modified time, so we create a hard link.
72
 
        cd $(DESTDIR)$(includedir); \
73
 
        if test ! -f prcpucfg.h; then \
74
 
            dcl set file /enter=prcpucfg.h $(MDCPUCFG_H); \
75
 
        fi
76
 
else
77
62
        mv -f $(DESTDIR)$(includedir)/$(MDCPUCFG_H) $(DESTDIR)$(includedir)/prcpucfg.h
78
 
endif
79
63
 
80
64
release:: export
81
65
        @echo "Copying machine-dependent prcpucfg.h"