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
mpim-sw
libcdi
Commits
b9985310
Commit
b9985310
authored
Jul 18, 2013
by
Uwe Schulzweida
Browse files
src/Makefile.am: removed cdilib tag
parent
3af1e204
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
b9985310
...
...
@@ -132,11 +132,11 @@ libcdi_la_SOURCES = \
#libcdi_la_CPPFLAGS = @CPPFLAGS@
libcdi_la_LIBADD
=
$(PPM_CORE_LIBS)
$(YAXT_LIBS)
#
cdilib.c
:
$(top_srcdir)
/src/make_cdilib
$(top_srcdir)
/src
#
cdilib.c:
#
$(top_srcdir)/src/make_cdilib $(top_srcdir)/src
#
cdilib.o
:
cdilib.c
$(COMPILE)
-c
$<
#
cdilib.o: cdilib.c
#
$(COMPILE) -c $<
LOCALTARGETS
=
if
ENABLE_CDI_LIB
...
...
@@ -162,7 +162,7 @@ pkgconfig/cdi.pc: pkgconfig/cdi.pc.in ../config.status
all-local
:
$(LOCALTARGETS)
#
CLEANFILES
=
`
ls
*
~
`
CLEANFILES
+=
cdilib.c
#
CLEANFILES += cdilib.c
if
CREATE_ISOC
CLEANFILES
+=
$(top_builddir)
/src/mo_cdi.
$(FCMODEXT)
$(top_builddir)
/src/mo_cdi.o
endif
...
...
src/Makefile.in
View file @
b9985310
...
...
@@ -54,6 +54,7 @@ build_triplet = @build@
host_triplet
=
@host@
@ENABLE_CDI_LIB_TRUE@
am__append_1
=
pkgconfig/cdi.pc
@CREATE_ISOC_TRUE@
am__append_2
=
mo_cdi.o mo_cdi.
$(FCMODEXT)
#CLEANFILES += cdilib.c
@CREATE_ISOC_TRUE@
am__append_3
=
$(top_builddir)
/src/mo_cdi.
$(FCMODEXT)
$(top_builddir)
/src/mo_cdi.o
@ENABLE_CDI_LIB_TRUE@
am__append_4
=
pkgconfig/cdi.pc
subdir
=
src
...
...
@@ -465,9 +466,15 @@ libcdi_la_SOURCES = \
#libcdi_la_CPPFLAGS = @CPPFLAGS@
libcdi_la_LIBADD
=
$(PPM_CORE_LIBS)
$(YAXT_LIBS)
#
#cdilib.c:
# $(top_srcdir)/src/make_cdilib $(top_srcdir)/src
#
#cdilib.o: cdilib.c
# $(COMPILE) -c $<
LOCALTARGETS
=
$(am__append_1)
$(am__append_2)
#
CLEANFILES
=
`
ls
*
~
`
cdilib.c
$(am__append_3)
$(am__append_4)
CLEANFILES
=
`
ls
*
~
`
$(am__append_3)
$(am__append_4)
all
:
config.h
$(MAKE)
$(AM_MAKEFLAGS)
all-am
...
...
@@ -896,12 +903,6 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
uninstall-local
#
cdilib.c
:
$(top_srcdir)
/src/make_cdilib
$(top_srcdir)
/src
#
cdilib.o
:
cdilib.c
$(COMPILE)
-c
$<
#
mo_cdi.f90
:
ruby
$(top_srcdir)
/interfaces/f2003/bindGen.rb cdi.h
$@
#
...
...
Write
Preview
Supports
Markdown
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