source: tags/initial/CONVERTALN/Makefile

Last change on this file was 2, checked in by oldcode, 24 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 
1OBJECT=  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
12proto:
13        rm -f prototypes.h
14        ../MAKEBIN/aisc_mkpt -C $(OBJECT:.o=.c) >prototypes.h
15
16depend:
17        $(MAKEDEPEND) $(OBJECT:.o=.c*)
18
19# DO NOT DELETE THIS LINE -- make depend depends on it.
20
21main.o: 
22main.o: 
23main.o: 
24main.o:  convert.h global.h prototypes.h
25fconv.o: 
26fconv.o: 
27fconv.o:   convert.h
28fconv.o: global.h prototypes.h
29mg.o: 
30mg.o: 
31mg.o:   convert.h global.h
32mg.o: prototypes.h
33genbank.o: 
34genbank.o: 
35genbank.o: 
36genbank.o:  convert.h global.h prototypes.h
37macke.o: 
38macke.o: 
39macke.o:   convert.h
40macke.o: global.h prototypes.h
41phylip.o: 
42phylip.o: 
43phylip.o:   convert.h
44phylip.o: global.h prototypes.h
45paup.o: 
46paup.o: 
47paup.o:   convert.h global.h
48paup.o: prototypes.h
49util.o: 
50util.o: 
51util.o: 
52util.o:   
53util.o: convert.h global.h prototypes.h
54date.o: 
55date.o: 
56date.o: 
57date.o:   
58date.o: 
59date.o: 
60date.o:  convert.h global.h prototypes.h
61embl.o: 
62embl.o: 
63embl.o:   convert.h global.h
64embl.o: prototypes.h
65gcg.o: 
66gcg.o: 
67gcg.o:   convert.h global.h
68gcg.o: prototypes.h
69printable.o: 
70printable.o: 
71printable.o:   convert.h
72printable.o: global.h prototypes.h
73alma.o: 
74alma.o: 
75alma.o: 
76alma.o:  convert.h global.h prototypes.h
77routines.o: 
78routines.o: 
79routines.o:   convert.h
80routines.o: global.h prototypes.h
Note: See TracBrowser for help on using the repository browser.