Move cbif to the contrib directory.

Also mark it "noinst" in automake.
master
Christopher J. Morrone 2011-11-02 17:36:32 -07:00
parent f497b67d3f
commit 44dfa2d95c
6 changed files with 4 additions and 6 deletions

View File

@ -1,2 +1,2 @@
SUBDIRS = src doc
SUBDIRS = src doc contrib
EXTRA_DIST = COPYRIGHT README RELEASE_LOG

View File

@ -78,6 +78,6 @@ AM_COND_IF([USE_NCMPI_AIORI],[
AC_CONFIG_FILES([Makefile
src/Makefile
src/cbif/Makefile
contrib/Makefile
doc/Makefile])
AC_OUTPUT

2
contrib/Makefile.am Normal file
View File

@ -0,0 +1,2 @@
noinst_PROGRAMS = cbif
cbif_SOURCES = cbif.c

View File

@ -1,5 +1,3 @@
SUBDIRS = cbif
bin_PROGRAMS = ior
ior_SOURCES = ior.c utilities.c parse_options.c

View File

@ -1,2 +0,0 @@
bin_PROGRAMS = cbif
cbif_SOURCES = cbif.c