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