1 | # The file, where all structures are described |
---|
2 | MAIN_SOURCE = names.aisc |
---|
3 | MAIN_HEADER = aisc_include.header |
---|
4 | |
---|
5 | # Your own server functions |
---|
6 | PRIVATE_SERVER_OBJECTS = names_extern.o |
---|
7 | |
---|
8 | # Public server/client sources (needed for dependencies) |
---|
9 | PUBLIC_SOURCES := $(wildcard C/*.c) $(wildcard C/*.h) |
---|
10 | |
---|
11 | # Do you want to create save and load |
---|
12 | AISC_SAVE := YES |
---|
13 | |
---|
14 | # C++ Compiler |
---|
15 | COMPILER := $(A_CXX) -x c++ $(cflags) $(cxxflags) $(CXX_INCLUDES) |
---|
16 | CLIENTCOMPILER := $(COMPILER) |
---|
17 | |
---|
18 | # AISC dependencies |
---|
19 | AISC_COMPILER=../AISC/aisc |
---|
20 | AISC_PROTOTYPER=../AISC_MKPTPS/aisc_mkpt |
---|
21 | AISC_DEPENDS = $(wildcard AISC/*.pa) $(AISC_COMPILER) $(AISC_PROTOTYPER) |
---|
22 | |
---|
23 | include AISC/export2sub |
---|
24 | |
---|
25 | $(MAIN): server.a |
---|
26 | |
---|
27 | server.a: $(MAIN_SOURCE) $(PRIVATE_SERVER_OBJECTS:.o=.c) $(PUBLIC_SOURCES) $(AISC_DEPENDS) $(MAIN_HEADER) |
---|
28 | @$(MAKE) -r -f AISC/Makefile "AUTODEPENDS=0" |
---|
29 | |
---|
30 | depends: |
---|
31 | @rm -f .depends |
---|
32 | @$(MAKE) -r -f AISC/Makefile "AUTODEPENDS=2" pregenerate |
---|
33 | |
---|
34 | clean: |
---|
35 | @rm -f .depends |
---|
36 | @$(MAKE) -r -f AISC/Makefile clean |
---|
37 | |
---|
38 | # DO NOT DELETE |
---|
39 | |
---|
40 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
---|
41 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main) |
---|
42 | |
---|
43 | aisc_extern.o: aisc_extern_privat.h |
---|
44 | aisc_extern.o: aisc_func_types.h |
---|
45 | aisc_extern.o: aisc_global.h |
---|
46 | aisc_extern.o: GENH/aisc.h |
---|
47 | aisc_extern.o: server.h |
---|
48 | aisc_extern.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
49 | aisc_extern.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
50 | aisc_extern.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
51 | aisc_extern.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
52 | aisc_extern.o: $(ARBHOME)/INCLUDE/bytestring.h |
---|
53 | aisc_extern.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
54 | aisc_extern.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
55 | aisc_extern.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
56 | aisc_extern.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
57 | |
---|
58 | client.o: aisc_global.h |
---|
59 | client.o: client.h |
---|
60 | client.o: client_privat.h |
---|
61 | client.o: client_types.h |
---|
62 | client.o: common.h |
---|
63 | client.o: trace.h |
---|
64 | client.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
65 | client.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
66 | client.o: $(ARBHOME)/INCLUDE/arb_cs.h |
---|
67 | client.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
68 | client.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
69 | client.o: $(ARBHOME)/INCLUDE/bytestring.h |
---|
70 | client.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
71 | client.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
72 | client.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
73 | client.o: $(ARBHOME)/INCLUDE/SigHandler.h |
---|
74 | client.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
75 | |
---|
76 | common.o: common.h |
---|
77 | common.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
78 | common.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
79 | common.o: $(ARBHOME)/INCLUDE/arb_cs.h |
---|
80 | common.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
81 | common.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
82 | common.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
83 | common.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
84 | |
---|
85 | GENC/aisc_global.o: aisc_func_types.h |
---|
86 | GENC/aisc_global.o: aisc_global.h |
---|
87 | GENC/aisc_global.o: aisc_server.h |
---|
88 | GENC/aisc_global.o: GENH/aisc.h |
---|
89 | GENC/aisc_global.o: GENH/aisc_com.h |
---|
90 | GENC/aisc_global.o: GENH/aisc_server_extern.h |
---|
91 | GENC/aisc_global.o: GENH/aisc_server_proto.h |
---|
92 | GENC/aisc_global.o: GENH/import_proto.h |
---|
93 | GENC/aisc_global.o: server.h |
---|
94 | GENC/aisc_global.o: struct_man.h |
---|
95 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
96 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
97 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
98 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
99 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/bytestring.h |
---|
100 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
101 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
102 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
103 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
104 | |
---|
105 | GENC/aisc_server.o: aisc_func_types.h |
---|
106 | GENC/aisc_server.o: aisc_global.h |
---|
107 | GENC/aisc_server.o: GENH/aisc.h |
---|
108 | GENC/aisc_server.o: GENH/aisc_com.h |
---|
109 | GENC/aisc_server.o: GENH/aisc_server_extern.h |
---|
110 | GENC/aisc_server.o: GENH/aisc_server_proto.h |
---|
111 | GENC/aisc_server.o: GENH/import_proto.h |
---|
112 | GENC/aisc_server.o: server.h |
---|
113 | GENC/aisc_server.o: struct_man.h |
---|
114 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
115 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
116 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
117 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
118 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/bytestring.h |
---|
119 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
120 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
121 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
122 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
123 | |
---|
124 | server.o: aisc_func_types.h |
---|
125 | server.o: aisc_global.h |
---|
126 | server.o: common.h |
---|
127 | server.o: GENH/aisc_com.h |
---|
128 | server.o: server.h |
---|
129 | server.o: trace.h |
---|
130 | server.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
131 | server.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
132 | server.o: $(ARBHOME)/INCLUDE/arb_cs.h |
---|
133 | server.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
134 | server.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
135 | server.o: $(ARBHOME)/INCLUDE/bytestring.h |
---|
136 | server.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
137 | server.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
138 | server.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
139 | server.o: $(ARBHOME)/INCLUDE/SigHandler.h |
---|
140 | server.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
141 | server.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
142 | |
---|
143 | struct_man.o: aisc_global.h |
---|
144 | struct_man.o: GENH/aisc.h |
---|
145 | struct_man.o: struct_man.h |
---|
146 | struct_man.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
147 | struct_man.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
148 | struct_man.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
149 | struct_man.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
150 | struct_man.o: $(ARBHOME)/INCLUDE/bytestring.h |
---|
151 | struct_man.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
152 | struct_man.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
153 | struct_man.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
154 | struct_man.o: $(ARBHOME)/INCLUDE/test_global.h |
---|