~ubuntu-branches/debian/sid/pftools/sid

« back to all changes in this revision

Viewing changes to src/Fortran/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2017-03-31 14:01:39 UTC
  • Revision ID: package-import@ubuntu.com-20170331140139-povxg86r196gejfa
Tags: upstream-3+dfsg
ImportĀ upstreamĀ versionĀ 3+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bin_PROGRAMS = htop ptoh ptof pfw 2ft 6ft psa2msa pfscan pfmake pfscale pfsearch
 
2
 
 
3
htop_SOURCES = htop.f
 
4
ptoh_SOURCES = ptoh.f
 
5
ptof_SOURCES = ptof.f
 
6
pfw_SOURCES = pfw.f
 
7
pfw_LDADD = io.o
 
8
2ft_SOURCES = 2ft.f
 
9
6ft_SOURCES = 6ft.f
 
10
psa2msa_SOURCES = psa2msa.f
 
11
psa2msa_LDADD = io.o
 
12
pfscan_SOURCES = pfscan.f
 
13
pfmake_SOURCES = pfmake.f
 
14
pfscale_SOURCES = pfscale.f
 
15
pfsearch_SOURCES = pfsearch.f
 
16
 
 
17
io.o: io.c
 
18
        $(CC) -c io.c -o io.o
 
19
        
 
 
b'\\ No newline at end of file'