]> icculus.org git repositories - duncan/yast2-qt4.git/blob - Makefile.cvs
picking up branches/tmp/sh/qt4-port/, merging it with trunk
[duncan/yast2-qt4.git] / Makefile.cvs
1 #
2 # Makefile.cvs
3 #
4
5 LIB = $(shell y2tool get-lib)
6
7 PREFIX = /usr
8
9 configure: all
10         ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) 
11
12 all:
13         y2tool y2autoconf
14         y2tool y2automake
15         autoreconf --force --install
16
17 install: configure
18         make
19         make install
20
21 reconf: all
22         ./config.status --recheck
23         ./config.status