source: branches/port5/PROBE_DESIGN/Makefile

Last change on this file was 5953, checked in by westram, 16 years ago
  • awt_create_selection_list_on_scand
    • pass label for popup button - currently there are multiple buttons with same remote-command-id in query window, this offers a way to fix it.
    • packed two bool params ('add_all_fields_pseudo_field' and 'include_hidden_fields') into enum 'awt_selected_fields'
  • moved awt_changekey.hxx to (empty) awt_item_sel_list.hxx
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.5 KB
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2.SUFFIXES: .o .cxx .depend
3CPP_OBJECTS = probe_design.o SaiProbeVisualization.o probe_match_parser.o
4$(MAIN): $(CPP_OBJECTS)
5        $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS)
6.cxx.o:
7        $(CPP) $(cflags) -c -o $@ $(@:.o=.cxx)  $(CPPINCLUDES)
8
9clean:
10        rm -f $(CPP_OBJECTS) *.a
11
12DEPENDS = $(CPP_OBJECTS:.o=.depend)
13depends: $(DEPENDS)
14        @cat $(DEPENDS) | grep -v '^#' >>Makefile
15        @rm $(DEPENDS)
16$(DEPENDS): depend.init
17depend.init:
18        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
19.c.depend:
20        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
21.cxx.depend:
22        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
23
24# DO NOT DELETE THIS LINE -- make depend depends on it.
25
26# Do not add dependencies manually - use 'make depend' in $ARBHOME
27# For formatting issues see SOURCE_TOOLS/fix_depends.pl
28
29probe_design.o: probe_design.hxx
30probe_design.o: probe_match_parser.hxx
31probe_design.o: SaiProbeVisualization.hxx
32probe_design.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
33probe_design.o: $(ARBHOME)/INCLUDE/ad_prot.h
34probe_design.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
35probe_design.o: $(ARBHOME)/INCLUDE/adGene.h
36probe_design.o: $(ARBHOME)/INCLUDE/arb_assert.h
37probe_design.o: $(ARBHOME)/INCLUDE/arbdb.h
38probe_design.o: $(ARBHOME)/INCLUDE/arbdb_base.h
39probe_design.o: $(ARBHOME)/INCLUDE/arbdbt.h
40probe_design.o: $(ARBHOME)/INCLUDE/arbtools.h
41probe_design.o: $(ARBHOME)/INCLUDE/attributes.h
42probe_design.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
43probe_design.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
44probe_design.o: $(ARBHOME)/INCLUDE/aw_device.hxx
45probe_design.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
46probe_design.o: $(ARBHOME)/INCLUDE/aw_position.hxx
47probe_design.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
48probe_design.o: $(ARBHOME)/INCLUDE/aw_root.hxx
49probe_design.o: $(ARBHOME)/INCLUDE/aw_window.hxx
50probe_design.o: $(ARBHOME)/INCLUDE/awt.hxx
51probe_design.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
52probe_design.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
53probe_design.o: $(ARBHOME)/INCLUDE/awt_dtree.hxx
54probe_design.o: $(ARBHOME)/INCLUDE/awt_iupac.hxx
55probe_design.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
56probe_design.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
57probe_design.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
58probe_design.o: $(ARBHOME)/INCLUDE/awt_tree_cb.hxx
59probe_design.o: $(ARBHOME)/INCLUDE/client.h
60probe_design.o: $(ARBHOME)/INCLUDE/GEN.hxx
61probe_design.o: $(ARBHOME)/INCLUDE/PT_com.h
62probe_design.o: $(ARBHOME)/INCLUDE/servercntrl.h
63
64probe_match_parser.o: probe_match_parser.hxx
65probe_match_parser.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
66probe_match_parser.o: $(ARBHOME)/INCLUDE/ad_prot.h
67probe_match_parser.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
68probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_assert.h
69probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdb.h
70probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdb_base.h
71probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdbt.h
72probe_match_parser.o: $(ARBHOME)/INCLUDE/arbtools.h
73probe_match_parser.o: $(ARBHOME)/INCLUDE/attributes.h
74
75SaiProbeVisualization.o: probe_match_parser.hxx
76SaiProbeVisualization.o: SaiProbeVisualization.hxx
77SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
78SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ad_prot.h
79SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
80SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_assert.h
81SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdb.h
82SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdb_base.h
83SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdbt.h
84SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbtools.h
85SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/attributes.h
86SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
87SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
88SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_device.hxx
89SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
90SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_position.hxx
91SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
92SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_root.hxx
93SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_window.hxx
94SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt.hxx
95SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
96SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
97SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_dtree.hxx
98SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_nds.hxx
99SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
100SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
101SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
102SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_tree_cb.hxx
Note: See TracBrowser for help on using the repository browser.