source: tags/initial/ALIV3/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: 2.2 KB
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2
3.SUFFIXES: .o .c .cxx
4
5CPP_OBJECTS = a3.o a3_seq.o a3_ptree1.o a3_ptree2.o a3_helix.o a3_darray.o a3_ali.o a3_matrix.o a3_arbdb.o a3_bihelix.o
6C_OBJECTS   = a3_basen.o
7
8$(MAIN): $(CPP_OBJECTS) $(C_OBJECTS)
9        $(AR) $(MAIN) $(CPP_OBJECTS) $(C_OBJECTS)
10
11.cxx.o: 
12        $(CPP) $(cflags) -c $< $(CPPINCLUDES)
13
14.c.o:
15        $(ACC) $(cflags) -c $< $(CPPINCLUDES)
16
17clean:
18        @-rm $(CPP_OBJECTS) $(C_OBJECTS)
19depend:
20        $(MAKEDEPEND) $(MAKEDEPENDINC) $(CPP_OBJECTS:.o=.cxx) $(C_OBJECTS:.o=.c)
21
22# DO NOT DELETE THIS LINE -- make depend depends on it.
23
24a3.o: 
25a3.o: 
26a3.o: 
27a3.o:  a3_arbdb.hxx
28a3.o: $(ARBHOME)/INCLUDE/arbdb.h
29a3.o: $(ARBHOME)/INCLUDE/ad_prot.h
30a3.o: $(ARBHOME)/INCLUDE/arbdbt.h
31a3.o: $(ARBHOME)/INCLUDE/ad_t_prot.h a3_bihelix.hxx a3_ali.hxx
32a3.o: a3_ptree.hxx a3_seq.hxx
33a3.o:   a3_types.h
34a3.o: a3_helix.hxx a3_darray.hxx
35a3_seq.o: 
36a3_seq.o: 
37a3_seq.o: 
38a3_seq.o: 
39a3_seq.o: 
40a3_seq.o:  a3_basen.h a3_seq.hxx
41a3_seq.o: a3_types.h
42a3_ptree1.o: 
43a3_ptree1.o:  a3_basen.h a3_ptree.hxx
44a3_ptree1.o: a3_seq.hxx
45a3_ptree1.o: 
46a3_ptree1.o: a3_types.h
47a3_ptree2.o: 
48a3_ptree2.o:  a3_basen.h a3_ptree.hxx
49a3_ptree2.o: a3_seq.hxx
50a3_ptree2.o: 
51a3_ptree2.o: a3_types.h
52a3_helix.o: 
53a3_helix.o: 
54a3_helix.o:  a3_helix.hxx a3_types.h
55a3_helix.o: a3_darray.hxx a3_ali.hxx a3_ptree.hxx a3_seq.hxx a3_matrix.hxx
56a3_darray.o: 
57a3_darray.o: 
58a3_darray.o: 
59a3_darray.o:  a3_darray.hxx
60a3_ali.o: 
61a3_ali.o: 
62a3_ali.o: a3_ali.hxx a3_ptree.hxx a3_seq.hxx a3_types.h a3_helix.hxx
63a3_ali.o: a3_darray.hxx
64a3_matrix.o: 
65a3_matrix.o: 
66a3_matrix.o: a3_matrix.hxx a3_darray.hxx
67a3_arbdb.o: 
68a3_arbdb.o: 
69a3_arbdb.o: 
70a3_arbdb.o: 
71a3_arbdb.o: 
72a3_arbdb.o: 
73a3_arbdb.o:   a3_arbdb.hxx
74a3_arbdb.o: $(ARBHOME)/INCLUDE/arbdb.h
75a3_arbdb.o: $(ARBHOME)/INCLUDE/ad_prot.h
76a3_arbdb.o: $(ARBHOME)/INCLUDE/arbdbt.h
77a3_arbdb.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
78a3_bihelix.o: 
79a3_bihelix.o: 
80a3_bihelix.o: 
81a3_bihelix.o: 
82a3_bihelix.o: 
83a3_bihelix.o: 
84a3_bihelix.o:   a3_bihelix.hxx
85a3_bihelix.o: a3_arbdb.hxx $(ARBHOME)/INCLUDE/arbdb.h
86a3_bihelix.o: $(ARBHOME)/INCLUDE/ad_prot.h
87a3_bihelix.o: $(ARBHOME)/INCLUDE/arbdbt.h
88a3_bihelix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
89a3_basen.o: a3_basen.h
Note: See TracBrowser for help on using the repository browser.