aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/maemo/Makefile
diff options
context:
space:
mode:
authorFrantisek Dufka2010-04-29 21:35:11 +0000
committerFrantisek Dufka2010-04-29 21:35:11 +0000
commit664fdfc9146dcf5d1505db29ef468868184e88a0 (patch)
tree72038d612c7775ed26f9ff5ed893a5ae071a6a1b /backends/platform/maemo/Makefile
parent3b401eb53c8baddb0a907a44ccf343b32dad06bc (diff)
downloadscummvm-rg350-664fdfc9146dcf5d1505db29ef468868184e88a0.tar.gz
scummvm-rg350-664fdfc9146dcf5d1505db29ef468868184e88a0.tar.bz2
scummvm-rg350-664fdfc9146dcf5d1505db29ef468868184e88a0.zip
remove unused files
svn-id: r48862
Diffstat (limited to 'backends/platform/maemo/Makefile')
-rw-r--r--backends/platform/maemo/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/backends/platform/maemo/Makefile b/backends/platform/maemo/Makefile
deleted file mode 100644
index f70a00e490..0000000000
--- a/backends/platform/maemo/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-.PHONY: all
-
-all:
-
-
-SRCDIR = ../../..
-
-config:
- cd $(SRCDIR) ; CXXFLAGS="-Os -mcpu=arm926ej-s -fomit-frame-pointer -DMAEMO_SDL" ./configure --host=arm-linux --prefix=/usr --disable-debug --disable-mt32emu --disable-hq-scalers --with-tremor-prefix=/usr --enable-tremor --with-zlib-prefix=/usr --enable-zlib --with-mad-prefix=/usr --enable-mad --enable-flac --disable-fluidsynth
-
-scummvm:
- cd $(SRCDIR) ; make
- echo "If there is compiler crash (in Kyra engine) then cd ../../.. and copy/run last line with -O3 instead of -Os and re-run make"
-# cp $(SRCDIR)/scummvm .
-
-
-deb: $(SRCDIR)/scummvm
- cd $(SRCDIR) ; dpkg-buildpackage -rfakeroot -b -nc
-