Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
version --> 4.11 (whitening)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Whitman committed Jun 19, 2011
1 parent 1403f8c commit b46ebbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Codegen.h
Expand Up @@ -8,7 +8,7 @@
#define CODEGEN_H #define CODEGEN_H


// Entry point for generating codes from PCM data. // Entry point for generating codes from PCM data.
#define VERSION 4.10 #define VERSION 4.11


#include <memory> #include <memory>
#include <string> #include <string>
Expand Down
4 changes: 2 additions & 2 deletions src/Makefile
Expand Up @@ -23,8 +23,8 @@ main: $(MODULES) main.o
$(CXX) $(MODULES) $(LDFLAGS) main.o -o ../codegen.$(UNAME)-$(ARCH) $(CXX) $(MODULES) $(LDFLAGS) main.o -o ../codegen.$(UNAME)-$(ARCH)
$(CXX) -shared -fPIC -o libcodegen.$(UNAME)-$(ARCH).so $(MODULES_LIB) -lz $(CXX) -shared -fPIC -o libcodegen.$(UNAME)-$(ARCH).so $(MODULES_LIB) -lz
ifeq ($(UNAME),Darwin) ifeq ($(UNAME),Darwin)
libtool -dynamic -flat_namespace -install_name libcodegen.4.0.0.dylib -lSystem -compatibility_version 4.0 -macosx_version_min 10.6 \ libtool -dynamic -flat_namespace -install_name libcodegen.4.1.1.dylib -lSystem -compatibility_version 4.1 -macosx_version_min 10.6 \
-current_version 4.0.0 -o libcodegen.4.0.0.dylib -undefined suppress \ -current_version 4.1.1 -o libcodegen.4.1.1.dylib -undefined suppress \
$(MODULES) -framework vecLib -framework Accelerate $(MODULES) -framework vecLib -framework Accelerate
endif endif


Expand Down

0 comments on commit b46ebbd

Please sign in to comment.