Ok, this is content of MakeFile


# Written by Nic Roets with contributions by Petter Reinholdtsen
# Placed in the public domain

TODAY := `exec date +%Y%m%d`
VERSION = 0.0.0.$(TODAY)

DESTDIR=
prefix = /usr/local
bindir = $(prefix)/bin
datarootdir = $(prefix)/share

CFLAGS=-O2 -DRES_DIR=\"$(prefix)/share/gosmore/\"
WARNFLAGS= -W -Wall

#"------------------------ Compiling with cegcc : ---------------------------
# tar xzf -C / cygwin-cegcc-mingw32ce-0.51.0-1.tar.gz
# export PATH="$PATH":/opt/mingw32ce/bin/

WINDRES=    ${ARCH}windres

# enable this to test the experimental route support
#CFLAGS += -DROUTE_TEST

# enable this to force gosmore into headless mode (gosmore will also
# be put in headless mode if gtk+-2.0 isn't available)
#CFLAGS += -DHEADLESS

ifneq (${OS},Windows_NT)
EXTRA=`pkg-config --cflags --libs gtk+-2.0 || echo -D HEADLESS` \
  `pkg-config --libs libcurl` \
  `[ -e /usr/include/gps.h ] && echo -DUSE_GPSD -lgps `\
  `pkg-config --libs pkg-config --libs gthread-2.0`

# I found that it's more reliable and more portable to use aplay, but
# gnome sound can still be activated with this:
#  `pkg-config --cflags --libs libgnomeui-2.0 && echo -DUSE_GNOMESOUND`
XMLFLAGS=`pkg-config --cflags libxml-2.0 || echo -I /usr/include/libxml2` \
  `pkg-config --libs libxml-2.0 || echo -l xml2 -lm`
ARCH=arm-mingw32ce-
else

EXTRAC=-Ilibxml2-2.7.8/include \
  `pkg-config --cflags gtk+-2.0 || echo -D NOGTK`

EXTRAL=`pkg-config --libs gtk+-2.0` \

EXE=.exe
W32LIBS=-Llibxml2-2.7.8/.libs -lxml2 -lwsock32 -lwinmm  -lgdi32

endif

all: gosmore$(EXE)

gosmore:    jni/gosmore.cpp jni/libgosm.cpp jni/libgosm.h jni/bboxes.c \
        jni/openglespolygon.h jni/openglespolygon.cpp
        g++ -DCHILDREN=16 ${CFLAGS} ${WARNFLAGS} ${XMLFLAGS} \
                  jni/gosmore.cpp jni/libgosm.cpp jni/openglespolygon.h \
                  jni/openglespolygon.cpp -o gosmore ${EXTRA}

gosmore16:    jni/gosmore.cpp jni/libgosm.cpp jni/libgosm.h
        g++ -DGOSMZ=16 ${CFLAGS} ${WARNFLAGS} ${XMLFLAGS} \
                  jni/gosmore.cpp jni/libgosm.cpp -o gosmore16 ${EXTRA}

$(ARCH)gosmore.exe:    jni/gosmore.cpp jni/libgosm.cpp gosmore.rsc resource.h \
                    jni/libgosm.h ceglue.h ceglue.c bboxes.c
        ${ARCH}g++ ${CFLAGS} ${EXTRAC} -c jni/gosmore.cpp
        ${ARCH}g++ ${CFLAGS} ${EXTRAC} -c jni/libgosm.cpp
        ${ARCH}gcc ${CFLAGS} ${EXTRAC} -c ConvertUTF.c
        ${ARCH}gcc ${CFLAGS} ${EXTRAC} -c ceglue.c
        ${ARCH}g++ -static ${EXTRAL} \
          gosmore.o libgosm.o ceglue.o ConvertUTF.o gosmore.rsc $(W32LIBS)  -o $@

tagcmp.o:    tagcmp.l

gosmore.rsc:    gosmore.rc icons.bmp icons-mask.bmp gosmore.ico
        $(WINDRES) $< $@

WIKIPAGE=http://wiki.openstreetmap.org/index.php/Special:Export/Gosmore
translations.c: extract
        wget -O - ${WIKIPAGE}/Translations |./extract >jni/translations.c

extract:    extract.c
        ${CC} ${CFLAGS} ${XMLFLAGS} extract.c -o extract

jni/bboxes.c:    density.c density.txt
        gcc -lm density.c -o density
        ./density <density.txt >density.sh
# wget http://www.openstreetmap.org/api/0.6/changeset/1707270/download -O \
#   countries.osm

osmunda:    osmunda.cpp jni/libgosm.cpp jni/libgosm.h
        g++ ${CFLAGS} ${WARNFLAGS} ${XMLFLAGS} \
          osmunda.cpp jni/libgosm.cpp -o osmunda
