--- /dev/null
+TARGETNAME = @targetname@
+
+ifneq "$(TARGETNAME)" ""
+TARGET = $(TARGETNAME).a
+endif
+
+SOURCES = sql_mysql.c
+
+SRC_CFLAGS = @sql_mysql_cflags@
+TGT_LDLIBS = @sql_mysql_ldflags@
unset ac_cv_env_LIBS_set
unset ac_cv_env_LIBS_value
- ac_config_files="$ac_config_files Makefile"
+ ac_config_files="$ac_config_files Makefile all.mk"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
case $ac_config_target in
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+ "all.mk") CONFIG_FILES="$CONFIG_FILES all.mk" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}