~robert-ancell/+junk/chatter

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Robert Ancell
  • Date: 2016-03-13 23:41:05 UTC
  • Revision ID: robert.ancell@canonical.com-20160313234105-x06k03vy40se00wz
Make an ARMHF click buildable

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
     chatter.desktop \
3
3
     po/chatter.robert-ancell.pot
4
4
 
 
5
release-armhf:
 
6
        click chroot -a armhf -f ubuntu-sdk-15.04 run ARCH_PREFIX=arm-linux-gnueabihf- make
 
7
        sed 's/ARCHITECTURE/armhf/' manifest.json.in > manifest.json
 
8
        make click
 
9
 
5
10
click:
6
11
        click build --ignore=Makefile --ignore=*.cpp --ignore=*.h --ignore=*.pot --ignore=*.po --ignore=*.qmlproject --ignore=*.qmlproject.user --ignore=*.in --ignore=po .
7
12
 
8
 
click-armhf:
9
 
        click chroot -a armhf -f ubuntu-sdk-15.04 run ARCH_PREFIX=arm-linux-gnueabihf- make
10
 
        click build --ignore=Makefile --ignore=*.cpp --ignore=*.h --ignore=*.pot --ignore=*.po --ignore=*.qmlproject --ignore=*.qmlproject.user --ignore=*.in --ignore=po .
11
 
 
12
13
irc_client_moc.cpp: irc_client.h
13
14
        moc $< -o $@
14
15