#ifndef LdCombineFlags
#define LdCombineFlags -X -r
#endif
+#ifndef LdLibLocations
+#define LdLibLocations /**/
+#endif
#ifndef CompatibilityFlags
#define CompatibilityFlags /**/
#endif
PREPROCESSCMD = PreProcessCmd $(STD_CPP_DEFINES) /* prefered; mdep */
INSTALL = InstallCmd
LD = LdCmd
+ LDLOCATIONS = LdLibLocations
LINT = LintCmd
LINTLIBFLAG = LintLibFlag
LINTOPTS = LintOpts
CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)
LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
- LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS)
+ LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) $(LDLOCATIONS)
LDCOMBINEFLAGS = LdCombineFlags
MACROFILE = MacroFile