source: tags/initial/CAT/Makefile

Last change on this file was 2, checked in by oldcode, 23 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
5CPP_OBJECTS =   CAT_tree.o
6
7$(MAIN): $(CPP_OBJECTS)
8        $(AR) $(MAIN) $(CPP_OBJECTS)
9
10.cxx.o: 
11        $(CPP) $(cflags) -c $< $(CPPINCLUDES)
12
13depend:
14        $(MAKEDEPEND) $(MAKEDEPENDINC) $(CPP_OBJECTS:.o=.cxx)
15# DO NOT DELETE THIS LINE -- make depend depends on it.
16
17CAT_tree.o: 
18CAT_tree.o: 
19CAT_tree.o: 
20CAT_tree.o: 
21CAT_tree.o: 
22CAT_tree.o: 
23CAT_tree.o: 
24CAT_tree.o: $(ARBHOME)/INCLUDE/arbdb.h
25CAT_tree.o: $(ARBHOME)/INCLUDE/ad_prot.h
26CAT_tree.o: $(ARBHOME)/INCLUDE/arbdbt.h
27CAT_tree.o: $(ARBHOME)/INCLUDE/ad_t_prot.h cat_tree.hxx
Note: See TracBrowser for help on using the repository browser.