source: tags/svn.1.5.4/PROBE_DESIGN/Makefile

Last change on this file was 8355, checked in by westram, 13 years ago
  • moved aw_question() and relatives into aw_question.hxx
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.2 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) $(POST_COMPILE)
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_prot.h
33probe_design.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
34probe_design.o: $(ARBHOME)/INCLUDE/adGene.h
35probe_design.o: $(ARBHOME)/INCLUDE/aisc_global.h
36probe_design.o: $(ARBHOME)/INCLUDE/AliView.hxx
37probe_design.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx
38probe_design.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx
39probe_design.o: $(ARBHOME)/INCLUDE/arb_assert.h
40probe_design.o: $(ARBHOME)/INCLUDE/arb_core.h
41probe_design.o: $(ARBHOME)/INCLUDE/arb_error.h
42probe_design.o: $(ARBHOME)/INCLUDE/arb_file.h
43probe_design.o: $(ARBHOME)/INCLUDE/arb_msg.h
44probe_design.o: $(ARBHOME)/INCLUDE/arb_progress.h
45probe_design.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
46probe_design.o: $(ARBHOME)/INCLUDE/arb_string.h
47probe_design.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
48probe_design.o: $(ARBHOME)/INCLUDE/arbdb.h
49probe_design.o: $(ARBHOME)/INCLUDE/arbdb_base.h
50probe_design.o: $(ARBHOME)/INCLUDE/arbdbt.h
51probe_design.o: $(ARBHOME)/INCLUDE/arbtools.h
52probe_design.o: $(ARBHOME)/INCLUDE/attributes.h
53probe_design.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
54probe_design.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
55probe_design.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
56probe_design.o: $(ARBHOME)/INCLUDE/aw_base.hxx
57probe_design.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
58probe_design.o: $(ARBHOME)/INCLUDE/aw_device.hxx
59probe_design.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
60probe_design.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
61probe_design.o: $(ARBHOME)/INCLUDE/aw_position.hxx
62probe_design.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
63probe_design.o: $(ARBHOME)/INCLUDE/aw_question.hxx
64probe_design.o: $(ARBHOME)/INCLUDE/aw_root.hxx
65probe_design.o: $(ARBHOME)/INCLUDE/aw_select.hxx
66probe_design.o: $(ARBHOME)/INCLUDE/aw_window.hxx
67probe_design.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
68probe_design.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
69probe_design.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
70probe_design.o: $(ARBHOME)/INCLUDE/bytestring.h
71probe_design.o: $(ARBHOME)/INCLUDE/cb.h
72probe_design.o: $(ARBHOME)/INCLUDE/client.h
73probe_design.o: $(ARBHOME)/INCLUDE/client_types.h
74probe_design.o: $(ARBHOME)/INCLUDE/downcast.h
75probe_design.o: $(ARBHOME)/INCLUDE/dupstr.h
76probe_design.o: $(ARBHOME)/INCLUDE/GEN.hxx
77probe_design.o: $(ARBHOME)/INCLUDE/items.h
78probe_design.o: $(ARBHOME)/INCLUDE/iupac.h
79probe_design.o: $(ARBHOME)/INCLUDE/PT_com.h
80probe_design.o: $(ARBHOME)/INCLUDE/servercntrl.h
81probe_design.o: $(ARBHOME)/INCLUDE/smartptr.h
82probe_design.o: $(ARBHOME)/INCLUDE/test_global.h
83probe_design.o: $(ARBHOME)/INCLUDE/TreeCallbacks.hxx
84probe_design.o: $(ARBHOME)/INCLUDE/TreeDisplay.hxx
85
86probe_match_parser.o: probe_match_parser.hxx
87probe_match_parser.o: $(ARBHOME)/INCLUDE/ad_prot.h
88probe_match_parser.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
89probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_assert.h
90probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_core.h
91probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_defs.h
92probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_error.h
93probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_msg.h
94probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_string.h
95probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdb.h
96probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdb_base.h
97probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdbt.h
98probe_match_parser.o: $(ARBHOME)/INCLUDE/arbtools.h
99probe_match_parser.o: $(ARBHOME)/INCLUDE/attributes.h
100probe_match_parser.o: $(ARBHOME)/INCLUDE/dupstr.h
101probe_match_parser.o: $(ARBHOME)/INCLUDE/smartptr.h
102probe_match_parser.o: $(ARBHOME)/INCLUDE/test_global.h
103
104SaiProbeVisualization.o: probe_match_parser.hxx
105SaiProbeVisualization.o: SaiProbeVisualization.hxx
106SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ad_prot.h
107SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
108SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_assert.h
109SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_core.h
110SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_error.h
111SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_msg.h
112SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_string.h
113SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdb.h
114SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdb_base.h
115SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdbt.h
116SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbtools.h
117SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/attributes.h
118SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
119SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
120SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
121SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_base.hxx
122SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_device.hxx
123SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
124SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
125SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_position.hxx
126SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
127SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_root.hxx
128SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_window.hxx
129SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
130SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
131SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
132SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cb.h
133SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/dupstr.h
134SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/items.h
135SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/nds.h
136SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/smartptr.h
137SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the repository browser.