Skip to content

Commit

Permalink
output oct file with correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jul 12, 2019
1 parent 95f65bf commit 167ec74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commons/Makefile_common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ mex mexsse: AROUTPUT=-output
mex mexsse: ARFLAGS+=mmclab.cpp -I$(INCLUDEDIR)
mexsse: BINARY=mmc_sse

oct: BINARY=mmc.mex
oct: BINARY=mmcl.mex
octsse: BINARY=mmc_sse.mex
oct octsse: ARFLAGS+=--mex mmclab.cpp -I$(INCLUDEDIR)
oct octsse: AR=CC=$(CC) CXX=$(CXX) LDFLAGS='$(LFLAGS)' CPPFLAGS='$(CCFLAGS) $(USERCCFLAGS) -std=c++11' $(USEROCTOPT) $(MKOCT)
oct octsse: USERARFLAGS=-o $(BINDIR)/mmc
oct octsse: USERARFLAGS=-o $(BINDIR)/mmcl

TARGETSUFFIX:=$(suffix $(BINARY))

Expand Down

0 comments on commit 167ec74

Please sign in to comment.