X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile.maemo;fp=Makefile.maemo;h=0000000000000000000000000000000000000000;hp=0c2e49f3952cc35937529c3739fa7ff0414a5463;hb=4132e8ca13b6395f8a9ef7ec7d01cbdcc19c037d;hpb=4a35de071887026bb6dcd6b852738a1866959df7 diff --git a/Makefile.maemo b/Makefile.maemo deleted file mode 100644 index 0c2e49f3..00000000 --- a/Makefile.maemo +++ /dev/null @@ -1,22 +0,0 @@ -USE_GTK=1 -USE_ALSA=1 -USE_OSS=0 -PLATFORM=generic -NO_TSLIB=1 - -export MAEMO=1 -LDFLAGS += $(shell pkg-config --libs hildon-1 libpulse) -EXTRA_CFLAGS += -march=armv7-a -O3 -mfpu=neon -funsafe-math-optimizations \ - -mstructure-size-boundary=32 -falign-functions=32 -falign-loops \ - -DMAEMO -DMAEMO_CHANGES $(shell pkg-config --cflags hildon-1) - -#EXTRA_CFLAGS += -Imaemo/i/gtk-2.0 -Imaemo/i/hildon -Imaemo/i/glib-2.0 -Imaemo/i/cairo \ - -Imaemo/i/pango-1.0 -Imaemo/i/atk-1.0 -DMAEMO -DMAEMO_CHANGES - -include Makefile - -maemo: pcsx plugins/spunull/spunull.so - rm -rf out - mkdir -p out/plugins - cp -r plugins/spunull/spunull.so . - strip pcsx spunull.so