|
Last change
on this file was
2,
checked in by oldcode, 25 years ago
|
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
1.5 KB
|
| Line | |
|---|
| 1 | OBJECT= main.o fconv.o mg.o genbank.o macke.o phylip.o paup.o \ |
|---|
| 2 | util.o date.o embl.o gcg.o printable.o alma.o \ |
|---|
| 3 | routines.o |
|---|
| 4 | |
|---|
| 5 | .SUFFIXES: .o .c .cxx |
|---|
| 6 | |
|---|
| 7 | $(ARBHOME)/bin/arb_convert_aln: $(OBJECT) |
|---|
| 8 | $(ACC) $(cflags) -o $@ $(OBJECT) |
|---|
| 9 | .c.o: |
|---|
| 10 | $(ACC) $(cflags) -c $< $(AINCLUDES) |
|---|
| 11 | |
|---|
| 12 | proto: |
|---|
| 13 | rm -f prototypes.h |
|---|
| 14 | ../MAKEBIN/aisc_mkpt -C $(OBJECT:.o=.c) >prototypes.h |
|---|
| 15 | |
|---|
| 16 | depend: |
|---|
| 17 | $(MAKEDEPEND) $(OBJECT:.o=.c*) |
|---|
| 18 | |
|---|
| 19 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
|---|
| 20 | |
|---|
| 21 | main.o: |
|---|
| 22 | main.o: |
|---|
| 23 | main.o: |
|---|
| 24 | main.o: convert.h global.h prototypes.h |
|---|
| 25 | fconv.o: |
|---|
| 26 | fconv.o: |
|---|
| 27 | fconv.o: convert.h |
|---|
| 28 | fconv.o: global.h prototypes.h |
|---|
| 29 | mg.o: |
|---|
| 30 | mg.o: |
|---|
| 31 | mg.o: convert.h global.h |
|---|
| 32 | mg.o: prototypes.h |
|---|
| 33 | genbank.o: |
|---|
| 34 | genbank.o: |
|---|
| 35 | genbank.o: |
|---|
| 36 | genbank.o: convert.h global.h prototypes.h |
|---|
| 37 | macke.o: |
|---|
| 38 | macke.o: |
|---|
| 39 | macke.o: convert.h |
|---|
| 40 | macke.o: global.h prototypes.h |
|---|
| 41 | phylip.o: |
|---|
| 42 | phylip.o: |
|---|
| 43 | phylip.o: convert.h |
|---|
| 44 | phylip.o: global.h prototypes.h |
|---|
| 45 | paup.o: |
|---|
| 46 | paup.o: |
|---|
| 47 | paup.o: convert.h global.h |
|---|
| 48 | paup.o: prototypes.h |
|---|
| 49 | util.o: |
|---|
| 50 | util.o: |
|---|
| 51 | util.o: |
|---|
| 52 | util.o: |
|---|
| 53 | util.o: convert.h global.h prototypes.h |
|---|
| 54 | date.o: |
|---|
| 55 | date.o: |
|---|
| 56 | date.o: |
|---|
| 57 | date.o: |
|---|
| 58 | date.o: |
|---|
| 59 | date.o: |
|---|
| 60 | date.o: convert.h global.h prototypes.h |
|---|
| 61 | embl.o: |
|---|
| 62 | embl.o: |
|---|
| 63 | embl.o: convert.h global.h |
|---|
| 64 | embl.o: prototypes.h |
|---|
| 65 | gcg.o: |
|---|
| 66 | gcg.o: |
|---|
| 67 | gcg.o: convert.h global.h |
|---|
| 68 | gcg.o: prototypes.h |
|---|
| 69 | printable.o: |
|---|
| 70 | printable.o: |
|---|
| 71 | printable.o: convert.h |
|---|
| 72 | printable.o: global.h prototypes.h |
|---|
| 73 | alma.o: |
|---|
| 74 | alma.o: |
|---|
| 75 | alma.o: |
|---|
| 76 | alma.o: convert.h global.h prototypes.h |
|---|
| 77 | routines.o: |
|---|
| 78 | routines.o: |
|---|
| 79 | routines.o: convert.h |
|---|
| 80 | routines.o: global.h prototypes.h |
|---|
Note: See
TracBrowser
for help on using the repository browser.