office-gobmx/Makefile.in

25 lines
545 B
Makefile
Raw Normal View History

2010-08-18 10:48:07 -05:00
# just dumb wrapper; make install comes later
SHELL=/bin/sh
all:
. ./*Env.Set.sh && \
./bootstrap && \
cd instsetoo_native && ../solenv/bin/build.pl --all
distclean:
. ./*Env.Set.sh && \
dmake distclean
clean:
. ./*Env.Set.sh && \
dmake clean
dev-install:
. ./*Env.Set.sh && \
cd @SRC_ROOT@/instsetoo_native/util && \
LOCALINSTALLDIR=@SRC_ROOT@/install dmake openoffice_en-US PKGFORMAT=installed && \
$SOLARENV/bin/linkoo @SRC_ROOT@/install @SRC_ROOT@ && \
echo && \
echo "Developer installation finished in @SRC_ROOT@"