Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes-dev
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xin Wang
codes-dev
Commits
5c89e29c
Commit
5c89e29c
authored
Apr 21, 2015
by
Jonathan Jenkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleaning up dist tarball
parent
1ad10977
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
Makefile.am
Makefile.am
+4
-2
configure.ac
configure.ac
+1
-1
src/models/Makefile.subdir
src/models/Makefile.subdir
+2
-1
No files found.
Makefile.am
View file @
5c89e29c
...
...
@@ -18,8 +18,10 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA
=
maint/codes-net.pc
$(pkgconfig_DATA)
:
config.status
EXTRA_DIST
+=
prepare.sh GETTING_STARTED COPYRIGHT RELEASE_NOTES TODO.txt
\
misc/README misc/ptrn_loggp-2.4.6.patch
EXTRA_DIST
+=
\
prepare.sh TODO.txt configure.ac uc-codes.cfg reformat.sh
\
misc/README misc/ptrn_loggp-2.4.6.patch
\
doc/BUILD_STEPS doc/GETTING_STARTED doc/RELEASE_NOTES
AM_CPPFLAGS
=
-I
$(top_srcdir)
/src
${CODES_BASE_CFLAGS}
...
...
configure.ac
View file @
5c89e29c
...
...
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67])
AC_INIT([codes-net], [0.
3
.0], [http://trac.mcs.anl.gov/projects/codes/newticket],[],[http://www.mcs.anl.gov/projects/codes])
AC_INIT([codes-net], [0.
4
.0], [http://trac.mcs.anl.gov/projects/codes/newticket],[],[http://www.mcs.anl.gov/projects/codes])
AC_CANONICAL_TARGET
AC_CANONICAL_SYSTEM
...
...
src/models/Makefile.subdir
View file @
5c89e29c
lib_LIBRARIES
+=
src/libcodes-net.a
EXTRA_DIST
+=
\
src/models/network-workloads/README.txt
\
src/models/network-workloads/README_synthetic.txt
\
src/models/network-workloads/README_traces.txt
\
src/models/network-workloads/conf/modelnet-mpi-test.conf
\
src/models/network-workloads/conf/modelnet-mpi-test-cry-router.conf
\
src/models/network-workloads/conf/modelnet-mpi-test-dragonfly.conf
\
...
...
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