This commit is contained in:
cnlohr 2020-05-11 22:17:48 -07:00
parent 3f68bfd624
commit 8db7e74cf2
2 changed files with 8 additions and 8 deletions

View file

@ -1,10 +1,10 @@
APPNAME=colorchordtest
APPNAME=colorchord
RAWDRAWANDROID=rawdrawandroid
PACKAGENAME?=com.cnlohr.$(APPNAME)
PACKAGENAME?=org.cnlohr.$(APPNAME)
CFLAGS:=-I. -I.. -Irawdrawandroid/rawdraw -I../cnfa -I../../embeddedcommon -ffunction-sections -Os -DPRINTF_NO_OVERRIDDE
LDFLAGS:=-s -lOpenSLES
LDFLAGS:=-s -lOpenSLES
CC_C:= ../main.c ../dft.c ../decompose.c ../filter.c ../color.c ../notefinder.c ../util.c ../hook.c ../outdrivers.c ../parameters.c ../chash.c ../OutputVoronoi.c ../OutputProminent.c ../DisplayArray.c ../OutputLinear.c ../DisplayPie.c ../DisplayNetwork.c ../../embeddedcommon/DFT32.c ../OutputCells.c ../configs.c