1#!/bin/sh
2# Generated automatically by configure.
3# Run this file to recreate the current configuration.
4# This directory was configured as follows,
5# on host spamassassin-vm.apache.org:
6#
7# ./configure -arch linux
8
9for arg
10do
11  case "$arg" in
12    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13    echo running ${CONFIG_SHELL-/bin/sh} ./configure -arch linux
14    exec ${CONFIG_SHELL-/bin/sh} ./configure -arch linux ;;
15    *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
16  esac
17done
18
19trap 'rm -f Makefile source/Makefile test/Makefile test/Makefile 	  examples/Makefile examples/c/Makefile examples/fortran/Makefile 	  examples/mgh/Makefile; exit 1' 1 3 15
20RANLIB='ranlib'
21CC='cc'
22FC='f77'
23CFLAGS='-O '
24FFLAGS='-w'
25CPPFLAGS='-I/usr/local/pga/include -Dlinux -DWL=32 -DFORTRANUNDERSCORE -DOPTIMIZE -DFAKE_MPI '
26FORTWRAP='$(PGA_LIB_DIR)/f2c.o: f2c.c $(HEADERS)\
27	$(COMPILE.c) f2c.c'
28HEADERS='/usr/local/pga/include/pgapack.h'
29LDFLAGS='-s  -L/usr/local/pga/lib/linux  -lpgaO  -lm'
30PARALLEL='0'
31PGA_LIB_DIR='../lib/linux'
32PGA_LIB='pgaO'
33OBJS='$(PGA_LIB_DIR)/binary.o        \\\
34      $(PGA_LIB_DIR)/char.o          \\\
35      $(PGA_LIB_DIR)/cmdline.o       \\\
36      $(PGA_LIB_DIR)/create.o        \\\
37      $(PGA_LIB_DIR)/cross.o         \\\
38      $(PGA_LIB_DIR)/debug.o         \\\
39      $(PGA_LIB_DIR)/duplcate.o      \\\
40      $(PGA_LIB_DIR)/evaluate.o      \\\
41      $(PGA_LIB_DIR)/fitness.o       \\\
42      $(PGA_LIB_DIR)/hamming.o       \\\
43      $(PGA_LIB_DIR)/heap.o          \\\
44      $(PGA_LIB_DIR)/integer.o       \\\
45      $(PGA_LIB_DIR)/mutation.o      \\\
46      $(PGA_LIB_DIR)/parallel.o      \\\
47      $(PGA_LIB_DIR)/pga.o           \\\
48      $(PGA_LIB_DIR)/pop.o           \\\
49      $(PGA_LIB_DIR)/random.o        \\\
50      $(PGA_LIB_DIR)/real.o          \\\
51      $(PGA_LIB_DIR)/report.o        \\\
52      $(PGA_LIB_DIR)/restart.o       \\\
53      $(PGA_LIB_DIR)/select.o        \\\
54      $(PGA_LIB_DIR)/stop.o          \\\
55      $(PGA_LIB_DIR)/system.o        \\\
56      $(PGA_LIB_DIR)/user.o          \\\
57      $(PGA_LIB_DIR)/utility.o $(PGA_LIB_DIR)/f2c.o $(PGA_LIB_DIR)/mpi_stub.o'
58MPICOMP='$(PGA_LIB_DIR)/mpi_stub.o: mpi_stub.c $(HEADERS)\
59	$(COMPILE.c) mpi_stub.c'
60RM='/bin/rm -f'
61SHELL='/bin/sh'
62LIBS='-lpgaO  -lm'
63srcdir='.'
64DEFS=''
65prefix=''
66exec_prefix=''
67prsub=''
68extrasub=''
69
70top_srcdir=$srcdir
71
72CONFIG_FILES=${CONFIG_FILES-"Makefile source/Makefile test/Makefile test/Makefile \
73	  examples/Makefile examples/c/Makefile examples/fortran/Makefile \
74	  examples/mgh/Makefile"}
75for file in .. ${CONFIG_FILES}; do if test "x$file" != x..; then
76  srcdir=$top_srcdir
77  # Remove last slash and all that follows it.  Not all systems have dirname.
78  dir=`echo $file|sed 's%/[^/][^/]*$%%'`
79  if test "$dir" != "$file"; then
80    test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
81    test ! -d $dir && mkdir $dir
82  fi
83  echo creating $file
84  rm -f $file
85  echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
86  sed -e "
87$prsub
88$extrasub
89s%@RANLIB@%$RANLIB%g
90s%@CC@%$CC%g
91s%@FC@%$FC%g
92s%@CFLAGS@%$CFLAGS%g
93s%@FFLAGS@%$FFLAGS%g
94s%@CPPFLAGS@%$CPPFLAGS%g
95s%@FORTWRAP@%$FORTWRAP%g
96s%@HEADERS@%$HEADERS%g
97s%@LDFLAGS@%$LDFLAGS%g
98s%@PARALLEL@%$PARALLEL%g
99s%@PGA_LIB_DIR@%$PGA_LIB_DIR%g
100s%@PGA_LIB@%$PGA_LIB%g
101s%@OBJS@%$OBJS%g
102s%@MPICOMP@%$MPICOMP%g
103s%@RM@%$RM%g
104s%@SHELL@%$SHELL%g
105s%@LIBS@%$LIBS%g
106s%@srcdir@%$srcdir%g
107s%@DEFS@%$DEFS%
108" $top_srcdir/${file}.in >> $file
109fi; done
110
111
112exit 0
113