source: tags/initial/TREE_COMPRESS/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: 811 bytes
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2.SUFFIXES: .o .c .cxx
3
4OBJECTS = TC_main.o BI_helix.o
5
6$(MAIN): $(OBJECTS)
7        $(AR) $(MAIN) $(OBJECTS)
8.cxx.o: 
9        $(CPP) $(cflags) -c -o $@ $< $(CPPINCLUDES)
10depend:
11        $(MAKEDEPEND) $(MAKEDEPENDINC) $(OBJECTS:.o=.cxx)
12# DO NOT DELETE THIS LINE -- make depend depends on it.
13
14TC_main.o:
15TC_main.o:
16TC_main.o: $(ARBHOME)/INCLUDE/arbdb.h
17TC_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
18TC_main.o: $(ARBHOME)/INCLUDE/arbdbt.h
19TC_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h tc.hxx
20TC_main.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
21BI_helix.o:
22BI_helix.o:
23BI_helix.o:
24BI_helix.o: $(ARBHOME)/INCLUDE/arbdb.h
25BI_helix.o: $(ARBHOME)/INCLUDE/ad_prot.h
26BI_helix.o: $(ARBHOME)/INCLUDE/arbdbt.h
27BI_helix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
28BI_helix.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
Note: See TracBrowser for help on using the repository browser.