1 | |
---|
2 | # INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben |
---|
3 | .SUFFIXES: .o .cxx |
---|
4 | |
---|
5 | CPP_OBJECTS = D_main.o D_classes.o D_awt_graphic_designer.o |
---|
6 | |
---|
7 | |
---|
8 | .cxx.o: |
---|
9 | $(CPP) $(cflags) -c $< $(CPPINCLUDES) |
---|
10 | |
---|
11 | |
---|
12 | $(MAIN): $(CPP_OBJECTS) |
---|
13 | $(AR) $(MAIN) $(CPP_OBJECTS) |
---|
14 | |
---|
15 | depend: |
---|
16 | $(MAKEDEPEND) $(MAKEDEPENDINC) $(CPP_OBJECTS:.o=.cxx) |
---|
17 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
---|
18 | |
---|
19 | D_main.o: |
---|
20 | D_main.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
21 | D_main.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
22 | D_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
23 | D_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
24 | D_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
25 | D_main.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
26 | D_main.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
27 | D_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
28 | D_main.o: $(ARBHOME)/INCLUDE/awt_preset.hxx d_classes.hxx |
---|
29 | D_main.o: d_main.hxx d_awt_graphic_designer.hxx |
---|
30 | D_classes.o: d_classes.hxx |
---|
31 | D_awt_graphic_designer.o: |
---|
32 | D_awt_graphic_designer.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
33 | D_awt_graphic_designer.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
34 | D_awt_graphic_designer.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
35 | D_awt_graphic_designer.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
36 | D_awt_graphic_designer.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
37 | D_awt_graphic_designer.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
38 | D_awt_graphic_designer.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
39 | D_awt_graphic_designer.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
40 | D_awt_graphic_designer.o: $(ARBHOME)/INCLUDE/awt_preset.hxx |
---|
41 | D_awt_graphic_designer.o: d_awt_graphic_designer.hxx |
---|