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

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

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

File size: 427 bytes
Line 
1# Generated automatically from Makefile.in by configure.
2FC    = mpif77
3RM    = /bin/rm -f
4SHELL = /bin/sh
5
6default:
7        @echo "Making C examples"
8        @make C
9        @echo "Making fortran examples"
10        @make Fortran
11
12C:
13        @cd c; make
14
15Fortran:
16        @if test -n "$(FC)" ; then\
17                cd fortran; make; cd ..;\
18                cd mgh; make;\
19        else\
20                echo "Fortran compiler unavailable";\
21        fi
22
23clean:
24        @cd c; make clean
25        @cd fortran; make clean
26        @cd mgh; make clean
27
Note: See TracBrowser for help on using the repository browser.