source: trunk/TREE_COMPRESS/Makefile @ 5225

Last change on this file since 5225 was 5225, checked in by westram, 17 years ago
  • changed names of linker commands
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 824 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        $(LINK_STATIC_LIB) $(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.