-
Notifications
You must be signed in to change notification settings - Fork 3
/
automakefile.in
41 lines (39 loc) · 1.03 KB
/
automakefile.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
##
## $Id: automakefile.in,v 1.11 2014/11/20 12:20:02 thor Exp $
##
#######################################################################
## Makefile for the j2k transcoder project,
## THOR Software, 2. Jul. 2003, Thomas Richter for
## Accusoft
#######################################################################
##
##
## The following variable defines the compiler we use
## for running the code.
##
COMPILER_CMD = @COMPILER@
CC_ONLY = @CC_ONLY@
SETTINGS = @SETTINGS@
PREFIX = @PREFIX@
PTHREADCFLAGS = @PTHREAD_CFLAGS@
PTHREADLDFLAGS = @PTHREAD_CFLAGS@
PTHREADLIBS = @PTHREAD_LIBS@
HWTYPE = @HARDWARE@
HAVE_ADDONS = @HAVE_ADDONS@
##
## Additional options
ADDOPTS = -DUSE_AUTOCONF @FPU_OPTS@ @HW_DEFINE@ @EXR_CFLAGS@ @PNG_CFLAGS@ @GSL_CFLAGS@
LIB_OPTS = @LIB_OPTS@ @LIB_PICOPTS@ -DBUILD_LIB
EXTRA_LIBS =
##
## Options for GSL
GSL_LDFLAGS = @GSL_LDFLAGS@
GSL_CFLAGS = @GSL_CFLAGS@
##
## Options for PNG
PNG_LDFLAGS = @PNG_LDFLAGS@
PNG_CFLAGS = @PNG_CFLAGS@
##
## Options for EXR
EXR_LDFLAGS = @EXR_LDFLAGS@
EXR_CFLAGS = @EXR_CFLAGS@