~ubuntu-branches/ubuntu/precise/iproute/precise

« back to all changes in this revision

Viewing changes to genl/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2007-06-11 13:31:12 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070611133112-0rtfv32yfs8loo0r
Tags: 20070313-1ubuntu1
* Merge from debian unstable, remaining changes:
  - linux-kernel-headers -> linux-libc-dev B-D rename.
  - MAX_ROUNDS patch to ip/ipaddress.c
  - Ubuntu maintainer foobar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
GENLLIB :=
11
11
 
12
 
LDFLAGS += -Wl,-export-dynamic -lm -ldl
 
12
LDFLAGS += -Wl,-export-dynamic
 
13
LDLIBS  += -lm -ldl
13
14
 
14
15
all: genl
15
16
 
16
17
genl: $(GENLOBJ) $(LIBNETLINK) $(LIBUTIL) $(GENLLIB)
17
18
 
18
19
install: all
19
 
        install -m 0755 -s genl $(DESTDIR)$(SBINDIR)
 
20
        install -m 0755 genl $(DESTDIR)$(SBINDIR)
20
21
 
21
22
clean:
22
23
        rm -f $(GENLOBJ) $(GENLLIB) genl