]> icculus.org git repositories - duncan/yast2-qt4.git/blob - Makefile.cvs
YQPkgDiskUsageWarningDialog QT3_SUPPORT
[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: 
10         mkdir build ;\
11         cd build ;\
12         cmake -DCMAKE_INSTALL_PREFIX=$(PREFIX) -DLIB=$(LIB) ..
13
14 install: configure
15         cd build; \
16         make && make install
17
18 reconf: 
19         cd build ;\
20         cmake rebuild_cache