Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
d0c91d22
Commit
d0c91d22
authored
Nov 06, 2014
by
Jonathan Jenkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing files in dist
parent
a66f5190
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
2 deletions
+19
-2
Makefile.am
Makefile.am
+2
-1
src/models/Makefile.subdir
src/models/Makefile.subdir
+15
-0
tests/Makefile.subdir
tests/Makefile.subdir
+2
-1
No files found.
Makefile.am
View file @
d0c91d22
...
...
@@ -18,7 +18,8 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA
=
maint/codes-net.pc
$(pkgconfig_DATA)
:
config.status
EXTRA_DIST
+=
prepare.sh
EXTRA_DIST
+=
prepare.sh GETTING_STARTED COPYRIGHT RELEASE_NOTES TODO.txt
\
misc/README misc/ptrn_loggp-2.4.6.patch
AM_CPPFLAGS
=
-I
$(top_srcdir)
/src
${CODES_BASE_CFLAGS}
...
...
src/models/Makefile.subdir
View file @
d0c91d22
lib_LIBRARIES
+=
src/libcodes-net.a
EXTRA_DIST
+=
\
src/models/mpi-trace-replay/README.txt
\
src/models/mpi-trace-replay/conf/modelnet-mpi-test.conf
\
src/models/mpi-trace-replay/conf/modelnet-mpi-test-cry-router.conf
\
src/models/mpi-trace-replay/conf/modelnet-mpi-test-dragonfly.conf
\
src/models/mpi-trace-replay/conf/modelnet-mpi-test-mini-fe.conf
\
src/models/mpi-trace-replay/conf/modelnet-mpi-test-torus.conf
\
src/models/networks/model-net/doc/README
\
src/models/networks/model-net/doc/README.dragonfly.txt
\
src/models/networks/model-net/doc/README.loggp.txt
\
src/models/networks/model-net/doc/README.simplenet.txt
\
src/models/networks/model-net/doc/README.simplewan.txt
\
src/models/networks/model-net/MN_TODO
nobase_include_HEADERS
=
\
codes/model-net.h
\
codes/model-net-method.h
\
...
...
tests/Makefile.subdir
View file @
d0c91d22
...
...
@@ -28,7 +28,8 @@ EXTRA_DIST += tests/modelnet-test.sh \
tests/conf/modelnet-test-startup.conf
\
tests/conf/modelnet-test-startup-tri.conf
\
tests/conf/modelnet-test-torus.conf
\
tests/conf/ng-mpi-tukey.dat
tests/conf/ng-mpi-tukey.dat
\
tests/README_MN_TEST.txt
testlib
=
src/libcodes-net.a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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