##
## $Id: automakefile.in,v 1.3 2020/04/08 10:05:29 thor Exp $
##
#######################################################################
## Makefile for the jpeg project,
## THOR Software, May 20, 2012, Thomas Richter
#######################################################################
##
##
## The following variable defines the compiler we use
## for running the code.
##
COMPILER_CMD	=	g++-4.9
CC_ONLY         =       gcc-4.9 -std=gnu99
SETTINGS	=	gcc
PREFIX		=	/home/thor/bin/wavelet
PTHREADCFLAGS	=	
PTHREADLDFLAGS	=	
PTHREADLIBS	=	
HWTYPE		=	x86_64
HAVE_ADDONS	=	
BITSIZE		=	
##
## Additional options
ADDOPTS		=	-DUSE_AUTOCONF   
LIB_OPTS	=	  -DBUILD_LIB
EXTRA_LIBS	=	 
WARNOPTS	=	
##
## Miscellaneous compiler options
CPU		=	
TUNE		=	
