Makefile.am 7.7 KB

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