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
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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
