Skip to content
Snippets Groups Projects
Commit 34a99a65 authored by Jan Trmal's avatar Jan Trmal
Browse files

Removing some debug prints and unused code from the topmost Makefile

git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/sharedlibs@2634 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent 2e02a782
No related branches found
No related tags found
No related merge requests found
......@@ -34,18 +34,11 @@ rmlibdir:
.PHONY: checkversion
checkversion:
ifeq ($(shell ./configure --version),$(CONFIGURE_VERSION))
@echo Configure version: $(shell ./configure --version)
@echo kaldi.mk version: $(CONFIGURE_VERSION)
@echo "The version of configure script matches kaldi.mk version. Good."
else
$(error The kaldi.mk file was generated using a different version of configure script. Run the configure script again.)
endif
# ifdef CONFIGURE_VERSION
# else
# $(error The kaldi.mk file was generated using a different version of configure script. Run the configure script again.)
# endif
biglib: $(SUBDIRS_LIB)
ifneq ($(KALDI_FLAVOR), dynamic)
$(warning the following command will probably fail, in that case add -fPIC to your CXXFLAGS and remake all)
......
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