]>
Commit | Line | Data |
---|---|---|
5076de82 FF |
1 | # Host: Sun 4 or Sparcstation, running Solaris 2 |
2 | XDEPFILES= | |
3 | XM_FILE= xm-sun4sol2.h | |
13b464b2 | 4 | XM_CLIBS= -lsocket -lnsl |
5076de82 | 5 | NAT_FILE= nm-sysv4.h |
5c3f264f | 6 | NATDEPFILES= corelow.o core-sol2.o exec.o solib.o procfs.o fork-child.o |
5076de82 FF |
7 | SYSV_DEFINE=-DSYSV |
8 | REGEX=regex.o | |
9 | REGEX1=regex.o | |
10 | ||
5076de82 FF |
11 | # SVR4 comes standard with terminfo, and in some implementations, the |
12 | # old termcap descriptions are incomplete. So ensure that we use the | |
13 | # new terminfo interface and latest terminal descriptions. | |
14 | TERMCAP=-ltermlib | |
15 | ||
16 | # Solaris-2 makes `install' optional in the Berkeley compatability pkg. | |
17 | # cp will do fine. | |
18 | INSTALL = cp | |
19 | ||
20 | # If you are compiling with Sun's compiler, add the -xs option to CC | |
21 | # (e.g. `make CC="cc -xs"'). | |
22 | # Sun's compilers require the -xs option to produce debug information | |
23 | # in the final linked executable. Otherwise they leave it in the .o | |
24 | # files only, with undocumented pointers to it in the linked executable. | |
25 | # This is commented out because we don't assume that the Sun compiler | |
26 | # is in use. | |
27 | #MH_CFLAGS=-xs | |
f2e349a2 | 28 | HOST_IPC=-DBSD_IPC |