source: trunk/optimizer/src/pgapack/gekco/pgapack/examples/c/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: 1.1 KB
Line 
1# Generated automatically from Makefile.in by configure.
2CC          = mpicc
3PRECFLAGS   = -O
4CPPFLAGS    = -I/home/nano/u86/gekco/DEVELOP_GA/pgapack/include -I/opt/mpich-1.2.6/p4-gcc/include -Dlinux -DWL=32 -DOPTIMIZE
5FC          = mpif77
6RM          = /bin/rm -f
7LDFLAGS     = -s  -L/home/nano/u86/gekco/DEVELOP_GA/pgapack/lib/linux  -lpgaO  /opt/mpich-1.2.6/p4-gcc/lib/libmpich.a -lm
8SHELL       = /bin/sh
9
10#    "$@" expands to the target; "$?" expands to the dependency list
11CFLAGS      = -o $@ $? $(PRECFLAGS)
12
13LINK.c      = @echo "  Compiling $@" ; $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
14
15default:
16        @make classic
17        @make dejong
18        @make example
19        @make maxbit
20        @make maxchar
21        @make maxint
22        @make name
23        @make namefull
24        @make udtstr
25
26classic: classic.c
27        $(LINK.c)
28
29dejong: dejong.c
30        $(LINK.c)
31
32example: example.c
33        $(LINK.c)
34
35maxbit: maxbit.c
36        $(LINK.c)
37
38maxchar: maxchar.c
39        $(LINK.c)
40
41maxint: maxint.c
42        $(LINK.c)
43
44name: name.c
45        $(LINK.c)
46
47namefull: namefull.c
48        $(LINK.c)
49
50udtstr: udtstr.c
51        $(LINK.c)
52
53clean:
54        @$(RM) classic dejong example maxbit maxchar maxint name namefull \
55               udtstr *.o
Note: See TracBrowser for help on using the repository browser.