Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
b70be200
Commit
b70be200
authored
Jun 17, 2016
by
Shane Snyder
Browse files
port NULL module over to new API changes
parent
ba0f880b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/Makefile.in
View file @
b70be200
all
:
lib/libdarshan.a lib/libdarshan-stubs.a
#TODO: lib/darshan-null.o
all
:
lib/libdarshan.a lib/libdarshan-stubs.a lib/darshan-null.o
#TODO: each module provides own makefile with module-specific objects, build options, etc.
...
...
@@ -24,9 +23,8 @@ DARSHAN_LOG_FORMAT = $(srcdir)/../darshan-log-format.h
DARSHAN_VERSION
=
@DARSHAN_VERSION@
ifndef
DISABLE_LDPRELOAD
all
:
lib/libdarshan.so
all
:
lib/libdarshan.so
lib/darshan-null.po
endif
#TODO: lib/darshan-null.po
VPATH
=
$(srcdir)
...
...
darshan-runtime/lib/darshan-null.c
View file @
b70be200
This diff is collapsed.
Click to expand it.
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