Skip to content
Snippets Groups Projects
Commit aba5d2b4 authored by Sergey Kosukhin's avatar Sergey Kosukhin Committed by Moritz Hanke
Browse files

avoids possible object name conflicts

parent 67e8a62d
No related branches found
No related tags found
No related merge requests found
......@@ -187,11 +187,11 @@ endif
nodist_include_HEADERS += \
$(mo_yac_core_mod)
libyac_core_a_SOURCES += yac_deprecated.f90
libyac_core_a_SOURCES += yac_core_deprecated.f90
yac_deprecated.$(OBJEXT): $(yac_core_mod)
yac_core_deprecated.$(OBJEXT): $(yac_core_mod)
$(mo_yac_core_mod): yac_deprecated.$(OBJEXT)
$(mo_yac_core_mod): yac_core_deprecated.$(OBJEXT)
@if test ! -f $@; then rm -f $<; $(MAKE) $(AM_MAKEFLAGS) $<; fi
all_local += manifest.txt
......
File moved
......@@ -73,11 +73,11 @@ endif
nodist_include_HEADERS += \
$(mo_yac_finterface_mod)
libyac_mci_a_SOURCES += yac_deprecated.f90
libyac_mci_a_SOURCES += yac_mci_deprecated.f90
yac_deprecated.$(OBJEXT): $(yac_mod)
yac_mci_deprecated.$(OBJEXT): $(yac_mod)
$(mo_yac_finterface_mod): yac_deprecated.$(OBJEXT)
$(mo_yac_finterface_mod): yac_mci_deprecated.$(OBJEXT)
@if test ! -f $@; then rm -f $<; $(MAKE) $(AM_MAKEFLAGS) $<; fi
all_local += manifest.txt
......
File moved
......@@ -91,11 +91,11 @@ endif
nodist_include_HEADERS += \
$(mo_yac_utils_mod)
libyac_utils_a_SOURCES += yac_deprecated.f90
libyac_utils_a_SOURCES += yac_utils_deprecated.f90
yac_deprecated.$(OBJEXT): $(yac_utils_mod)
yac_utils_deprecated.$(OBJEXT): $(yac_utils_mod)
$(mo_yac_utils_mod): yac_deprecated.$(OBJEXT)
$(mo_yac_utils_mod): yac_utils_deprecated.$(OBJEXT)
@if test ! -f $@; then rm -f $<; $(MAKE) $(AM_MAKEFLAGS) $<; fi
endif ENABLE_DEPRECATED
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment