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