source: tags/ms_r18q1/AWTC/Makefile

Last change on this file was 16469, checked in by westram, 6 years ago
  • reintegrates 'textedit' into 'trunk'
    • fixes #586
      • editor now always started asynchronously
      • uses inotify to track file changes
    • also use inotify to track directory updates (in order to update file selections when needed)
      (./) by [16515] ff.; merged by [16551]
  • adds: log:branches/textedit@16448:16468
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.8 KB
Line 
1# for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt
2.SUFFIXES: .o .cxx .depend
3
4CPP_OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx))
5
6$(MAIN): $(CPP_OBJECTS)
7        $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS)
8.cxx.o:
9        $(A_CXX) $(cflags) $(cxxflags) -c $<  $(CXX_INCLUDES) $(POST_COMPILE) $<
10
11clean:
12        rm -f $(CPP_OBJECTS) *.a
13
14DEPENDS = $(CPP_OBJECTS:.o=.depend)
15depends: $(DEPENDS)
16        @cat $(DEPENDS) | grep -v '^#' >>Makefile
17        @rm $(DEPENDS)
18$(DEPENDS): depend.init
19depend.init:
20        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
21.c.depend:
22        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
23.cxx.depend:
24        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
25
26# DO NOT DELETE THIS LINE -- make depend depends on it.
27
28# Do not add dependencies manually - use 'make depend' in $ARBHOME
29# For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main)
30
31AWTC_next_neighbours.o: awtc_next_neighbours.hxx
32AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/ad_prot.h
33AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
34AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/aisc_global.h
35AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/arb_assert.h
36AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/arb_core.h
37AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/arb_error.h
38AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/arb_mem.h
39AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/arb_msg.h
40AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
41AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/arb_string.h
42AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/arbdb.h
43AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/arbdb_base.h
44AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/arbdbt.h
45AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/arbtools.h
46AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/attributes.h
47AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
48AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/aw_base.hxx
49AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
50AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/aw_root.hxx
51AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/aw_window.hxx
52AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/bytestring.h
53AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/cb.h
54AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/cb_base.h
55AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/cbtypes.h
56AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/client.h
57AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/client_types.h
58AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/cxxforward.h
59AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/downcast.h
60AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/dupstr.h
61AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/gccver.h
62AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/pos_range.h
63AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/PT_com.h
64AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/PT_global_defs.h
65AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/servercntrl.h
66AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/smartptr.h
67AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/static_assert.h
68AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/test_global.h
69AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/test_unit.h
70AWTC_next_neighbours.o: $(ARBHOME)/INCLUDE/ttypes.h
71
72AWTC_submission.o: $(ARBHOME)/INCLUDE/ad_prot.h
73AWTC_submission.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
74AWTC_submission.o: $(ARBHOME)/INCLUDE/arb_assert.h
75AWTC_submission.o: $(ARBHOME)/INCLUDE/arb_core.h
76AWTC_submission.o: $(ARBHOME)/INCLUDE/arb_error.h
77AWTC_submission.o: $(ARBHOME)/INCLUDE/arb_mem.h
78AWTC_submission.o: $(ARBHOME)/INCLUDE/arb_msg.h
79AWTC_submission.o: $(ARBHOME)/INCLUDE/arb_str.h
80AWTC_submission.o: $(ARBHOME)/INCLUDE/arb_strarray.h
81AWTC_submission.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
82AWTC_submission.o: $(ARBHOME)/INCLUDE/arb_string.h
83AWTC_submission.o: $(ARBHOME)/INCLUDE/arbdb.h
84AWTC_submission.o: $(ARBHOME)/INCLUDE/arbdb_base.h
85AWTC_submission.o: $(ARBHOME)/INCLUDE/arbdbt.h
86AWTC_submission.o: $(ARBHOME)/INCLUDE/arbtools.h
87AWTC_submission.o: $(ARBHOME)/INCLUDE/attributes.h
88AWTC_submission.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
89AWTC_submission.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
90AWTC_submission.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
91AWTC_submission.o: $(ARBHOME)/INCLUDE/aw_base.hxx
92AWTC_submission.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
93AWTC_submission.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
94AWTC_submission.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
95AWTC_submission.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
96AWTC_submission.o: $(ARBHOME)/INCLUDE/aw_root.hxx
97AWTC_submission.o: $(ARBHOME)/INCLUDE/aw_window.hxx
98AWTC_submission.o: $(ARBHOME)/INCLUDE/cb.h
99AWTC_submission.o: $(ARBHOME)/INCLUDE/cb_base.h
100AWTC_submission.o: $(ARBHOME)/INCLUDE/cbtypes.h
101AWTC_submission.o: $(ARBHOME)/INCLUDE/cxxforward.h
102AWTC_submission.o: $(ARBHOME)/INCLUDE/downcast.h
103AWTC_submission.o: $(ARBHOME)/INCLUDE/dupstr.h
104AWTC_submission.o: $(ARBHOME)/INCLUDE/gb_aci.h
105AWTC_submission.o: $(ARBHOME)/INCLUDE/gccver.h
106AWTC_submission.o: $(ARBHOME)/INCLUDE/smartptr.h
107AWTC_submission.o: $(ARBHOME)/INCLUDE/static_assert.h
108AWTC_submission.o: $(ARBHOME)/INCLUDE/test_global.h
109AWTC_submission.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.