~ubuntu-branches/ubuntu/trusty/libdogleg/trusty

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Dima Kogan
  • Date: 2014-01-12 23:18:46 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140112231846-y135oovkemjkghrp
Tags: 0.08-2
* libdogleg is now Priority: optional
* libdogleg is now Multi-arch:same

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
%-pic.o: %.c
61
61
        $(CC) $(CPPFLAGS) -fPIC $(CFLAGS) -c -o $@ $<
62
62
 
 
63
# I want multi-arch:same, so I remove the date and the "automatically-generated"
 
64
# line. This makes sure that multiple builds of the manpage on different arches
 
65
# will produce a bit-identical the same result
63
66
$(MAN_TARGET): README.pod
64
 
        pod2man --center="libdogleg: Powell's dogleg method" --name=LIBDOGLEG --release="libdogleg $(VERSION)" --section=$(MAN_SECTION) $^ $@
65
 
 
 
67
        pod2man --date=" " --center="libdogleg: Powell's dogleg method" --name=LIBDOGLEG --release="libdogleg $(VERSION)" --section=$(MAN_SECTION) $^ | grep -v 'Automatically generated.*Pod::Man' > $@
66
68
 
67
69
sample: sample.o libdogleg.a
68
70
        $(CC) $^ $(LDLIBS) -o $@