All of lore.kernel.org
 help / color / mirror / Atom feed
From: Qais Yousef <qais.yousef@imgtec.com>
To: vinod.koul@intel.com
Cc: alsa-devel@alsa-project.org, Qais Yousef <qais.yousef@imgtec.com>
Subject: [TINYCOMPRESS][PATCH 0/6] Convert build system to autotools
Date: Mon, 23 Mar 2015 13:08:59 +0000	[thread overview]
Message-ID: <1427116145-519-1-git-send-email-qais.yousef@imgtec.com> (raw)

This series converts the build system to use autotools and splits the files into
lib and utils.

Also patch 5 fixes error handling code.

I can't test Android builds but both cross and native compiling worked for me.

I left AUTHORS, ChangeLog and NEWS files empty. I used the license header to fill COPYING.

Qais Yousef (6):
  Convert the build system to autotools
  add .gitignore file
  makefile.linux: delete as no longer necessary/used
  Android.mk: Update to use the new location of source files
  compress.c: fix check for errors from poll(), read() and write()
  src/lib/utils.c: remove this empty file

 .gitignore            |  39 ++++
 AUTHORS               |   0
 Android.mk            |   6 +-
 COPYING               |  51 ++++
 ChangeLog             |   0
 INSTALL               | 365 +++++++++++++++++++++++++++++
 Makefile.am           |   3 +
 NEWS                  |   0
 autogen.sh            |   6 +
 compress.c            | 632 -------------------------------------------------
 configure.ac          |  31 +++
 cplay.c               | 330 --------------------------
 crec.c                | 489 --------------------------------------
 m4/.place_holder      |   0
 makefile.linux        |  41 ----
 src/Makefile.am       |   1 +
 src/lib/Makefile.am   |   5 +
 src/lib/compress.c    | 634 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/utils/Makefile.am |  11 +
 src/utils/cplay.c     | 330 ++++++++++++++++++++++++++
 src/utils/crec.c      | 489 ++++++++++++++++++++++++++++++++++++++
 utils.c               |  62 -----
 22 files changed, 1968 insertions(+), 1557 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 AUTHORS
 create mode 100644 COPYING
 create mode 100644 ChangeLog
 create mode 100644 INSTALL
 create mode 100644 Makefile.am
 create mode 100644 NEWS
 create mode 100755 autogen.sh
 delete mode 100644 compress.c
 create mode 100644 configure.ac
 delete mode 100644 cplay.c
 delete mode 100644 crec.c
 create mode 100644 m4/.place_holder
 delete mode 100644 makefile.linux
 create mode 100644 src/Makefile.am
 create mode 100644 src/lib/Makefile.am
 create mode 100644 src/lib/compress.c
 create mode 100644 src/utils/Makefile.am
 create mode 100644 src/utils/cplay.c
 create mode 100644 src/utils/crec.c
 delete mode 100644 utils.c

-- 
2.1.0

             reply	other threads:[~2015-03-23 13:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-23 13:08 Qais Yousef [this message]
2015-03-23 13:09 ` [TINYCOMPRESS][PATCH 2/6] add .gitignore file Qais Yousef
2015-03-23 13:09 ` [TINYCOMPRESS][PATCH 3/6] makefile.linux: delete as no longer necessary/used Qais Yousef
2015-03-23 13:09 ` [TINYCOMPRESS][PATCH 4/6] Android.mk: Update to use the new location of source files Qais Yousef
2015-03-23 13:09 ` [TINYCOMPRESS][PATCH 5/6] compress.c: fix check for errors from poll(), read() and write() Qais Yousef
2015-03-23 13:09 ` [TINYCOMPRESS][PATCH 6/6] src/lib/utils.c: remove this empty file Qais Yousef
2015-03-23 15:19 ` [TINYCOMPRESS][PATCH 0/6] Convert build system to autotools Qais Yousef
2015-03-23 16:40 ` Vinod Koul
2015-03-24  9:57   ` Qais Yousef

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1427116145-519-1-git-send-email-qais.yousef@imgtec.com \
    --to=qais.yousef@imgtec.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=vinod.koul@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.