| 1 | .SUFFIXES: .o .c |
|---|
| 2 | |
|---|
| 3 | LIBS = -lm -lc |
|---|
| 4 | PROGS = clique coallike consense contml contrast dnacomp dnadist \ |
|---|
| 5 | dnainvar dnaml dnamlk dnamove dnapars dnapenny \ |
|---|
| 6 | dolmove dollop dolpenny drawgram drawtree factor \ |
|---|
| 7 | fitch gendist kitsch mix move neighbor penny \ |
|---|
| 8 | protdist protpars restml retree seqboot |
|---|
| 9 | |
|---|
| 10 | all: $(PROGS:%=../../bin/%) |
|---|
| 11 | |
|---|
| 12 | ../../bin/dnaml: dnaml.o dnaml2.o |
|---|
| 13 | $(ACC) $(cflags) -o $@ dnaml.o dnaml2.o $(LIBS) |
|---|
| 14 | |
|---|
| 15 | ../../bin/dnamlk: dnamlk.o dnamlk2.o |
|---|
| 16 | $(ACC) $(cflags) -o $@ dnamlk.o dnamlk2.o $(LIBS) |
|---|
| 17 | |
|---|
| 18 | ../../bin/drawgram: drawgram.o drawgraphics.o |
|---|
| 19 | $(ACC) $(cflags) -o $@ drawgram.o drawgraphics.o $(LIBS) |
|---|
| 20 | |
|---|
| 21 | ../../bin/drawtree: drawtree.o drawgraphics.o |
|---|
| 22 | $(ACC) $(cflags) -o $@ drawtree.o drawgraphics.o $(LIBS) |
|---|
| 23 | |
|---|
| 24 | ../../bin/mix: mix.o mix2.o |
|---|
| 25 | $(ACC) $(cflags) -o $@ mix.o mix2.o $(LIBS) |
|---|
| 26 | |
|---|
| 27 | ../../bin/restml: restml.o restml2.o |
|---|
| 28 | $(ACC) $(cflags) -o $@ restml.o restml2.o $(LIBS) |
|---|
| 29 | |
|---|
| 30 | ../../bin/protml: protml.o p2clib.o |
|---|
| 31 | $(ACC) $(cflags) -o $@ protml.o p2clib.o $(LIBS) |
|---|
| 32 | |
|---|
| 33 | ../../bin/%: %.c |
|---|
| 34 | $(ACC) $(cflags) -o $@ $< $(LIBS) |
|---|
| 35 | |
|---|
| 36 | .c.o : |
|---|
| 37 | $(ACC) -c $(cflags) $< |
|---|
| 38 | |
|---|
| 39 | depend: |
|---|
| 40 | makedepend $(MAKEDEPENDINC) -p ../../bin/ $(PROGS:%=%.c) |
|---|
| 41 | |
|---|
| 42 | clean: |
|---|
| 43 | @rm $(PROGS) *.o |
|---|
| 44 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
|---|
| 45 | |
|---|
| 46 | ../../bin/clique.o: phylip.h |
|---|
| 47 | ../../bin/clique.o: |
|---|
| 48 | ../../bin/clique.o: |
|---|
| 49 | ../../bin/clique.o: |
|---|
| 50 | ../../bin/clique.o: |
|---|
| 51 | ../../bin/coallike.o: phylip.h |
|---|
| 52 | ../../bin/coallike.o: |
|---|
| 53 | ../../bin/coallike.o: |
|---|
| 54 | ../../bin/coallike.o: |
|---|
| 55 | ../../bin/coallike.o: |
|---|
| 56 | ../../bin/consense.o: phylip.h |
|---|
| 57 | ../../bin/consense.o: |
|---|
| 58 | ../../bin/consense.o: |
|---|
| 59 | ../../bin/consense.o: |
|---|
| 60 | ../../bin/consense.o: |
|---|
| 61 | ../../bin/contml.o: phylip.h |
|---|
| 62 | ../../bin/contml.o: |
|---|
| 63 | ../../bin/contml.o: |
|---|
| 64 | ../../bin/contml.o: |
|---|
| 65 | ../../bin/contml.o: |
|---|
| 66 | ../../bin/contrast.o: phylip.h |
|---|
| 67 | ../../bin/contrast.o: |
|---|
| 68 | ../../bin/contrast.o: |
|---|
| 69 | ../../bin/contrast.o: |
|---|
| 70 | ../../bin/contrast.o: |
|---|
| 71 | ../../bin/dnacomp.o: phylip.h |
|---|
| 72 | ../../bin/dnacomp.o: |
|---|
| 73 | ../../bin/dnacomp.o: |
|---|
| 74 | ../../bin/dnacomp.o: |
|---|
| 75 | ../../bin/dnacomp.o: |
|---|
| 76 | ../../bin/dnadist.o: phylip.h |
|---|
| 77 | ../../bin/dnadist.o: |
|---|
| 78 | ../../bin/dnadist.o: |
|---|
| 79 | ../../bin/dnadist.o: |
|---|
| 80 | ../../bin/dnadist.o: |
|---|
| 81 | ../../bin/dnainvar.o: phylip.h |
|---|
| 82 | ../../bin/dnainvar.o: |
|---|
| 83 | ../../bin/dnainvar.o: |
|---|
| 84 | ../../bin/dnainvar.o: |
|---|
| 85 | ../../bin/dnainvar.o: |
|---|
| 86 | ../../bin/dnaml.o: phylip.h |
|---|
| 87 | ../../bin/dnaml.o: |
|---|
| 88 | ../../bin/dnaml.o: |
|---|
| 89 | ../../bin/dnaml.o: |
|---|
| 90 | ../../bin/dnaml.o: |
|---|
| 91 | ../../bin/dnamlk.o: phylip.h |
|---|
| 92 | ../../bin/dnamlk.o: |
|---|
| 93 | ../../bin/dnamlk.o: |
|---|
| 94 | ../../bin/dnamlk.o: |
|---|
| 95 | ../../bin/dnamlk.o: |
|---|
| 96 | ../../bin/dnamove.o: phylip.h |
|---|
| 97 | ../../bin/dnamove.o: |
|---|
| 98 | ../../bin/dnamove.o: |
|---|
| 99 | ../../bin/dnamove.o: |
|---|
| 100 | ../../bin/dnamove.o: |
|---|
| 101 | ../../bin/dnapars.o: phylip.h |
|---|
| 102 | ../../bin/dnapars.o: |
|---|
| 103 | ../../bin/dnapars.o: |
|---|
| 104 | ../../bin/dnapars.o: |
|---|
| 105 | ../../bin/dnapars.o: |
|---|
| 106 | ../../bin/dnapenny.o: phylip.h |
|---|
| 107 | ../../bin/dnapenny.o: |
|---|
| 108 | ../../bin/dnapenny.o: |
|---|
| 109 | ../../bin/dnapenny.o: |
|---|
| 110 | ../../bin/dnapenny.o: |
|---|
| 111 | ../../bin/dolmove.o: phylip.h |
|---|
| 112 | ../../bin/dolmove.o: |
|---|
| 113 | ../../bin/dolmove.o: |
|---|
| 114 | ../../bin/dolmove.o: |
|---|
| 115 | ../../bin/dolmove.o: |
|---|
| 116 | ../../bin/dollop.o: phylip.h |
|---|
| 117 | ../../bin/dollop.o: |
|---|
| 118 | ../../bin/dollop.o: |
|---|
| 119 | ../../bin/dollop.o: |
|---|
| 120 | ../../bin/dollop.o: |
|---|
| 121 | ../../bin/dolpenny.o: phylip.h |
|---|
| 122 | ../../bin/dolpenny.o: |
|---|
| 123 | ../../bin/dolpenny.o: |
|---|
| 124 | ../../bin/dolpenny.o: |
|---|
| 125 | ../../bin/dolpenny.o: |
|---|
| 126 | ../../bin/drawgram.o: drawgraphics.h phylip.h |
|---|
| 127 | ../../bin/drawgram.o: |
|---|
| 128 | ../../bin/drawgram.o: |
|---|
| 129 | ../../bin/drawgram.o: |
|---|
| 130 | ../../bin/drawgram.o: |
|---|
| 131 | ../../bin/drawgram.o: |
|---|
| 132 | ../../bin/drawtree.o: drawgraphics.h phylip.h |
|---|
| 133 | ../../bin/drawtree.o: |
|---|
| 134 | ../../bin/drawtree.o: |
|---|
| 135 | ../../bin/drawtree.o: |
|---|
| 136 | ../../bin/drawtree.o: |
|---|
| 137 | ../../bin/drawtree.o: |
|---|
| 138 | ../../bin/factor.o: phylip.h |
|---|
| 139 | ../../bin/factor.o: |
|---|
| 140 | ../../bin/factor.o: |
|---|
| 141 | ../../bin/factor.o: |
|---|
| 142 | ../../bin/factor.o: |
|---|
| 143 | ../../bin/fitch.o: phylip.h |
|---|
| 144 | ../../bin/fitch.o: |
|---|
| 145 | ../../bin/fitch.o: |
|---|
| 146 | ../../bin/fitch.o: |
|---|
| 147 | ../../bin/fitch.o: |
|---|
| 148 | ../../bin/gendist.o: phylip.h |
|---|
| 149 | ../../bin/gendist.o: |
|---|
| 150 | ../../bin/gendist.o: |
|---|
| 151 | ../../bin/gendist.o: |
|---|
| 152 | ../../bin/gendist.o: |
|---|
| 153 | ../../bin/kitsch.o: phylip.h |
|---|
| 154 | ../../bin/kitsch.o: |
|---|
| 155 | ../../bin/kitsch.o: |
|---|
| 156 | ../../bin/kitsch.o: |
|---|
| 157 | ../../bin/kitsch.o: |
|---|
| 158 | ../../bin/mix.o: phylip.h |
|---|
| 159 | ../../bin/mix.o: |
|---|
| 160 | ../../bin/mix.o: |
|---|
| 161 | ../../bin/mix.o: |
|---|
| 162 | ../../bin/move.o: phylip.h |
|---|
| 163 | ../../bin/move.o: |
|---|
| 164 | ../../bin/move.o: |
|---|
| 165 | ../../bin/move.o: |
|---|
| 166 | ../../bin/move.o: |
|---|
| 167 | ../../bin/neighbor.o: phylip.h |
|---|
| 168 | ../../bin/neighbor.o: |
|---|
| 169 | ../../bin/neighbor.o: |
|---|
| 170 | ../../bin/neighbor.o: |
|---|
| 171 | ../../bin/neighbor.o: |
|---|
| 172 | ../../bin/penny.o: phylip.h |
|---|
| 173 | ../../bin/penny.o: |
|---|
| 174 | ../../bin/penny.o: |
|---|
| 175 | ../../bin/penny.o: |
|---|
| 176 | ../../bin/penny.o: |
|---|
| 177 | ../../bin/protdist.o: phylip.h |
|---|
| 178 | ../../bin/protdist.o: |
|---|
| 179 | ../../bin/protdist.o: |
|---|
| 180 | ../../bin/protdist.o: |
|---|
| 181 | ../../bin/protdist.o: |
|---|
| 182 | ../../bin/protpars.o: phylip.h |
|---|
| 183 | ../../bin/protpars.o: |
|---|
| 184 | ../../bin/protpars.o: |
|---|
| 185 | ../../bin/protpars.o: |
|---|
| 186 | ../../bin/protpars.o: |
|---|
| 187 | ../../bin/restml.o: phylip.h |
|---|
| 188 | ../../bin/restml.o: |
|---|
| 189 | ../../bin/restml.o: |
|---|
| 190 | ../../bin/restml.o: |
|---|
| 191 | ../../bin/restml.o: |
|---|
| 192 | ../../bin/retree.o: phylip.h |
|---|
| 193 | ../../bin/retree.o: |
|---|
| 194 | ../../bin/retree.o: |
|---|
| 195 | ../../bin/retree.o: |
|---|
| 196 | ../../bin/retree.o: |
|---|
| 197 | ../../bin/seqboot.o: phylip.h |
|---|
| 198 | ../../bin/seqboot.o: |
|---|
| 199 | ../../bin/seqboot.o: |
|---|
| 200 | ../../bin/seqboot.o: |
|---|
| 201 | ../../bin/seqboot.o: |
|---|