~ubuntu-branches/ubuntu/raring/njplot/raring-proposed

« back to all changes in this revision

Viewing changes to makefile

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-02-22 13:15:08 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110222131508-8jg4f3vrtoqc8ktp
Tags: 2.3-3
* Standards-Version: 3.9.1 (no changes needed)
* debian/source/format: 3.0 (quilt)
* debian/rules: Do not use deprecated variable DEB_OPT_FLAG any
  more but use CFLAGS instead
  Closes: #614432
* debian/patches: Do not link against unused libs (X11, Xmu)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        -lvibrant -lncbi \
38
38
        $(PDFLIB)   \
39
39
        -L$(MOTIFLIB) -lXm  \
40
 
        -L/usr/X11R6/lib -lXmu -lXt -lX11 -lm
 
40
        -L/usr/X11R6/lib -lXt -lm
41
41
        
42
42
unrooted : $(OBJUNROOTED)
43
43
        $(CC) -g -o unrooted $(OBJUNROOTED) \
44
44
        -L$(VIBRANT)/lib -lvibrant -lncbi \
45
45
        -L$(MOTIFLIB) -lXm \
46
 
        -L/usr/X11R6/lib -lXmu -lXt -lX11  -lm
 
46
        -L/usr/X11R6/lib -lXt -lm
47
47
 
48
48
newicktops: njplot-vib.c
49
49
        $(CC) -DNO_GUI  -DNO_PDF -o $@ njplot-vib.c -lm