|
|
CFLAGS_INT = $(MH_CFLAGS) $(CPPFLAGS) $(XCFLAGS) | CFLAGS_INT = $(MH_CFLAGS) $(CPPFLAGS) $(XCFLAGS) |
| |
LIB_INSTALL_DIR = $(tcl_libdir) | LIB_INSTALL_DIR = $(tcl_libdir) |
LIB_RUNTIME_DIR = $(tcl_libdir) |
LIB_RUNTIME_DIR = $(subst $(INSTALL_ROOT),,$(tcl_libdir)) |
# I don't understand why Tcl splits these up, but it does. LIB_RUNTIME_DIR | # I don't understand why Tcl splits these up, but it does. LIB_RUNTIME_DIR |
# can appear as part of the LD_SEARCH_FLAGS inherited by configure. | # can appear as part of the LD_SEARCH_FLAGS inherited by configure. |
| |