summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2009-06-25 23:52:42 +0200
committerJan Holesovsky <kendy@suse.cz>2009-06-26 00:23:43 +0200
commit061104ffd1600013cd3b74da95b9c56fd12eca62 (patch)
treef00dd358aebdc4634fcb47e4d6a89291ddfaa463 /Makefile.in
parente1c272704de130e8397a17fae6712247123cf248 (diff)
Split build: Remove files that should not be revision controlled.
They are generated; so actually also add autogen.sh and Makefile.am to help to generate them :-) * Makefile.in: Bin. * aclocal.m4: Bin. * configure: Bin. * autogen.sh: New file. * Makefile.am: New file.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index be50d1d4034d..000000000000
--- a/Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
-