~ken-vandine/+junk/liblauncher-gtk3

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Loïc Minier
  • Date: 2009-09-25 12:44:07 UTC
  • mfrom: (0.1.4 karmic) (62.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090925124407-zc40q066a5n5i9hw
* New upstream release.
  - Fixes software-store entry not showing up; LP: #433386.
* Wrap build-deps and deps to get cleaner diffs.
* Bump up Standards-Version to 3.8.3; no change needed.
* Enhance short descriptions slightly.
* Add shlibs:Depends and misc:Depends to liblauncher-dev.
* Build-dep on libglib2.0-dev.
* Let liblauncher-dev dep on libglib2.0-dev, libgtk2.0-dev, libwnck-dev,
  libgnome-menu-dev as their .pcs are referenced in launcher.pc.
* rules: add .PHONY and use $@ in clean:.
* debian/synbols: use 0.1.7~ in versions instead of 0.1.7-0ubuntu1.
* Use dh_prep instead of dh_clean -k.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
SUBDIRS = build launcher tests
8
8
 
9
 
launcher-0.3.pc: launcher.pc
10
 
        $(QUIET_GEN) cp -f launcher.pc launcher-0.3.pc
 
9
launcher-0.1.pc: launcher.pc
 
10
        $(QUIET_GEN) cp -f launcher.pc launcher-0.1.pc
11
11
 
12
12
pkgconfigdir = $(libdir)/pkgconfig
13
 
pkgconfig_DATA = launcher-0.3.pc
 
13
pkgconfig_DATA = launcher-0.1.pc
14
14
 
15
15
# Test framework
16
 
.PHONY: check liblauncher
17
 
check liblauncher:
18
 
        $(MAKE) -C tests/ check
 
16
.PHONY: test liblauncher
 
17
test liblauncher:
 
18
        $(MAKE) -C tests/ test
19
19
 
20
 
.PHONY: check-report full-report check-headless
21
 
check-report full-report check-headless:
 
20
.PHONY: test-report full-report
 
21
test-report full-report:
22
22
        $(MAKE) -C tests/ $(@)
23
23
 
24
 
CLEANFILES = launcher-0.3.pc
 
24
CLEANFILES = launcher-0.1.pc
25
25
DISTCLEANFILES = launcher.pc
26
26
EXTRA_DIST = launcher.pc.in     \
27
27
                COPYING.GPL