source: trunk/packages/optimizer/src/pgapack/Makefile.in @ 1070

Last change on this file since 1070 was 1052, checked in by gah, 16 years ago

fixes to optimizer build

File size: 519 bytes
Line 
1
2srcdir          = @srcdir@
3prefix          = @prefix@
4exec_prefix     = @exec_prefix@
5bindir          = @bindir@
6libdir          = @libdir@
7datadir         = @datadir@
8datarootdir     = @datarootdir@
9mandir          = @mandir@
10includedir      = @includedir@
11
12PGAPACK         = @PGAPACK@
13
14.PHONY: pgapack
15
16all: pgapack
17
18pgapack:
19        $(MAKE) -C pgapack install
20install:
21        $(MAKE) -C install
22test:
23        #$(TCLSH) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS)
24clean:
25        $(MAKE) -C pgapack clean
26
27distclean:
28        $(MAKE) -C pgapack spotless
29        $(RM) Makefile config.cache config.log config.status *~
30
Note: See TracBrowser for help on using the repository browser.