1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Makefile for ffcall
#### Start of system configuration section. ####
# Directories used by "make install":
prefix = /mylibs/iup
local_prefix = /usr/local
exec_prefix = ${prefix}
libdir = ${exec_prefix}/lib
includedir = ${prefix}/include
mandir = ${prefix}/man
# Programs used by "make":
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Makefile for ffcall
#### Start of system configuration section. ####
# Directories used by "make install":
prefix = C:/mylibs/iup
local_prefix = /usr/local
exec_prefix = ${prefix}
libdir = ${exec_prefix}/lib
includedir = ${prefix}/include
mandir = ${prefix}/man
# Programs used by "make":
|