~ubuntu-branches/ubuntu/utopic/linux86/utopic

« back to all changes in this revision

Viewing changes to bin86/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-07 20:33:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071207203339-uonmnsb2j32kh0sg
Tags: 0.16.17-2ubuntu1
* Merge with Debian; remaining changes:
  - Build elks-libc for lpia.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
install: all
29
29
        install $(INSTALL_OPTS) as/as86       $(BINDIR)/as$(SUF)
30
 
        install $(INSTALL_OPT)  as/as86_encap $(BINDIR)/as$(SUF)_encap
31
30
        install $(INSTALL_OPTS) ld/ld86       $(BINDIR)/ld$(SUF)
32
31
        install $(INSTALL_OPTS) ld/objdump86  $(BINDIR)/objdump$(SUF)
33
32
        install $(MAN_OPTS)     man/*.1       $(MANDIR)
34
33
        ln -sf                  objdump$(SUF) $(BINDIR)/nm$(SUF)
35
34
        ln -sf                  objdump$(SUF) $(BINDIR)/size$(SUF)
36
 
        ln -sf                  as86.1        $(MANDIR)/as86_encap.1
37
35
 
38
36
depend clean clobber:
39
37
        set -e ; for d in $(DIRS); do \