debug_b=yes
optimise_b=no
profile_b=no
-
+#shared_b=no
AC_ARG_ENABLE(printing,
[ enable-printing set debug printing],
[printing_b=$enableval])
then
AC_MSG_ERROR(Please install GNU make)
else
- $MAKE -v| grep GNU >& /dev/null
+ $MAKE -v| grep GNU > /dev/null
if test "$?" = 1
then
AC_MSG_WARN(Please install *GNU* make)
AC_MSG_WARN(can't find flex. Please install Flex (2.5 or better))
fi
-if $CXX --version | grep '2\.7' >& /dev/null
+if $CXX --version | grep '2\.7' > /dev/null
then
true
else
make help
+
END
+
+
+#if test $shared_b = yes; then
+# echo "NOTE: you are building the *shared* library. You should
+#fi
include ./$(depth)/make/Files.make
#
-# descent order into subdirectories:
-#
-SUBDIRS =
-#
-
-# to be remade each build:
-#
-VERSION_DEPENDENCY = #
-#
-
-# module compile settings: (not generally needed!
-#
-
-
# list of distribution files:
#
EXTRA_DISTFILES = result
# main target of this module:
#
-# MAINTARGET = $(EXECUTABLE)
-# MAINTARGET = $(LIBRARY)
MAINTARGET = $(lily_bindir)/$(EXECUTABLE)# huh?
-# MAINTARGET = $(libdir)/$(LIBRARY)# huh?
-
-#default: $(MAINTARGET)
BUILDSTRINGTEST=$(MAINTARGET)
EXECSTRINGTEST=$(EXECUTABLE)
-default: $(BUILDSTRINGTEST) do-stringtest
+# don't do the exec, as this might fail if flowerlib isn't installed yet.
+default: $(BUILDSTRINGTEST)
+
do-stringtest:
- $(EXECSTRINGTEST) > $(outdir)/result # should cmp with a 'standard result'
+ $(EXECSTRINGTEST) > $(outdir)/result
cmp $(outdir)/result result
dummy:
#
include ./$(depth)/make/Targets.make
include ./$(depth)/make/Rules.make
-#
-# list of depend files:
-#
-DEPFILES = $(wildcard $(depdir)/*.dep )
-#
# auto dependencies:
#