1 # config file used for the Makefile only
3 # define to 1 to use Altivec instructions
6 # define to 1 to use SSE2 instructions
11 ifeq ($(USE_ALTIVEC),1)
12 CPPFLAGS += -DSQUISH_USE_ALTIVEC=1
16 CPPFLAGS += -DSQUISH_USE_SSE=2
20 # where should we install to
21 INSTALL_DIR ?= /usr/local