Makefile.am 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. ## Process this file with automake to produce Makefile.in
  2. ## Created by Anjuta - will be overwritten
  3. ## If you don't want it to overwrite it,
  4. ## Please disable it in the Anjuta project configuration
  5. INCLUDES =\
  6. -Ikomat -Ikofola -Itmp -Iage/graph -Iage/include -Iage/support -Iage/utils -Igenerator -Iadas
  7. AM_CFLAGS =\
  8. -D_FORTIFY_SOURCE=2\
  9. -D_DEBUG -Wall -Wno-write-strings\
  10. -g
  11. AM_CXXFLAGS =\
  12. -D_FORTIFY_SOURCE=2\
  13. -D_DEBUG -Wall -Wno-write-strings\
  14. -g
  15. bin_PROGRAMS = berusky2
  16. berusky2_SOURCES = \
  17. kofola/3D_graphic.cpp\
  18. kofola/3D_graphic.h\
  19. kofola/3D_menus.cpp\
  20. kofola/3D_menus.h\
  21. kofola/3d_math.cpp\
  22. kofola/3d_math.h\
  23. kofola/Bind.cpp\
  24. kofola/Bind.h\
  25. kofola/Camera.cpp\
  26. kofola/Comics.cpp\
  27. kofola/Comics.h\
  28. kofola/Command.cpp\
  29. kofola/Command.h\
  30. kofola/Dda.cpp\
  31. kofola/Dda.h\
  32. kofola/Demo.cpp\
  33. kofola/Demo.h\
  34. kofola/Init.cpp\
  35. kofola/Menu.cpp\
  36. kofola/Menu.h\
  37. kofola/Menu2.cpp\
  38. kofola/Menu2.h\
  39. kofola/Object.h\
  40. kofola/Setup.h\
  41. kofola/Tools.cpp\
  42. kofola/Tools.h\
  43. kofola/animend_functions.cpp\
  44. kofola/animend_functions.h\
  45. kofola/camera.h\
  46. kofola/codec.h\
  47. kofola/config_types.h\
  48. kofola/controls.cpp\
  49. kofola/controls.h\
  50. kofola/controls3d.cpp\
  51. kofola/controls3d.h\
  52. kofola/credits.cpp\
  53. kofola/credits.h\
  54. kofola/font.cpp\
  55. kofola/font.h\
  56. kofola/font3d.cpp\
  57. kofola/font3d.h\
  58. kofola/game_init.cpp\
  59. kofola/game_init.h\
  60. kofola/game_logic.cpp\
  61. kofola/game_logic.h\
  62. kofola/game_main.cpp\
  63. kofola/game_main.h\
  64. kofola/grammar.cpp\
  65. kofola/grammar.h\
  66. kofola/init.h\
  67. kofola/level_environment.h\
  68. kofola/load_level.cpp\
  69. kofola/load_level.h\
  70. kofola/menu_def.h\
  71. kofola/menu_script.cpp\
  72. kofola/menu_script.h\
  73. kofola/profiles.cpp\
  74. kofola/profiles.h\
  75. kofola/secure.h\
  76. kofola/setup.cpp\
  77. kofola/square_cut.cpp\
  78. kofola/square_cut.h\
  79. kofola/trigers.cpp\
  80. kofola/trigers.h\
  81. kofola/volume.cpp\
  82. kofola/volume.h\
  83. kofola/water.cpp\
  84. kofola/water.h\
  85. komat/3d_all.h\
  86. komat/3d_typy.h\
  87. komat/3dinterface.cpp\
  88. komat/3dinterface.h\
  89. komat/Berusky3d.cpp\
  90. komat/Berusky3d.h\
  91. komat/Berusky3d_castice.cpp\
  92. komat/Berusky3d_castice.h\
  93. komat/Berusky3d_castice2.h\
  94. komat/Berusky3d_ini.cpp\
  95. komat/Berusky3d_ini.h\
  96. komat/Berusky3d_kamery.cpp\
  97. komat/Berusky3d_kamery.h\
  98. komat/Berusky3d_kofola2d.cpp\
  99. komat/Berusky3d_kofola2d.h\
  100. komat/Berusky3d_kofola_interface.cpp\
  101. komat/Berusky3d_kofola_interface.h\
  102. komat/Berusky3d_light.cpp\
  103. komat/Berusky3d_light.h\
  104. komat/Berusky3d_load.cpp\
  105. komat/Berusky3d_load.h\
  106. komat/Berusky3d_render.cpp\
  107. komat/Berusky3d_render.h\
  108. komat/Berusky_universal.h\
  109. komat/Ddx.h\
  110. komat/Di.cpp\
  111. komat/Di.h\
  112. komat/Load.cpp\
  113. komat/Load.h\
  114. komat/Load_chunks.cpp\
  115. komat/Load_chunks.h\
  116. komat/Load_out.cpp\
  117. komat/Load_out.h\
  118. komat/kfile.h\
  119. komat/mmalloc.h\
  120. komat/zlib_io.h\
  121. tmp/compat.cpp\
  122. tmp/compat.h\
  123. kofola/2D_graphic.cpp\
  124. kofola/2D_graphic.h\
  125. age/graph/age.cpp\
  126. age/graph/age.h\
  127. age/graph/alpha.cpp\
  128. age/graph/alpha.h\
  129. age/graph/animation.cpp\
  130. age/graph/animation.h\
  131. age/graph/animation_time.cpp\
  132. age/graph/animation_time.h\
  133. age/graph/animation_track.cpp\
  134. age/graph/animation_track.h\
  135. age/graph/animation_track_bezier.cpp\
  136. age/graph/animation_track_bezier.h\
  137. age/graph/animation_track_linear.cpp\
  138. age/graph/animation_track_linear.h\
  139. age/graph/bitmap.cpp\
  140. age/graph/bitmap.h\
  141. age/graph/box.cpp\
  142. age/graph/box.h\
  143. age/graph/camera.cpp\
  144. age/graph/camera.h\
  145. age/graph/camera_interface.cpp\
  146. age/graph/camera_interface.h\
  147. age/graph/color.cpp\
  148. age/graph/color.h\
  149. age/graph/color_helpers.h\
  150. age/graph/color_hsv.cpp\
  151. age/graph/color_hsv.h\
  152. age/graph/color_operators.h\
  153. age/graph/draw.cpp\
  154. age/graph/draw.h\
  155. age/graph/ferguson.cpp\
  156. age/graph/ferguson.h\
  157. age/graph/gext.cpp\
  158. age/graph/gext.h\
  159. age/graph/glwrapper.cpp\
  160. age/graph/glwrapper.h\
  161. age/graph/gpipe.cpp\
  162. age/graph/gpipe.h\
  163. age/graph/graph3d.cpp\
  164. age/graph/graph3d.h\
  165. age/graph/intersect.cpp\
  166. age/graph/intersect.h\
  167. age/graph/lighting.cpp\
  168. age/graph/lighting.h\
  169. age/graph/material.cpp\
  170. age/graph/material.h\
  171. age/graph/material_texture.cpp\
  172. age/graph/material_texture.h\
  173. age/graph/matrix.cpp\
  174. age/graph/matrix.h\
  175. age/graph/matrix_animated.cpp\
  176. age/graph/matrix_animated.h\
  177. age/graph/matrix_notified.cpp\
  178. age/graph/matrix_notified.h\
  179. age/graph/mesh.cpp\
  180. age/graph/mesh.h\
  181. age/graph/normals.cpp\
  182. age/graph/normals.h\
  183. age/graph/obb.cpp\
  184. age/graph/obb.h\
  185. age/graph/object_base.cpp\
  186. age/graph/object_base.h\
  187. age/graph/object_box.cpp\
  188. age/graph/object_box.h\
  189. age/graph/object_geometry.cpp\
  190. age/graph/object_geometry.h\
  191. age/graph/object_hierarchy.cpp\
  192. age/graph/object_hierarchy.h\
  193. age/graph/object_list.cpp\
  194. age/graph/object_list.h\
  195. age/graph/object_mark.h\
  196. age/graph/object_name.h\
  197. age/graph/object_render_list.cpp\
  198. age/graph/object_render_list.h\
  199. age/graph/object_scene.cpp\
  200. age/graph/object_scene.h\
  201. age/graph/object_select.h\
  202. age/graph/object_transformation.cpp\
  203. age/graph/object_transformation.h\
  204. age/graph/object_world.cpp\
  205. age/graph/object_world.h\
  206. age/graph/polar.cpp\
  207. age/graph/polar.h\
  208. age/graph/print.cpp\
  209. age/graph/print.h\
  210. age/graph/quat.h\
  211. age/graph/scene.cpp\
  212. age/graph/scene.h\
  213. age/graph/scene_import_3ds.cpp\
  214. age/graph/scene_import_3ds.h\
  215. age/graph/scene_import_b2m.cpp\
  216. age/graph/scene_import_b2m.h\
  217. age/graph/scene_import_txt.cpp\
  218. age/graph/scene_import_txt.h\
  219. age/graph/scene_load.cpp\
  220. age/graph/scene_load.h\
  221. age/graph/scene_reference.h\
  222. age/graph/selection.cpp\
  223. age/graph/selection.h\
  224. age/graph/surface.cpp\
  225. age/graph/surface.h\
  226. age/graph/surface_height.cpp\
  227. age/graph/surface_height.h\
  228. age/graph/surface_mask.cpp\
  229. age/graph/surface_mask.h\
  230. age/graph/surface_sdl.cpp\
  231. age/graph/surface_sdl.h\
  232. age/graph/surface_sw.cpp\
  233. age/graph/surface_sw.h\
  234. age/graph/texture_func.cpp\
  235. age/graph/texture_func.h\
  236. age/graph/texture_unit.cpp\
  237. age/graph/texture_unit.h\
  238. age/graph/triangle.cpp\
  239. age/graph/triangle.h\
  240. age/graph/vector.cpp\
  241. age/graph/vector.h\
  242. age/graph/vector_operators.h\
  243. age/graph/vertex_arrays.cpp\
  244. age/graph/vertex_arrays.h\
  245. age/graph/world_interface.cpp\
  246. age/graph/world_interface.h\
  247. age/include/compatibility.h\
  248. age/include/defs.h\
  249. age/include/defs_config.h\
  250. age/include/floats.h\
  251. age/include/opengl.h\
  252. age/include/typ.h\
  253. age/include/typ_graph.h\
  254. age/support/age_main.cpp\
  255. age/support/age_main.h\
  256. age/support/events.cpp\
  257. age/support/events.h\
  258. age/support/events_types.h\
  259. age/support/input.cpp\
  260. age/support/input.h\
  261. age/support/timer.cpp\
  262. age/support/timer.h\
  263. age/utils/array.h\
  264. age/utils/barray.h\
  265. age/utils/btree.h\
  266. age/utils/change.cpp\
  267. age/utils/change.h\
  268. age/utils/data_file.cpp\
  269. age/utils/data_file.h\
  270. age/utils/flag.h\
  271. age/utils/ini.cpp\
  272. age/utils/ini.h\
  273. age/utils/llist.h\
  274. age/utils/llist_named.h\
  275. age/utils/lock.h\
  276. age/utils/log.cpp\
  277. age/utils/log.h\
  278. age/utils/mem_alloc.cpp\
  279. age/utils/mem_alloc.h\
  280. age/utils/mtree.cpp\
  281. age/utils/mtree.h\
  282. age/utils/mtree_named.h\
  283. age/utils/stack.h\
  284. age/utils/types.h\
  285. age/utils/utils.cpp\
  286. age/utils/utils.h\
  287. kofola/animationk.cpp\
  288. kofola/animationk.h\
  289. generator/generator_random.cpp\
  290. generator/generator_random.h\
  291. komat/Ddx.cpp\
  292. komat/kfile.cpp\
  293. komat/Mat3d.h\
  294. komat/3dmath.h\
  295. komat/3dproject.h\
  296. komat/Keyframe.h\
  297. komat/Quat.h\
  298. komat/Berusky3d_animace.cpp\
  299. komat/Berusky3d_animace.h\
  300. komat/3dmath.cpp\
  301. komat/3dproject.cpp\
  302. komat/Mat3d.cpp\
  303. komat/Keyframe.cpp\
  304. komat/Texture.cpp\
  305. komat/Texture.h\
  306. komat/Texture_import.cpp\
  307. komat/Texture_import.h\
  308. komat/obbo.cpp\
  309. komat/obbo.h\
  310. komat/Kdtree.cpp\
  311. komat/Kdtree.h\
  312. komat/Matrix.h\
  313. komat/Vektor.h\
  314. kofola/ambient_sounds.h\
  315. komat/json_export.cpp\
  316. komat/json_export.h\
  317. kofola/ambient_sounds.cpp\
  318. kofola/audio_plug-in.cpp\
  319. kofola/audio_plug-in.h\
  320. adas/3d_math_k.c\
  321. adas/3d_math_k.h\
  322. adas/adas.c\
  323. adas/adas.h\
  324. adas/adas_types.h\
  325. adas/ogg_io.c\
  326. adas/ogg_io.h\
  327. adas/ogg_stream.c\
  328. adas/ogg_stream.h\
  329. tmp/compat_mini.cpp\
  330. tmp/compat_mini.h\
  331. tmp/alut_test.cpp\
  332. age/graph/aabb.cpp\
  333. age/graph/aabb.h
  334. berusky2_LDFLAGS =
  335. berusky2_LDADD =