Meredith L. Patterson
bba60f5db9
Merge pull request #60 from thequux/allow-in-place-build
...
Allow in-place build via scons --in-place
2013-11-23 10:35:36 -08:00
Dan Hirsch
c6b4beefcb
Make install_name darwin-only
2013-11-23 12:28:34 -06:00
Dan Hirsch
2cead893fc
Allow in-place build via scons --in-place
2013-11-22 19:44:30 -06:00
Joe Rozner
d0906e69e6
Fix for linux
...
This actually is only for OS X. On linux ldconfig must be run after
installing in order to update the library cache. Need to look into how
to get scons to do this for the user.
2013-11-21 12:50:03 -08:00
Joe Rozner
1d80058c85
Properly name the lib
...
Set the proper path for the shared library so that anything linking
against it will be able to find the library.
2013-11-21 12:37:36 -08:00
Joe Rozner
76034ae4d7
Install internal headers for Go bindings
...
Go, and likely other language bindings will, need access to create
new combinators. This functionality is currently located
src/parsers/parser_internal.h. Install this header to the system with
dependent headers until a better solution can be found.
2013-11-21 12:02:18 -08:00
Joe Rozner
f220524b5a
Generate pkg-config for Hammer
...
Create a pkg-config file and install it to $prefix/lib/pkgconfig
2013-11-20 13:04:07 -08:00
Meredith L. Patterson
91221ac256
tweak SConstruct so that 'scan-build scons' works
2013-11-19 22:09:38 -06:00
Joe Rozner
b111190596
Clean up ENV
...
Don't pass the entire environment to SCons. Only pass the PATH
2013-11-08 17:36:59 -08:00
Joe Rozner
fb015b4a98
Fix SCons bugs
...
Don't clober the Environment (and thus the ENV['PATH'] by redefining it
and don't link against lr by default. Only add it if uname is not Darwin
2013-11-08 16:30:08 -08:00
TQ Hirsch
274cbe38a9
Merge pull request #41 from thequux/install-target
...
Added install target
2013-10-31 11:42:12 -07:00
Dan Hirsch
64b5e307d2
Added install target
2013-10-29 17:35:37 -04:00
TQ Hirsch
4361c16c7e
Merge pull request #39 from thequux/binding-support
...
Binding support
2013-10-28 07:22:40 -07:00
Dan Hirsch
cccb5f09ec
Added build system for C++
2013-10-28 09:58:18 -04:00
Dan Hirsch
94924da87e
Allowed build to grab tools from PATH
2013-10-28 09:44:06 -04:00
Meredith L. Patterson
43f1d70a5f
Merging JakobR's OS X build changes.
2013-10-18 12:14:18 +02:00
Dan Hirsch
04ba15d9f2
Added coverage support
2013-09-13 01:21:05 -07:00
Meredith L. Patterson
a7e4def944
Merge remote-tracking branch 'thequux/master'
...
Conflicts:
SConstruct
2013-07-12 02:11:14 +02:00
Meredith L. Patterson
ab0e0463c9
add -lrt to build flags for clock_gettime
2013-07-12 02:02:41 +02:00
Dan Hirsch
65e688db5a
Fixed clang implicit type cast warning
2013-07-11 23:44:28 +02:00
Dan Hirsch
b0f567c090
Added new build system
2013-07-10 21:32:05 +02:00
Dan Hirsch
e9a7c0b83d
Added new SConscript-based build system; not yet done porting
2013-06-24 21:26:07 +02:00