~siesta-maint/siesta/rel-4.1

« back to all changes in this revision

Viewing changes to Src/fdict/smeka/Makefile.setup

  • Committer: Nick Papior
  • Date: 2019-09-03 11:46:12 UTC
  • Revision ID: nickpapior@gmail.com-20190903114612-mbw5wy0da0iegijb
Upgraded fdict and ncdf to the latest releases

These changes the type declarations and allows for
better compatibility.

There are *NO* code changes, only adaptation to the
newer releases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
include setup.make
33
33
.PHONY: smeka-settings-setup.make
34
34
smeka-settings-setup.make:
35
 
        @echo "Using make settings in:"
36
 
        @echo "  setup.make"
 
35
        @$(ECHO) "Using make settings in:"
 
36
        @$(ECHO) "  setup.make"
37
37
settings: smeka-settings-setup.make
38
38
 
39
39
endif
80
80
# Add print-out to target
81
81
.PHONY: smeka-settings-custom
82
82
smeka-settings-custom: 
83
 
        @echo ""
84
 
        @echo "Using custom settings:"
85
 
        @echo "  $(SETUP)"
86
 
        @echo ""
 
83
        @$(ECHO) ""
 
84
        @$(ECHO) "Using custom settings:"
 
85
        @$(ECHO) "  $(SETUP)"
 
86
        @$(ECHO) ""
87
87
settings: smeka-settings-custom
88
88
 
89
89
endif # only check if SETUP is defined
92
92
# Target for displaying available SETUP=<>
93
93
.PHONY: smeka-setup-list
94
94
smeka-setup-list:
95
 
        @echo ""
 
95
        @$(ECHO) ""
96
96
        $(info Available SETUP arguments are:$(_NL)$(subst .make,,$(subst ./$(SMEKA_DIR)/setup/,$(_NL)  ,$(wildcard ./$(SMEKA_DIR)/setup/*.make))))
97
 
        @echo ""
 
97
        @$(ECHO) ""
98
98
setup-list: smeka-setup-list
99
99
 
100
100