Changeset 62053 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jun 28, 2010, 5:47:41 PM (15 years ago)
Author:
[email protected]
Message:

2010-06-28 Xan Lopez <[email protected]>

Reviewed by Gustavo Noronha.

Install jsc as jsc-X where X is the major API version to allow
parallel installation of both GTK+ 2.x and 3.x versions.

  • GNUmakefile.am:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r62049 r62053  
     12010-06-28  Xan Lopez  <[email protected]>
     2
     3        Reviewed by Gustavo Noronha.
     4
     5        Install jsc as jsc-X where X is the major API version to allow
     6        parallel installation of both GTK+ 2.x and 3.x versions.
     7
     8        * GNUmakefile.am:
     9
    1102010-06-28  John Gregg  <[email protected]>
    211
  • trunk/JavaScriptCore/GNUmakefile.am

    r62044 r62053  
    570570
    571571bin_PROGRAMS += \
    572         Programs/jsc
     572        Programs/jsc-@WEBKITGTK_API_MAJOR_VERSION@
    573573
    574574noinst_PROGRAMS += \
     575        Programs/jsc \
    575576        Programs/minidom
    576577
     
    607608
    608609# jsc
     610Programs/jsc-@WEBKITGTK_API_MAJOR_VERSION@: Programs/jsc
     611        $(AM_V_GEN)cp -f Programs/jsc Programs/jsc-@WEBKITGTK_API_MAJOR_VERSION@
     612Programs_jsc_@WEBKITGTK_API_MAJOR_VERSION@_LDADD =
     613Programs_jsc_@WEBKITGTK_API_MAJOR_VERSION@_SOURCES =
     614
    609615Programs_jsc_SOURCES = \
    610616        JavaScriptCore/jsc.cpp
     
    651657        JavaScriptCore/pcre/chartables.c \
    652658        Programs/jsc \
     659        Programs/jsc-@WEBKITGTK_API_MAJOR_VERSION@ \
    653660        Programs/minidom
Note: See TracChangeset for help on using the changeset viewer.