Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cristian Simarro
darshan
Commits
c88a970e
Commit
c88a970e
authored
Nov 04, 2014
by
Shane Snyder
Browse files
Remove darshan-common from build temporarily
parent
0da31a58
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/Makefile.in
View file @
c88a970e
...
...
@@ -37,9 +37,6 @@ lib::
lib/darshan-core.o
:
lib/darshan-core.c darshan-core.h $(DARSHAN_LOG_FORMAT) | lib
$(CC)
$(CFLAGS)
-c
$<
-o
$@
lib/darshan-common.o
:
lib/darshan-common.c darshan.h | lib
$(CC)
$(CFLAGS)
-c
$<
-o
$@
#lib/darshan-mpi-io.o: lib/darshan-mpi-io.c darshan.h darshan-dynamic.h $(DARSHAN_LOG_FORMAT) | lib
# $(CC) $(CFLAGS) -c $< -o $@
...
...
@@ -91,7 +88,7 @@ lib/lookup8.o: lib/lookup8.c
#%.i: %.c
# $(CC) -E $(CFLAGS) -c $< -o $@
lib/libdarshan-core.a
:
lib/darshan-core.o
lib/darshan-common.o
lib/lookup3.o lib/lookup8.o lib/darshan-posix.o
lib/libdarshan-core.a
:
lib/darshan-core.o lib/lookup3.o lib/lookup8.o lib/darshan-posix.o
ar rcs
$@
$^
#lib/libdarshan-mpi-io.a: lib/darshan-mpi-io.o lib/darshan-mpi-init-finalize.o lib/darshan-pnetcdf.o lib/darshan-hdf5.o
...
...
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