source: branches/blt4/examples/app-fermi/octave/Makefile.in @ 1948

Last change on this file since 1948 was 1948, checked in by gah, 14 years ago

add unit cell to molvisviewer

File size: 555 bytes
Line 
1
2bindir          = @bindir@
3datadir         = @datadir@
4datarootdir     = @datarootdir@
5exec_prefix     = @exec_prefix@
6includedir      = @includedir@
7libdir          = @libdir@
8mandir          = @mandir@
9prefix          = @prefix@
10srcdir          = @srcdir@
11
12destdir         = $(prefix)/examples/app-fermi/octave
13
14INSTALL         = @INSTALL@
15
16all: all_2 all_3
17
18all_2:
19        $(MAKE) -C 2 all
20
21all_3:
22        $(MAKE) -C 3 all
23
24
25install: install_2 install_3
26
27install_2:
28        $(MAKE) -C 2 install
29
30install_3:
31        $(MAKE) -C 3 install
32
33clean:
34
35distclean: clean
36        $(RM) Makefile
37
Note: See TracBrowser for help on using the repository browser.