We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25834e1 commit 22ca736Copy full SHA for 22ca736
Makefile
@@ -119,19 +119,9 @@ endif
119
all: all-without-models
120
$(MAKE) models
121
122
-ifeq ($(OS),Linux)
123
- ifndef MXE
124
- ECOLAB_INTERPRETER=bin/ecolab$(ECOLIBS_EXT)
125
- endif
126
-endif
+only-libs: ecolab-libs lib/libecolab$(ECOLIBS_EXT).a
127
128
-all-without-models: ecolab-libs lib/libecolab$(ECOLIBS_EXT).a $(ECOLAB_INTERPRETER)
129
- -$(CHMOD) a+x $(SCRIPTS)
130
-# copy in the system built TCL library
131
-ifdef MXE
132
- cp -r $(call search,lib*/tcl$(TCLVERSION)) include/tcl
133
- cp -r $(call search,lib*/tk$(TCLVERSION)) include/tk
134
+all-without-models: only-libs bin/ecolab$(ECOLIBS_EXT)
135
136
ecolab-libs: lib bin
137
$(MAKE) $(UTILS)
0 commit comments