~ubuntu-branches/ubuntu/saucy/paml/saucy

« back to all changes in this revision

Viewing changes to .pc/makefile.patch/src/Makefile

  • Committer: Package Import Robot
  • Author(s): Charles Plessy
  • Date: 2011-09-30 21:48:20 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20110930214820-34le7vftkcq97n9i
Tags: 4.4e-1
* Team upload.
* New upstream release.
* Upload to unstable (Closes: #643843).
* Corrected debian/watch for downloading sources with uscan.
* Removed links to inexsistant Git repositories in debian/README.source.
* Corrected VCS URLs (debian/control).
* Conforms to Policy 3.9.2 (debian/control, no other changes needed).
* Use Debhelper 8 (debian/control, debian/compat).
* Converted debian/copyright to machine readable format version 1.0.
* Compress binary packages with xz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
all : $(PRGS)
21
21
 
22
 
baseml : baseml.c tools.c
 
22
baseml : baseml.c tools.c treesub.c treespace.c paml.h 
23
23
        $(CC) $(CFLAGS) -o $@ baseml.c tools.c $(LIBS)
24
 
basemlg : basemlg.c tools.c
 
24
basemlg : basemlg.c  tools.c treesub.c treespace.c paml.h 
25
25
        $(CC) $(CFLAGS) -o $@ basemlg.c tools.c $(LIBS)
26
 
codeml : codeml.c tools.c
 
26
codeml : codeml.c  tools.c treesub.c treespace.c paml.h 
27
27
        $(CC) $(CFLAGS) -o $@ codeml.c tools.c $(LIBS)
28
 
evolver : evolver.c tools.c 
 
28
evolver : evolver.c  tools.c treesub.c treespace.c paml.h 
29
29
        $(CC) $(CFLAGS) -o $@ evolver.c tools.c $(LIBS)
30
 
pamp : pamp.c tools.c 
 
30
pamp : pamp.c  tools.c treesub.c treespace.c paml.h 
31
31
        $(CC) $(CFLAGS) -o $@ pamp.c tools.c $(LIBS)
32
 
mcmctree : mcmctree.c tools.c
 
32
mcmctree : mcmctree.c  tools.c treesub.c treespace.c paml.h 
33
33
        $(CC) $(CFLAGS) -o $@ mcmctree.c tools.c $(LIBS)
34
 
yn00: yn00.c tools.c
 
34
yn00: yn00.c tools.c paml.h
35
35
        $(CC) $(CFLAGS) -o $@ yn00.c tools.c $(LIBS)
36
36
chi2 : chi2.c
37
37
        $(CC) $(CFLAGS) -o $@ chi2.c $(LIBS)