source: trunk/optimizer/src/pgapack/gekco/pgapack/test/Makefile @ 815

Last change on this file since 815 was 815, checked in by liveletlive, 16 years ago

Committing the /tmp/gekco/pgapack folder that contains the older PGAPack version and Prof. Klimecks changes to it.

File size: 943 bytes
Line 
1# Generated automatically from Makefile.in by configure.
2CC          = mpicc
3FC          = mpif77
4PRECFLAGS   = -O
5PREFFLAGS   = -w
6CPPFLAGS    = -I/home/nano/u86/gekco/DEVELOP_GA/pgapack/include -I/opt/mpich-1.2.6/p4-gcc/include -Dlinux -DWL=32 -DOPTIMIZE
7RM          = /bin/rm -f
8LDFLAGS     = -s  -L/home/nano/u86/gekco/DEVELOP_GA/pgapack/lib/linux  -lpgaO  /opt/mpich-1.2.6/p4-gcc/lib/libmpich.a -lm
9SHELL       = /bin/sh
10
11#    "$@" expands to the target; "$?" expands to the dependency list
12CFLAGS      = -o $@ $? $(PRECFLAGS)
13FFLAGS      = -o $@ $? $(PREFFLAGS)
14
15LINK.c      = @echo "  Compiling $@" ; $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
16LINK.f      = @if test -n "$(FC)"; \
17                  then echo "  Compiling $@" ; $(FC) $(FFLAGS) $(LDFLAGS); \
18              else \
19                  echo "$@: Fortran compiler unavailable"; fi
20
21default:
22        @make instverf
23
24instverf: instverf.c
25        $(LINK.c)
26
27clean:
28        @$(RM) instverf instverf.o
Note: See TracBrowser for help on using the repository browser.