voices:
        echo '(voice_rab_diphone)' >/tmp/voice_rab_diphone
        echo 'At the junction, turn left.' | festival_client \
          --prolog /tmp/voice_rab_diphone --output turnleft.wav --ttw
        echo 'At the junction, turn right.' | festival_client \
          --prolog /tmp/voice_rab_diphone --output turnright.wav --ttw
        echo 'Keep left.' | festival_client \
          --prolog /tmp/voice_rab_diphone --output keepleft.wav --ttw
        echo 'Keep right.' | festival_client \
          --prolog /tmp/voice_rab_diphone --output keepright.wav --ttw
        echo 'If possible make a U turn.' | festival_client \
          --prolog /tmp/voice_rab_diphone --output uturn.wav --ttw
        echo 'You have reached your destination.' | festival_client \
          --prolog /tmp/voice_rab_diphone --output stop.wav --ttw
        echo 'At the roundabout take the first exit.' | \
  festival_client --prolog /tmp/voice_rab_diphone --output round1.wav --ttw
        echo 'At the roundabout take the second exit.' | \
  festival_client --prolog /tmp/voice_rab_diphone --output round2.wav --ttw
        echo 'At the roundabout take the third exit.' | \
  festival_client --prolog /tmp/voice_rab_diphone --output round3.wav --ttw
        echo 'At the roundabout take the fourth exit.' | \
  festival_client --prolog /tmp/voice_rab_diphone --output round4.wav --ttw
        echo 'At the roundabout take the fifth exit.' | \
  festival_client --prolog /tmp/voice_rab_diphone --output round5.wav --ttw
        echo 'At the roundabout take the sixth exit.' | \
  festival_client --prolog /tmp/voice_rab_diphone --output round6.wav --ttw
        echo 'At the roundabout take the seventh exit.' | \
  festival_client --prolog /tmp/voice_rab_diphone --output round7.wav --ttw
        echo 'At the roundabout take the eight exit.' | \
  festival_client --prolog /tmp/voice_rab_diphone --output round8.wav --ttw

#elemstyles.xml:
#        wget http://josm.openstreetmap.de/svn/trunk/styles/standard/elemstyles.xml

zip:
    (cd /msys; zip - etc/gtk-2.0/* lib/gtk-2.0/2.10.0/loaders/*) >gosmore.zip
    zip -j gosmore.zip gosmore.exe icons.xpm /msys/bin/libcairo-2.dll \
    /msys/bin/lib*.dll /msys/bin/intl*.dll /msys/bin/zlib*.dll
    zip -j gosm_arm.zip ARMV4Rel/gosm_arm.exe *.wav
    # scp -P 100 gosm_arm.zip gosmore.zip \
    #  nroets@nroets.openhost.dk:nroets.openhost.dk/htdocs/

install: gosmore default.pak
    mkdir -p $(DESTDIR)$(bindir)
    cp gosmore $(DESTDIR)$(bindir)/.
    mkdir -p $(DESTDIR)$(datarootdir)/gosmore
    cp -a *.wav default.pak elemstyles.xml icons.csv icons.xpm \
      $(DESTDIR)$(datarootdir)/gosmore
    mkdir -p $(DESTDIR)$(datarootdir)/man/man1
    gzip <gosmore.1 >$(DESTDIR)$(datarootdir)/man/man1/gosmore.1.gz
    mkdir -p $(DESTDIR)$(datarootdir)/pixmaps
    cp -a gosmore.xpm $(DESTDIR)$(datarootdir)/pixmaps
    mkdir -p $(DESTDIR)$(datarootdir)/applications
    cp -a gosmore.desktop $(DESTDIR)$(datarootdir)/applications

# The commands below will create a gpx file with a low res version of the national boundaries
# Then you must open tmp.gpx in JOSM and save it as bounds.osm. Then this makefile will
# use sed to reencode the ids to the 2 billion range and use grep to concatenate it with
# the geonames cities and the osm country names.
#
# sudo apt-get install libshp-dev
# wget http://www.obviously.com/gis/shp2text/shp2text.c
# gcc -lshp shp2text.c -o shp2text
# wget http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/110m-admin-0-countries.zip
# unzip 110m-admin-0-countries.zip
# ./shp2text --gpx 110m-admin-0-countries.shp 0 4 |
#   gpsbabel -r -i gpx -f - -x transform,trk=rte,del -o gpx -F tmp.gpx
  
default.pak: gosmore
    ! [ -e gosmore.pak ]
    (bzgrep -v '</osm>' bounds.osm.bz2 | sed -e 's/'\''-\([0-9]*'\''\)/'\''00000000\1/' |\
      sed -e 's/0*\([0-9]\{8\}'\''\)/21\1/'; \
     bzcat lowres.osm.bz2; \
     egrep -v '?xml|<osmCha' countries.osm | sed -e 's|/osmChange|/osm|') | \
         QUERY_STRING=suppressGTK ./gosmore rebuild
    mv gosmore.pak default.pak

routingTest: gosmore
    ! [ -e gosmore.pak ]
    sed -e 's/\(nd='\''\|ref='\''\|id='\''\)-\([0-9]*'\''\)/\121000\2/' routingTest.osm |\
      ./gosmore rebuild

dist:
    mkdir gosmore-$(VERSION)
    cp jni/gosmore.cpp Makefile elemstyles.xml icons.csv icons.xpm  README \
      gosmore-$(VERSION)
    tar zcf gosmore-$(VERSION).tar.gz gosmore-$(VERSION)
    rm -rf gosmore-$(VERSION)

clean:
    $(RM) gosmore *.tmp *~ gosmore.zip $(ARCH)gosmore.exe gosmore.rsc \
      gosmore.aps gosmore.vcl gosmore.vcw extract *.o