Switched to FFTW-3.
[grace.git] / arch / os2 / Make.conf.os2
blob3eb8f225c7f662985da524d22477b095f3a6a863
1 # No make rules by default
2 .SUFFIXES:
4 # Extension of object files
5 O=.o
7 # Extension of executables
8 EXE=.exe
10 # Bourn shell
11 SHELL=sh.exe
13 # Path prefix for installation links
14 PREFIX=/usr/local
16 # List of subdirectories
17 SUBDIRS=cephes   src  grace_np fonts templates doc examples auxiliary
19 # Name of executable
20 GRACE=xmgrace$(EXE)
22 # Location of the Grace home
23 GRACE_HOME=/usr/local/grace
25 # Relocatable that contains alloca()
26 ALLOCA=
28 # Type1 fonts library
29 T1_LIB=-lt1
31 # T1 include path
32 T1_INC=
34 # T1lib defines (if the bundled version to be used)
35 T1_AA_TYPE16=
36 T1_AA_TYPE32=
37 T1_AA_TYPE64=
39 # Library containing XDR functions
40 XDR_LIB=
42 # Library containing dll-related functions
43 DL_LIB=
45 # FFTW library
46 FFTW_LIB=-lfftw
48 # netCDF libraries
49 NETCDF_LIBS=
51 # JPEG library
52 JPEG_LIB=-ljpeg
54 # libz library
55 Z_LIB=-lz
57 # PNG library
58 PNG_LIB=-lpng
60 # TIFF library
61 TIFF_LIB=-ltiff
63 # PDFlib library
64 PDF_LIB=-lpdf
66 # Xbae include path
67 XBAE_INC=
69 # Location of yacc (or its substitution)
70 YACC=bison -y
72 # C compiler
73 CC=gcc.exe
75 # F77 compiler
76 FC=g77
78 # ar
79 AR=ar.exe
81 # ranlib
82 RANLIB=ar.exe s
84 # rm
85 RM=rm -f
87 # soft link
88 LN_S=cp
90 # BSD install
91 INSTALL=/program/ports/Active/grace/grace/ac-tools/shtool install -c
92 INSTALL_PROGRAM=${INSTALL}
93 INSTALL_DATA=${INSTALL} -m 644
94 MKINSTALLDIRS=/program/ports/Active/grace/grace/ac-tools/shtool mkdir -p -f
96 # CPP flags
97 CPPFLAGS= -Ie:/XFree86/include  -Ie:/XFree86/include
99 # C flags
100 CFLAGS0= -O2 -m486 -Zmt
102 # GUI flags
103 GUI_FLAGS= -Ie:/XFree86/include
105 # LDFLAGS
106 LDFLAGS=-s -Zmt -Zcrtdll -Zbsd-signals -Zbin-files
108 # Libraries (all but GUI)
109 NOGUI_LIBS=-lm -lExtensions
111 # GUI libraries
112 GUI_LIBS= -Le:/XFree86/lib   -lXbae -lXm -lXpm -lXp -lXmu -lXt -lXext -lX11  -lSM -lICE -lsocket -lhlpclient
114 # Command used to print
115 PRINT_CMD='lpr'
117 # Editor
118 GRACE_EDITOR='xterm -e vi'
120 # HTML help viewer command
121 HELPVIEWER=