source: branches/tree/SL/AW_NAME/Makefile

Last change on this file was 18732, checked in by westram, 4 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.4 KB
RevLine 
[10954]1# for variables passed from parent makefile see ../../SOURCE_TOOLS/parent_make.txt
[3819]2
[18732]3.SUFFIXES: .o .cxx .depend
[3819]4
[18732]5OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx))
[3819]6
7$(MAIN): $(OBJECTS)
[5225]8        $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS)
[3819]9
10.cxx.o:
[13443]11        $(A_CXX) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $<
[3819]12
13clean:
[4634]14        rm -f $(OBJECTS) *.a
[3819]15
16DEPENDS = $(OBJECTS:.o=.depend)
17depends: $(DEPENDS)
18        @cat $(DEPENDS) | grep -v '^#' >>Makefile
19        @rm $(DEPENDS)
20$(DEPENDS): depend.init
21depend.init:
22        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
23.c.depend:
24        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
25.cxx.depend:
26        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
27
28# DO NOT DELETE
29
30# Do not add dependencies manually - use 'make depend' in $ARBHOME
[9575]31# For formatting issues see SOURCE_TOOLS/fix_depends.pl (from SL)
[3819]32
33AW_names_admin.o: AW_rename.hxx
34AW_names_admin.o: $(ARBHOME)/INCLUDE/ad_prot.h
[6868]35AW_names_admin.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
[3819]36AW_names_admin.o: $(ARBHOME)/INCLUDE/arb_assert.h
[6814]37AW_names_admin.o: $(ARBHOME)/INCLUDE/arb_core.h
[6277]38AW_names_admin.o: $(ARBHOME)/INCLUDE/arb_error.h
[8103]39AW_names_admin.o: $(ARBHOME)/INCLUDE/arb_file.h
[15176]40AW_names_admin.o: $(ARBHOME)/INCLUDE/arb_mem.h
[7183]41AW_names_admin.o: $(ARBHOME)/INCLUDE/arb_msg.h
42AW_names_admin.o: $(ARBHOME)/INCLUDE/arb_string.h
[3819]43AW_names_admin.o: $(ARBHOME)/INCLUDE/arbdb.h
[5709]44AW_names_admin.o: $(ARBHOME)/INCLUDE/arbdb_base.h
[6868]45AW_names_admin.o: $(ARBHOME)/INCLUDE/arbdbt.h
[6209]46AW_names_admin.o: $(ARBHOME)/INCLUDE/arbtools.h
[5129]47AW_names_admin.o: $(ARBHOME)/INCLUDE/attributes.h
[6408]48AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
[6868]49AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
50AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_base.hxx
[6404]51AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
[16469]52AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
[3819]53AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
[6868]54AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
[9162]55AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_question.hxx
[3819]56AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_root.hxx
57AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_window.hxx
[15269]58AW_names_admin.o: $(ARBHOME)/INCLUDE/awt_misc.hxx
[8036]59AW_names_admin.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
[6868]60AW_names_admin.o: $(ARBHOME)/INCLUDE/cb.h
[11034]61AW_names_admin.o: $(ARBHOME)/INCLUDE/cb_base.h
[10212]62AW_names_admin.o: $(ARBHOME)/INCLUDE/cbtypes.h
[9521]63AW_names_admin.o: $(ARBHOME)/INCLUDE/cxxforward.h
[10563]64AW_names_admin.o: $(ARBHOME)/INCLUDE/downcast.h
[6331]65AW_names_admin.o: $(ARBHOME)/INCLUDE/dupstr.h
[9516]66AW_names_admin.o: $(ARBHOME)/INCLUDE/gccver.h
[6277]67AW_names_admin.o: $(ARBHOME)/INCLUDE/smartptr.h
[10212]68AW_names_admin.o: $(ARBHOME)/INCLUDE/static_assert.h
[6817]69AW_names_admin.o: $(ARBHOME)/INCLUDE/test_global.h
[10212]70AW_names_admin.o: $(ARBHOME)/INCLUDE/ttypes.h
[3819]71
72AW_rename.o: AW_rename.hxx
73AW_rename.o: $(ARBHOME)/INCLUDE/ad_prot.h
74AW_rename.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
[6750]75AW_rename.o: $(ARBHOME)/INCLUDE/aisc_global.h
[3819]76AW_rename.o: $(ARBHOME)/INCLUDE/arb_assert.h
[6814]77AW_rename.o: $(ARBHOME)/INCLUDE/arb_core.h
[6277]78AW_rename.o: $(ARBHOME)/INCLUDE/arb_error.h
[15176]79AW_rename.o: $(ARBHOME)/INCLUDE/arb_mem.h
[7183]80AW_rename.o: $(ARBHOME)/INCLUDE/arb_msg.h
[7186]81AW_rename.o: $(ARBHOME)/INCLUDE/arb_progress.h
[7183]82AW_rename.o: $(ARBHOME)/INCLUDE/arb_string.h
[3819]83AW_rename.o: $(ARBHOME)/INCLUDE/arbdb.h
[5709]84AW_rename.o: $(ARBHOME)/INCLUDE/arbdb_base.h
[3819]85AW_rename.o: $(ARBHOME)/INCLUDE/arbdbt.h
[6209]86AW_rename.o: $(ARBHOME)/INCLUDE/arbtools.h
[5129]87AW_rename.o: $(ARBHOME)/INCLUDE/attributes.h
[6868]88AW_rename.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
[7916]89AW_rename.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
[3819]90AW_rename.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
[6868]91AW_rename.o: $(ARBHOME)/INCLUDE/aw_base.hxx
[3819]92AW_rename.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
[6868]93AW_rename.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
[8355]94AW_rename.o: $(ARBHOME)/INCLUDE/aw_question.hxx
[3819]95AW_rename.o: $(ARBHOME)/INCLUDE/aw_root.hxx
96AW_rename.o: $(ARBHOME)/INCLUDE/aw_window.hxx
[6750]97AW_rename.o: $(ARBHOME)/INCLUDE/bytestring.h
[6868]98AW_rename.o: $(ARBHOME)/INCLUDE/cb.h
[11034]99AW_rename.o: $(ARBHOME)/INCLUDE/cb_base.h
[10212]100AW_rename.o: $(ARBHOME)/INCLUDE/cbtypes.h
[3819]101AW_rename.o: $(ARBHOME)/INCLUDE/client.h
[6703]102AW_rename.o: $(ARBHOME)/INCLUDE/client_types.h
[9521]103AW_rename.o: $(ARBHOME)/INCLUDE/cxxforward.h
[10563]104AW_rename.o: $(ARBHOME)/INCLUDE/downcast.h
[6331]105AW_rename.o: $(ARBHOME)/INCLUDE/dupstr.h
[9516]106AW_rename.o: $(ARBHOME)/INCLUDE/gccver.h
[5604]107AW_rename.o: $(ARBHOME)/INCLUDE/names_client.h
[3819]108AW_rename.o: $(ARBHOME)/INCLUDE/servercntrl.h
[6277]109AW_rename.o: $(ARBHOME)/INCLUDE/smartptr.h
[10212]110AW_rename.o: $(ARBHOME)/INCLUDE/static_assert.h
[6817]111AW_rename.o: $(ARBHOME)/INCLUDE/test_global.h
[10212]112AW_rename.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.