GitHub user nwellnhof opened a pull request:

    https://github.com/apache/lucy-charmonizer/pull/4

    Rework Makefile API for binaries

    Expose a higher level API to build binaries with make. The new
    chaz_MakeBinary class allows to scan a directory for source files
    and to pass separate compiler flags for each binary.
    
    Improve building of shared libaries:
    
    - Add compatibility version on Darwin (Mach-O).
    - Build import library with GCC on Windows.
    - Add soname with Sun CC (untested).
    
    Remove the chaz_Library class.
    
    Rework detection of the platform's make utility. We don't use this
    information for now, so it's purely informative.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nwellnhof/lucy-charmonizer make-binary-api

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucy-charmonizer/pull/4.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4
    
----
commit 1ce65627296988138352d7634a056920ac8b0354
Author: Nick Wellnhofer <[email protected]>
Date:   2016-07-02T17:19:06Z

    Rework Makefile API for binaries
    
    Expose a higher level API to build binaries with make. The new
    chaz_MakeBinary class allows to scan a directory for source files
    and to pass separate compiler flags for each binary.
    
    Improve building of shared libaries:
    
    - Add compatibility version on Darwin (Mach-O).
    - Build import library with GCC on Windows.
    - Add soname with Sun CC (untested).
    
    Remove the chaz_Library class.
    
    Rework detection of the platform's make utility. We don't use this
    information for now, so it's purely informative.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to