Hello,
it seems to me that the Motif configuration with respect to the imake
has been
broken. As an example, when Imakefile includes the commands like:
DEPLIBS = XmClientDepLibs
LOCAL_LIBRARIES = XmClientLibs
MComplexProgramTarget(prog, $(DEPLIBS), $(LOCAL_LIBRARIES))
InstallAppDefaults(Xprog)
after running xmkmf nothing gets substituted into Makefile in place of
'XmClientDepLibs', etc....
I've checked the 'site.def' file in /usr/X11R6/lib/X11/config and it
does include
#ifndef BUILD_MOTIF
#define BUILD_MOTIF 1
#endif
just after the line containing the following check:
#ifdef BeforeVendorCF.
I don't know what else should I change. Please help.
Janusz
P.S. I am using SWiM 2.0.1 Motif with XFree 3.2 with 2.0.30 kernel. Most
of
the configuration is a standard one.