~ubuntu-branches/debian/squeeze/smcroute/squeeze

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2006-07-09 18:51:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060709185145-d58f1nirv4rxpno8
Tags: 0.93d-1
* New upstream release.
  + Patches dropped, merged upstream.
* debian/control:
  + Drop dpatch build-dependency.
* debian/copyright:
  + Update the copyright holders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        CFLAGS += -O2
18
18
endif
19
19
 
20
 
configure: configure-stamp
21
 
configure-stamp:
22
 
        dh_testdir
23
 
        # Add here commands to configure the package.
24
 
 
25
 
        touch configure-stamp
26
 
 
27
 
 
28
20
build: build-stamp
29
 
 
30
 
build-stamp: configure-stamp 
 
21
build-stamp:
31
22
        dh_testdir
32
23
 
33
24
        # Add here commands to compile the package.
34
 
        $(MAKE) -C src
35
 
        $(MAKE) -C src mcsender
36
 
        #docbook-to-man debian/smcroute.sgml > smcroute.1
 
25
        $(MAKE) -C src all CFLAGS="$(CFLAGS)"
37
26
 
38
27
        touch build-stamp
39
28
 
40
29
clean:
41
30
        dh_testdir
42
31
        dh_testroot
43
 
        rm -f build-stamp configure-stamp
 
32
        rm -f build-stamp
44
33
 
45
34
        # Add here commands to clean up after the build process.
46
35
        -$(MAKE) -C src clean
83
72
        dh_builddeb
84
73
 
85
74
binary: binary-indep binary-arch
86
 
.PHONY: build clean binary-indep binary-arch binary install configure
 
75
.PHONY: build clean binary-indep binary-arch binary install