summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mike Frysinger [Wed, 2 Nov 2011 14:09:39 +0000 (10:09 -0400)]
clean up build a bit
First we fix configure.in:
- search for a prefixed ar program rather than just "ar"
- setup install and mkdir helpers for the Makefile
(ignore the generated configure here as it's just `autoconf`)
Then we update the Makefile.in:
- get paths from configure
- setup install/mkdir helpers
- add an install target that utilizes DESTDIR and all that fun stuff
This allows us to slim down the libresample ebuild (a follow up commit)
to almost nothing since the build system now respects all the right
pieces.
For good measure, we also throw in gitignore.
BUG=chromium-os:22406
TEST=`emerge-amd64-generic libresample` now installs into /usr/lib64
TEST=`emerge-x86-generic libresample` still uses /usr/lib
Change-Id: I64b274b2684c9bbe2ac2cb84eec383572d565529
Reviewed-on: https://gerrit.chromium.org/gerrit/11044
Reviewed-by: Sonny Rao <sonnyrao@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
Commit-Ready: Mike Frysinger <vapier@chromium.org>
Daniel Erat [Wed, 16 Jun 2010 15:47:58 +0000 (08:47 -0700)]
libresample: Add missing inherit-review-settings-ok file
BUG=none
TEST=none
TBR=anush
Review URL: http://codereview.chromium.org/2817008
Chaitanya Gharpure [Tue, 9 Mar 2010 04:08:54 +0000 (20:08 -0800)]
Cleaning up libresample.a make rule
Using the default CFLAGS. No need to explicitly use -m32 compiler flag.
Review URL: http://codereview.chromium.org/708001
Chaitanya Gharpure [Tue, 9 Mar 2010 03:57:27 +0000 (19:57 -0800)]
Using the default CFLAGS. No need to explicitly use -m32 compiler flag.
Review URL: http://codereview.chromium.org/706001
Chaitanya Gharpure [Wed, 24 Feb 2010 03:04:46 +0000 (19:04 -0800)]
Adding the initial files to the new libresample repo.