~ubuntu-branches/ubuntu/precise/genius/precise

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-03-16 09:48:30 UTC
  • mfrom: (1.2.1 upstream) (9.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090316094830-6y8gunikwbjlf11x
Tags: 1.0.6-1
* New upstream release:
  + debian/control.in:
    - Wrap all control fields.
    - Update build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        -update-mime-database "$(DESTDIR)${datadir}/mime"
20
20
endif
21
21
 
 
22
profile-generate:
 
23
        make clean
 
24
        PGO_CFLAGS="-fprofile-generate" make
 
25
 
 
26
profile-use:
 
27
        make clean
 
28
        PGO_CFLAGS="-fprofile-use" make
 
29
 
22
30
EXTRA_DIST = \
23
31
        genius.spec \
24
32
        genius.spec.in \