[2] | 1 | # The file, where all structures are described |
---|
[6306] | 2 | MAIN_SOURCE = PT.aisc |
---|
| 3 | MAIN_HEADER = aisc_include.header |
---|
[2] | 4 | |
---|
| 5 | # Your own server functions |
---|
[5872] | 6 | PRIVATE_SERVER_OBJECTS := PT_extern.o |
---|
[2] | 7 | |
---|
[2062] | 8 | # Public server/client sources (needed for dependencies) |
---|
[6342] | 9 | PUBLIC_SOURCES := $(wildcard C/*.c) $(wildcard C/*.h) |
---|
[2062] | 10 | |
---|
[2] | 11 | # Do you want to create save and load |
---|
[5872] | 12 | AISC_SAVE := NO |
---|
[2] | 13 | |
---|
[5875] | 14 | # C++ Compiler |
---|
[12151] | 15 | COMPILER := $(A_CXX) -x c++ $(cflags) $(cxxflags) $(CXX_INCLUDES) |
---|
[5872] | 16 | CLIENTCOMPILER := $(COMPILER) |
---|
[2] | 17 | |
---|
[5875] | 18 | # AISC dependencies |
---|
[7818] | 19 | AISC_COMPILER=../AISC/aisc |
---|
| 20 | AISC_PROTOTYPER=../AISC_MKPTPS/aisc_mkpt |
---|
[6305] | 21 | AISC_DEPENDS = $(wildcard AISC/*.pa) $(AISC_COMPILER) $(AISC_PROTOTYPER) |
---|
[5873] | 22 | |
---|
[5872] | 23 | include AISC/export2sub |
---|
[2] | 24 | |
---|
[7819] | 25 | $(MAIN): server.a |
---|
[2] | 26 | |
---|
[7819] | 27 | server.a: $(MAIN_SOURCE) $(PRIVATE_SERVER_OBJECTS:.o=.c) $(PUBLIC_SOURCES) $(AISC_DEPENDS) $(MAIN_HEADER) |
---|
[10153] | 28 | @$(MAKE) -r -f AISC/Makefile "AUTODEPENDS=0" |
---|
[7819] | 29 | |
---|
[1617] | 30 | depends: |
---|
[7819] | 31 | @rm -f .depends |
---|
[9452] | 32 | @$(MAKE) -r -f AISC/Makefile "AUTODEPENDS=2" pregenerate |
---|
[2] | 33 | |
---|
| 34 | clean: |
---|
[7819] | 35 | @rm -f .depends |
---|
| 36 | @$(MAKE) -r -f AISC/Makefile clean |
---|
[1617] | 37 | |
---|
| 38 | # DO NOT DELETE |
---|
[2338] | 39 | |
---|
| 40 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
---|
[9575] | 41 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main) |
---|
[9452] | 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 |
---|
[9521] | 53 | aisc_extern.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
[9452] | 54 | aisc_extern.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
[9516] | 55 | aisc_extern.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
[9452] | 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: trace.h |
---|
| 63 | client.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
| 64 | client.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
| 65 | client.o: $(ARBHOME)/INCLUDE/arb_cs.h |
---|
| 66 | client.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
| 67 | client.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
| 68 | client.o: $(ARBHOME)/INCLUDE/bytestring.h |
---|
[9521] | 69 | client.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
[9452] | 70 | client.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
[9516] | 71 | client.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
[9452] | 72 | client.o: $(ARBHOME)/INCLUDE/SigHandler.h |
---|
| 73 | client.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
| 74 | |
---|
| 75 | GENC/aisc_global.o: aisc_func_types.h |
---|
| 76 | GENC/aisc_global.o: aisc_global.h |
---|
| 77 | GENC/aisc_global.o: aisc_server.h |
---|
| 78 | GENC/aisc_global.o: GENH/aisc.h |
---|
| 79 | GENC/aisc_global.o: GENH/aisc_com.h |
---|
| 80 | GENC/aisc_global.o: GENH/aisc_server_extern.h |
---|
| 81 | GENC/aisc_global.o: GENH/aisc_server_proto.h |
---|
| 82 | GENC/aisc_global.o: GENH/import_proto.h |
---|
| 83 | GENC/aisc_global.o: server.h |
---|
| 84 | GENC/aisc_global.o: struct_man.h |
---|
| 85 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
| 86 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
| 87 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
| 88 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
| 89 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/bytestring.h |
---|
[9521] | 90 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
[9452] | 91 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
[9516] | 92 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
[9452] | 93 | GENC/aisc_global.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
| 94 | |
---|
| 95 | GENC/aisc_server.o: aisc_func_types.h |
---|
| 96 | GENC/aisc_server.o: aisc_global.h |
---|
| 97 | GENC/aisc_server.o: GENH/aisc.h |
---|
| 98 | GENC/aisc_server.o: GENH/aisc_com.h |
---|
| 99 | GENC/aisc_server.o: GENH/aisc_server_extern.h |
---|
| 100 | GENC/aisc_server.o: GENH/aisc_server_proto.h |
---|
| 101 | GENC/aisc_server.o: GENH/import_proto.h |
---|
| 102 | GENC/aisc_server.o: server.h |
---|
| 103 | GENC/aisc_server.o: struct_man.h |
---|
| 104 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
| 105 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
| 106 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
| 107 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
| 108 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/bytestring.h |
---|
[9521] | 109 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
[9452] | 110 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
[9516] | 111 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
[9452] | 112 | GENC/aisc_server.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
| 113 | |
---|
| 114 | server.o: aisc_func_types.h |
---|
| 115 | server.o: aisc_global.h |
---|
| 116 | server.o: GENH/aisc_com.h |
---|
| 117 | server.o: server.h |
---|
| 118 | server.o: trace.h |
---|
| 119 | server.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
| 120 | server.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
| 121 | server.o: $(ARBHOME)/INCLUDE/arb_cs.h |
---|
| 122 | server.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
| 123 | server.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
| 124 | server.o: $(ARBHOME)/INCLUDE/bytestring.h |
---|
[9516] | 125 | server.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
[9452] | 126 | server.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
[9516] | 127 | server.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
[9452] | 128 | server.o: $(ARBHOME)/INCLUDE/SigHandler.h |
---|
| 129 | server.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
[18959] | 130 | server.o: $(ARBHOME)/INCLUDE/stringize.h |
---|
[9452] | 131 | server.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
| 132 | |
---|
| 133 | struct_man.o: aisc_global.h |
---|
| 134 | struct_man.o: GENH/aisc.h |
---|
| 135 | struct_man.o: struct_man.h |
---|
| 136 | struct_man.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
| 137 | struct_man.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
| 138 | struct_man.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
| 139 | struct_man.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
| 140 | struct_man.o: $(ARBHOME)/INCLUDE/bytestring.h |
---|
[9521] | 141 | struct_man.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
[9452] | 142 | struct_man.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
[9516] | 143 | struct_man.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
[9452] | 144 | struct_man.o: $(ARBHOME)/INCLUDE/test_global.h |
---|