forked from yast/yast-installation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.cvs
55 lines (48 loc) · 1.07 KB
/
Makefile.cvs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#
# Makefile.cvs
#
LIB = $(shell y2tool get-lib)
PREFIX = /usr
configure: all
./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB)
all:
y2tool y2autoconf
y2tool y2automake
autoreconf --force --install
install: configure
make
make install
reconf: all
./config.status --recheck
./config.status
clean:
mv startup/doc/Makefile startup/doc/Makefile.save
rm -f autodocs-ycp.ami OUTPUT2 pluglib-bindings.ami OUTPUT autodocs-cc*
rm -f `find -name Makefile.in`
rm -f `find -name Makefile`
rm -f `find -name *.ybc`
rm -f `find -name *.dep`
rm -rf aclocal.m4*
rm -rf autom4te.cache
rm -rf config.cache
rm -rf config.guess
rm -rf config.h
rm -rf config.h.in*
rm -rf config.log
rm -rf config.status
rm -rf config.sub
rm -rf configure
rm -rf configure.in
rm -rf depcomp
rm -rf install-sh
rm -rf libtool
rm -rf ltconfig
rm -rf ltmain.sh
rm -rf missing
rm -rf mkinstalldirs
rm -rf stamp-h*
rm -rf *.pot
rm -f control/control.openSUSE.glade
rm -f control/add-on-template_installation.glade
rm -f Makefile.am.common
mv startup/doc/Makefile.save startup/doc/Makefile