repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merged tag ooo/OOO340_m1
[LibreOffice.git]
/
Makefile.in
blob
be50d1d4034d848e52f3ba00a8850e377454093b
1
# just dumb wrapper; make install comes later
2
3
SHELL
=/
bin
/
sh
4
5
all
:
6
. .
/*
Env.Set.sh
&&
\
7
.
/
bootstrap
&&
\
8
cd instsetoo_native
&&
..
/
solenv
/
bin
/
build.pl
--
all
9
10
distclean
:
11
. .
/*
Env.Set.sh
&&
\
12
dmake
distclean
13
14
clean
:
15
. .
/*
Env.Set.sh
&&
\
16
dmake
clean
17