Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xin Wang
codes-dev
Commits
50577225
Commit
50577225
authored
Apr 21, 2015
by
Jonathan Jenkins
Browse files
cleaning up dist tarball
parent
67917219
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
50577225
...
...
@@ -20,7 +20,7 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA
=
maint/codes-base.pc
$(pkgconfig_DATA)
:
config.status
EXTRA_DIST
+=
prepare.sh
INSTALL RELEASE_NOTES COPYRIGHT
EXTRA_DIST
+=
prepare.sh
COPYRIGHT configure.ac reformat.sh uc-codes.cfg
AM_CPPFLAGS
=
-I
$(top_srcdir)
/src
${ROSS_CPPFLAGS}
...
...
@@ -35,6 +35,7 @@ include Make.rules
include
$(top_srcdir)/scripts/Makefile.subdir
include
$(top_srcdir)/src/Makefile.subdir
include
$(top_srcdir)/tests/Makefile.subdir
include
$(top_srcdir)/doc/Makefile.subdir
if
USE_DARSHAN
AM_CPPFLAGS
+=
${DARSHAN_CFLAGS}
-DUSE_DARSHAN
=
1
...
...
configure.ac
View file @
50577225
...
...
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67])
AC_INIT([codes-base], [0.
3
.0], [http://trac.mcs.anl.gov/projects/codes/newticket],[],[http://www.mcs.anl.gov/projects/codes/])
AC_INIT([codes-base], [0.
4
.0], [http://trac.mcs.anl.gov/projects/codes/newticket],[],[http://www.mcs.anl.gov/projects/codes/])
AC_CANONICAL_TARGET
AC_CANONICAL_SYSTEM
...
...
doc/Makefile.subdir
0 → 100644
View file @
50577225
docs_general
=
doc/BUILD_STEPS doc/GETTING_STARTED doc/RELEASE_NOTES
docs_best_practices
=
\
doc/acmsmall.cls
\
doc/algorithm.sty
\
doc/algorithmic.sty
\
doc/codes-best-practices.tex
\
doc/Makefile
docs_examples
=
\
doc/example/example.c
\
doc/example/example.conf
\
doc/example/Makefile
\
doc/example_heterogeneous/example.c
\
doc/example_heterogeneous/example.conf
\
doc/example_heterogeneous/example_torus.conf
\
doc/example_heterogeneous/Makefile
\
doc/example_heterogeneous/README
docs_workload
=
\
doc/workload/example.kernel.txt
\
doc/workload/meta.txt
EXTRA_DIST
+=
$(docs_general)
$(docs_best_practices)
$(docs_examples)
\
$(docs_workload)
tests/Makefile.subdir
View file @
50577225
...
...
@@ -20,6 +20,7 @@ EXTRA_DIST += tests/lp-io-test.sh \
tests/workload/README.txt
\
tests/mapping_test.sh
\
tests/lsm-test.sh
\
tests/resource-test.sh
\
tests/conf/buffer_test.conf
\
tests/conf/lsm-test.conf
\
tests/conf/mapping_test.conf
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment