[PATCH RESEND libpciaccess 0/5] Modularize makefiles
Gaetan Nadon
memsize at videotron.ca
Sun Oct 3 08:40:24 PDT 2010
Following module guidelines and widely accepted targets organization:
include: header file for the public include sir
m4 autoconf macros
man man pages
scanpci dev tool executable
src source for library
This second edition addresses the reviewers concerns.
Gaetan Nadon (5):
config: provide a makefile for scanpci dev tool
scanpci.c: remove offending whitespace as reported by git diff
config: provide a makefile for scanpci man pages
config: replace INCLUDES, which is deprecated, with AM_CPPFLAGS
include: add a Makefile to install and distribute header file
Makefile.am | 4 +-
configure.ac | 3 +
include/Makefile.am | 1 +
man/Makefile.am | 34 ++++++++
man/scanpci.man | 44 +++++++++++
scanpci/.gitignore | 1 +
scanpci/Makefile.am | 29 +++++++
scanpci/scanpci.c | 215 +++++++++++++++++++++++++++++++++++++++++++++++++++
src/.gitignore | 2 -
src/Makefile.am | 12 +---
src/scanpci.c | 215 ---------------------------------------------------
src/scanpci.man | 44 -----------
12 files changed, 330 insertions(+), 274 deletions(-)
create mode 100644 include/Makefile.am
create mode 100644 man/Makefile.am
create mode 100644 man/scanpci.man
create mode 100644 scanpci/.gitignore
create mode 100644 scanpci/Makefile.am
create mode 100644 scanpci/scanpci.c
delete mode 100644 src/.gitignore
delete mode 100644 src/scanpci.c
delete mode 100644 src/scanpci.man
More information about the xorg-devel
mailing list