| 1 | # Copyright (c) 2004 - 2005 Kai Bader <baderk@in.tum.de> |
|---|
| 2 | # |
|---|
| 3 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|---|
| 4 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|---|
| 5 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
|---|
| 6 | # AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN |
|---|
| 7 | # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
|---|
| 8 | # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
|---|
| 9 | |
|---|
| 10 | # CVS REVISION TAG -- $Revision: 5709 $ |
|---|
| 11 | |
|---|
| 12 | # INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben |
|---|
| 13 | |
|---|
| 14 | .SUFFIXES: .o .cxx .depend |
|---|
| 15 | |
|---|
| 16 | CPP_OBJECTS = main.o dialog.o arb_interface.o main_dialog.o \ |
|---|
| 17 | import_dialog.o selection_dialog.o file_import.o tiff_image.o \ |
|---|
| 18 | image_dialog.o plot.o analyze_window.o entry_sel_dialog.o \ |
|---|
| 19 | config_dialog.o help_dialog.o msgbox.o |
|---|
| 20 | |
|---|
| 21 | $(MAIN): $(CPP_OBJECTS) |
|---|
| 22 | $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS) |
|---|
| 23 | |
|---|
| 24 | .cxx.o: |
|---|
| 25 | $(CPP) $(cflags) -c -o $@ $(@:.o=.cxx) $(CPPINCLUDES) |
|---|
| 26 | |
|---|
| 27 | clean: |
|---|
| 28 | rm -f $(CPP_OBJECTS) *.a |
|---|
| 29 | |
|---|
| 30 | DEPENDS = $(CPP_OBJECTS:.o=.depend) |
|---|
| 31 | depends: $(DEPENDS) |
|---|
| 32 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
|---|
| 33 | @rm $(DEPENDS) |
|---|
| 34 | $(DEPENDS): depend.init |
|---|
| 35 | depend.init: |
|---|
| 36 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
|---|
| 37 | .c.depend: |
|---|
| 38 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
|---|
| 39 | .cxx.depend: |
|---|
| 40 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
|---|
| 41 | |
|---|
| 42 | # DO NOT DELETE |
|---|
| 43 | |
|---|
| 44 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
|---|
| 45 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl |
|---|
| 46 | |
|---|
| 47 | analyze_window.o: analyze_window.hxx |
|---|
| 48 | analyze_window.o: dialog.hxx |
|---|
| 49 | analyze_window.o: plot.hxx |
|---|
| 50 | |
|---|
| 51 | arb_interface.o: arb_interface.hxx |
|---|
| 52 | arb_interface.o: xm_defs.hxx |
|---|
| 53 | arb_interface.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 54 | arb_interface.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 55 | arb_interface.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 56 | arb_interface.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 57 | arb_interface.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 58 | arb_interface.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 59 | arb_interface.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 60 | arb_interface.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 61 | arb_interface.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 62 | arb_interface.o: $(ARBHOME)/INCLUDE/EXP.hxx |
|---|
| 63 | |
|---|
| 64 | config_dialog.o: arb_interface.hxx |
|---|
| 65 | config_dialog.o: config_dialog.hxx |
|---|
| 66 | config_dialog.o: dialog.hxx |
|---|
| 67 | config_dialog.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 68 | config_dialog.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 69 | config_dialog.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 70 | config_dialog.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 71 | config_dialog.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 72 | config_dialog.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 73 | config_dialog.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 74 | config_dialog.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 75 | |
|---|
| 76 | dialog.o: dialog.hxx |
|---|
| 77 | dialog.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 78 | dialog.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 79 | dialog.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 80 | dialog.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 81 | dialog.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 82 | dialog.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 83 | dialog.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 84 | dialog.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 85 | |
|---|
| 86 | entry_sel_dialog.o: arb_interface.hxx |
|---|
| 87 | entry_sel_dialog.o: dialog.hxx |
|---|
| 88 | entry_sel_dialog.o: entry_sel_dialog.hxx |
|---|
| 89 | entry_sel_dialog.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 90 | entry_sel_dialog.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 91 | entry_sel_dialog.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 92 | entry_sel_dialog.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 93 | entry_sel_dialog.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 94 | entry_sel_dialog.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 95 | entry_sel_dialog.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 96 | entry_sel_dialog.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 97 | |
|---|
| 98 | file_import.o: arb_interface.hxx |
|---|
| 99 | file_import.o: file_import.hxx |
|---|
| 100 | file_import.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 101 | file_import.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 102 | file_import.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 103 | file_import.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 104 | file_import.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 105 | file_import.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 106 | file_import.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 107 | file_import.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 108 | |
|---|
| 109 | help_dialog.o: dialog.hxx |
|---|
| 110 | help_dialog.o: help_dialog.hxx |
|---|
| 111 | |
|---|
| 112 | image_dialog.o: arb_interface.hxx |
|---|
| 113 | image_dialog.o: config_dialog.hxx |
|---|
| 114 | image_dialog.o: dialog.hxx |
|---|
| 115 | image_dialog.o: help_dialog.hxx |
|---|
| 116 | image_dialog.o: image_dialog.hxx |
|---|
| 117 | image_dialog.o: selection_dialog.hxx |
|---|
| 118 | image_dialog.o: tiff_image.hxx |
|---|
| 119 | image_dialog.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 120 | image_dialog.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 121 | image_dialog.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 122 | image_dialog.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 123 | image_dialog.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 124 | image_dialog.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 125 | image_dialog.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 126 | image_dialog.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 127 | |
|---|
| 128 | import_dialog.o: arb_interface.hxx |
|---|
| 129 | import_dialog.o: dialog.hxx |
|---|
| 130 | import_dialog.o: entry_sel_dialog.hxx |
|---|
| 131 | import_dialog.o: file_import.hxx |
|---|
| 132 | import_dialog.o: import_dialog.hxx |
|---|
| 133 | import_dialog.o: selection_dialog.hxx |
|---|
| 134 | import_dialog.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 135 | import_dialog.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 136 | import_dialog.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 137 | import_dialog.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 138 | import_dialog.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 139 | import_dialog.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 140 | import_dialog.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 141 | import_dialog.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 142 | |
|---|
| 143 | main.o: arb_interface.hxx |
|---|
| 144 | main.o: dialog.hxx |
|---|
| 145 | main.o: file_import.hxx |
|---|
| 146 | main.o: image_dialog.hxx |
|---|
| 147 | main.o: import_dialog.hxx |
|---|
| 148 | main.o: main_dialog.hxx |
|---|
| 149 | main.o: tiff_image.hxx |
|---|
| 150 | main.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 151 | main.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 152 | main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 153 | main.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 154 | main.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 155 | main.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 156 | main.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 157 | main.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 158 | |
|---|
| 159 | main_dialog.o: analyze_window.hxx |
|---|
| 160 | main_dialog.o: arb_interface.hxx |
|---|
| 161 | main_dialog.o: config_dialog.hxx |
|---|
| 162 | main_dialog.o: dialog.hxx |
|---|
| 163 | main_dialog.o: file_import.hxx |
|---|
| 164 | main_dialog.o: image_dialog.hxx |
|---|
| 165 | main_dialog.o: import_dialog.hxx |
|---|
| 166 | main_dialog.o: main_dialog.hxx |
|---|
| 167 | main_dialog.o: msgbox.hxx |
|---|
| 168 | main_dialog.o: plot.hxx |
|---|
| 169 | main_dialog.o: tiff_image.hxx |
|---|
| 170 | main_dialog.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 171 | main_dialog.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 172 | main_dialog.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 173 | main_dialog.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 174 | main_dialog.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 175 | main_dialog.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 176 | main_dialog.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 177 | main_dialog.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 178 | |
|---|
| 179 | msgbox.o: dialog.hxx |
|---|
| 180 | msgbox.o: msgbox.hxx |
|---|
| 181 | msgbox.o: xm_defs.hxx |
|---|
| 182 | |
|---|
| 183 | plot.o: plot.hxx |
|---|
| 184 | |
|---|
| 185 | selection_dialog.o: arb_interface.hxx |
|---|
| 186 | selection_dialog.o: dialog.hxx |
|---|
| 187 | selection_dialog.o: selection_dialog.hxx |
|---|
| 188 | selection_dialog.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 189 | selection_dialog.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 190 | selection_dialog.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 191 | selection_dialog.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 192 | selection_dialog.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 193 | selection_dialog.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 194 | selection_dialog.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 195 | selection_dialog.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 196 | |
|---|
| 197 | tiff_image.o: tiff_image.hxx |
|---|