]>
Commit | Line | Data |
---|---|---|
1a6944fd RR |
1 | # |
2 | # Copyright (C) 1995 by Ke Jin <kejin@empress.com> | |
3 | # | |
4 | ||
5 | #============ Default for all system ============== | |
6 | SHELL = | |
7 | SHELL = /bin/sh | |
8 | DLDAPI = DLDAPI_SVR4_DLFCN | |
9 | DLSUFFIX= so | |
10 | OUTFILE = iodbc | |
11 | OBJX = | |
12 | ||
13 | #============= Linux ELF ========================= | |
14 | # Slackware 2.x,(kernel 1.3.x) on i386 | |
15 | # Red Hat 2.x (kernel 1.2.x) on i486 | |
16 | # | |
17 | ANSI = -ansi | |
18 | CC = gcc | |
19 | PIC = -fPIC | |
20 | LDFLAGS = -shared | |
21 | LIBS = -ldl |