# AND that they are built and loaded before using the rest of the
# boilermake framework.
#
-ifeq "$(findstring libfreeradius-make,$(MAKECMDGOALS))" ""
-_:=$(shell make libfreeradius-make-dlopen.a libfreeradius-make-version.a)
+#ifeq "$(findstring libfreeradius-make,$(MAKECMDGOALS))" ""
+#_:=$(shell make libfreeradius-make-dlopen.a libfreeradius-make-version.a)
--load build/lib/.libs/libfreeradius-make-dlopen.${LIBRARY_EXT}(dlopen_gmk_setup)
--load build/lib/.libs/libfreeradius-make-version.${LIBRARY_EXT}(version_gmk_setup)
+#load build/lib/.libs/libfreeradius-make-dlopen.${LIBRARY_EXT}(dlopen_gmk_setup)
+#load build/lib/.libs/libfreeradius-make-version.${LIBRARY_EXT}(version_gmk_setup)
-else
+#else
#
# We're building ONLY the libfreeradius-make-* files.
# Leave the outputs at the default location, but take the
# inputs from the scripts/build directory.
#
-BUILD_DIR:=${top_srcdir}/build
-top_builddir:=${top_srcdir}/scripts/build
-endif
+#BUILD_DIR:=${top_srcdir}/build
+#top_builddir:=${top_srcdir}/scripts/build
+#endif
#
# Load the huge boilermake framework.