Makefile.in
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:32k
源码类别:

OpenGL

开发平台:

Visual C++

  1. # Makefile.in generated by automake 1.10.1 from Makefile.am.
  2. # KDE tags expanded automatically by am_edit - $Revision: 483858 $ 
  3. # @configure_input@
  4. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  5. # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkglibdir = $(libdir)/@PACKAGE@
  17. pkgincludedir = $(includedir)/@PACKAGE@
  18. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  19. install_sh_DATA = $(install_sh) -c -m 644
  20. install_sh_PROGRAM = $(install_sh) -c
  21. install_sh_SCRIPT = $(install_sh) -c
  22. INSTALL_HEADER = $(INSTALL_DATA)
  23. transform = $(program_transform_name)
  24. NORMAL_INSTALL = :
  25. PRE_INSTALL = :
  26. POST_INSTALL = :
  27. NORMAL_UNINSTALL = :
  28. PRE_UNINSTALL = :
  29. POST_UNINSTALL = :
  30. build_triplet = @build@
  31. host_triplet = @host@
  32. target_triplet = @target@
  33. bin_PROGRAMS = celestia$(EXEEXT)
  34. @ENABLE_KDE_TRUE@am__append_1 = kde
  35. @ENABLE_GTK_TRUE@am__append_2 = gtk
  36. subdir = src/celestia
  37. DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am 
  38. $(srcdir)/Makefile.in
  39. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  40. am__aclocal_m4_deps = $(top_srcdir)/macros/gconf-2.m4 
  41. $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
  42. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  43. $(ACLOCAL_M4)
  44. mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
  45. CONFIG_HEADER = $(top_builddir)/config.h
  46. CONFIG_CLEAN_FILES =
  47. am__installdirs = "$(DESTDIR)$(bindir)"
  48. binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
  49. PROGRAMS = $(bin_PROGRAMS)
  50. am__celestia_SOURCES_DIST = celestiacore.cpp configfile.cpp 
  51. destination.cpp eclipsefinder.cpp favorites.cpp 
  52. imagecapture.cpp url.cpp celx.cpp celx_celestia.cpp 
  53. celx_frame.cpp celx_gl.cpp celx_object.cpp celx_observer.cpp 
  54. celx_phase.cpp celx_position.cpp celx_rotation.cpp 
  55. celx_vector.cpp glutmain.cpp oggtheoracapture.cpp
  56. am__objects_1 = celestiacore.$(OBJEXT) configfile.$(OBJEXT) 
  57. destination.$(OBJEXT) eclipsefinder.$(OBJEXT) 
  58. favorites.$(OBJEXT) imagecapture.$(OBJEXT) url.$(OBJEXT)
  59. @ENABLE_CELX_TRUE@am__objects_2 = celx.$(OBJEXT) 
  60. @ENABLE_CELX_TRUE@ celx_celestia.$(OBJEXT) celx_frame.$(OBJEXT) 
  61. @ENABLE_CELX_TRUE@ celx_gl.$(OBJEXT) celx_object.$(OBJEXT) 
  62. @ENABLE_CELX_TRUE@ celx_observer.$(OBJEXT) celx_phase.$(OBJEXT) 
  63. @ENABLE_CELX_TRUE@ celx_position.$(OBJEXT) 
  64. @ENABLE_CELX_TRUE@ celx_rotation.$(OBJEXT) 
  65. @ENABLE_CELX_TRUE@ celx_vector.$(OBJEXT)
  66. @ENABLE_GLUT_TRUE@am__objects_3 = glutmain.$(OBJEXT)
  67. @ENABLE_THEORA_TRUE@am__objects_4 = oggtheoracapture.$(OBJEXT)
  68. am_celestia_OBJECTS = $(am__objects_1) $(am__objects_2) 
  69. $(am__objects_3) $(am__objects_4)
  70. #>- celestia_OBJECTS = $(am_celestia_OBJECTS)
  71. #>+ 2
  72. celestia_OBJECTS = $(am__objects_1) $(am__objects_2) 
  73. $(am__objects_3) $(am__objects_4)
  74. am__DEPENDENCIES_1 =
  75. @ENABLE_KDE_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) 
  76. @ENABLE_KDE_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) 
  77. @ENABLE_KDE_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) 
  78. @ENABLE_KDE_TRUE@ kde/libkdegui.a
  79. celestia_DEPENDENCIES = $(am__DEPENDENCIES_2) $(celestiaGTKLIBS) 
  80. ../celengine/libcelengine.a ../celtxf/libceltxf.a 
  81. ../cel3ds/libcel3ds.a ../celmath/libcelmath.a 
  82. ../celutil/libcelutil.a $(am__DEPENDENCIES_1)
  83. #>- celestia_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) 
  84. #>-  $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) 
  85. #>-  $(CXXFLAGS) $(celestia_LDFLAGS) $(LDFLAGS) -o $@
  86. #>+ 3
  87. celestia_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) 
  88. $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) 
  89. $(CXXFLAGS) $(KDE_CXXFLAGS) $(celestia_LDFLAGS) $(LDFLAGS) -o $@
  90. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  91. depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
  92. am__depfiles_maybe = depfiles
  93. #>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  94. #>-  $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  95. #>+ 2
  96. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  97. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
  98. #>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  99. #>-  --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  100. #>-  $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  101. #>+ 3
  102. LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  103. --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  104. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
  105. CXXLD = $(CXX)
  106. #>- CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  107. #>-  --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) 
  108. #>-  $(LDFLAGS) -o $@
  109. #>+ 3
  110. CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  111. --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) 
  112. $(LDFLAGS) -o $@
  113. SOURCES = $(celestia_SOURCES)
  114. DIST_SOURCES = $(am__celestia_SOURCES_DIST)
  115. #>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  116. #>-  html-recursive info-recursive install-data-recursive 
  117. #>-  install-dvi-recursive install-exec-recursive 
  118. #>-  install-html-recursive install-info-recursive 
  119. #>-  install-pdf-recursive install-ps-recursive install-recursive 
  120. #>-  installcheck-recursive installdirs-recursive pdf-recursive 
  121. #>-  ps-recursive uninstall-recursive
  122. #>+ 7
  123. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  124. html-recursive info-recursive install-data-recursive 
  125. install-dvi-recursive install-exec-recursive 
  126. install-html-recursive install-info-recursive 
  127. install-pdf-recursive install-ps-recursive install-recursive 
  128. installcheck-recursive installdirs-recursive pdf-recursive 
  129. ps-recursive uninstall-recursive nmcheck-recursive bcheck-recursive
  130. DATA = $(noinst_DATA)
  131. HEADERS = $(noinst_HEADERS)
  132. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive
  133.   distclean-recursive maintainer-clean-recursive
  134. ETAGS = etags
  135. CTAGS = ctags
  136. DIST_SUBDIRS = res kde gtk
  137. #>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  138. #>+ 1
  139. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
  140. ACLOCAL = @ACLOCAL@
  141. AMTAR = @AMTAR@
  142. AR = @AR@
  143. ARTSCCONFIG = @ARTSCCONFIG@
  144. AUTOCONF = @AUTOCONF@
  145. AUTODIRS = @AUTODIRS@
  146. AUTOHEADER = @AUTOHEADER@
  147. AUTOMAKE = @AUTOMAKE@
  148. AWK = @AWK@
  149. CAIRO_CFLAGS = @CAIRO_CFLAGS@
  150. CAIRO_LIBS = @CAIRO_LIBS@
  151. CC = @CC@
  152. CCDEPMODE = @CCDEPMODE@
  153. CFLAGS = @CFLAGS@
  154. CPP = @CPP@
  155. CPPFLAGS = @CPPFLAGS@
  156. CXX = @CXX@
  157. CXXCPP = @CXXCPP@
  158. CXXDEPMODE = @CXXDEPMODE@
  159. CXXFLAGS = @CXXFLAGS@
  160. CYGPATH_W = @CYGPATH_W@
  161. DCOPIDL = @DCOPIDL@
  162. DCOPIDL2CPP = @DCOPIDL2CPP@
  163. DCOPIDLNG = @DCOPIDLNG@
  164. DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
  165. DEFS = -DCONFIG_DATA_DIR='"$(PKGDATADIR)"' -DLOCALEDIR='"$(datadir)/locale"' @DEFS@
  166. DEPDIR = @DEPDIR@
  167. DSYMUTIL = @DSYMUTIL@
  168. ECHO = @ECHO@
  169. ECHO_C = @ECHO_C@
  170. ECHO_N = @ECHO_N@
  171. ECHO_T = @ECHO_T@
  172. EGREP = @EGREP@
  173. ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
  174. EXEEXT = @EXEEXT@
  175. F77 = @F77@
  176. FFLAGS = @FFLAGS@
  177. FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
  178. GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
  179. GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
  180. GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
  181. GMSGFMT = @GMSGFMT@
  182. GMSGFMT_015 = @GMSGFMT_015@
  183. GREP = @GREP@
  184. GTK_CFLAGS = @GTK_CFLAGS@
  185. GTK_LIBS = @GTK_LIBS@
  186. HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
  187. HIPDIR = @HIPDIR@
  188. INSTALL = @INSTALL@
  189. INSTALL_DATA = @INSTALL_DATA@
  190. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  191. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  192. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  193. INTLLIBS = @INTLLIBS@
  194. INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
  195. KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
  196. KCONFIG_COMPILER = @KCONFIG_COMPILER@
  197. KDE_CHECK_PLUGIN = @KDE_CHECK_PLUGIN@
  198. KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@
  199. KDE_INCLUDES = @KDE_INCLUDES@
  200. KDE_LDFLAGS = @KDE_LDFLAGS@
  201. KDE_MT_LDFLAGS = @KDE_MT_LDFLAGS@
  202. KDE_MT_LIBS = @KDE_MT_LIBS@
  203. KDE_NO_UNDEFINED = @KDE_NO_UNDEFINED@
  204. KDE_PLUGIN = @KDE_PLUGIN@
  205. KDE_RPATH = @KDE_RPATH@
  206. KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@
  207. KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@
  208. KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@
  209. KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@
  210. KDE_USE_FPIE = @KDE_USE_FPIE@
  211. KDE_USE_NMCHECK_FALSE = @KDE_USE_NMCHECK_FALSE@
  212. KDE_USE_NMCHECK_TRUE = @KDE_USE_NMCHECK_TRUE@
  213. KDE_USE_PIE = @KDE_USE_PIE@
  214. KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@
  215. LDFLAGS = @LDFLAGS@
  216. LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
  217. LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
  218. LIBCOMPAT = @LIBCOMPAT@
  219. LIBCRYPT = @LIBCRYPT@
  220. LIBDL = @LIBDL@
  221. LIBICONV = @LIBICONV@
  222. LIBINTL = @LIBINTL@
  223. LIBJPEG = @LIBJPEG@
  224. LIBOBJS = @LIBOBJS@
  225. LIBPNG = @LIBPNG@
  226. LIBPTHREAD = @LIBPTHREAD@
  227. LIBRESOLV = @LIBRESOLV@
  228. LIBS = @LIBS@
  229. LIBSM = @LIBSM@
  230. LIBSOCKET = @LIBSOCKET@
  231. LIBTOOL = @LIBTOOL@
  232. LIBUCB = @LIBUCB@
  233. LIBUTIL = @LIBUTIL@
  234. LIBZ = @LIBZ@
  235. LIB_KAB = @LIB_KAB@
  236. LIB_KABC = @LIB_KABC@
  237. LIB_KDECORE = @LIB_KDECORE@
  238. LIB_KDED = @LIB_KDED@
  239. LIB_KDEPIM = @LIB_KDEPIM@
  240. LIB_KDEPRINT = @LIB_KDEPRINT@
  241. LIB_KDEUI = @LIB_KDEUI@
  242. LIB_KDNSSD = @LIB_KDNSSD@
  243. LIB_KFILE = @LIB_KFILE@
  244. LIB_KFM = @LIB_KFM@
  245. LIB_KHTML = @LIB_KHTML@
  246. LIB_KIMPROXY = @LIB_KIMPROXY@
  247. LIB_KIO = @LIB_KIO@
  248. LIB_KJS = @LIB_KJS@
  249. LIB_KNEWSTUFF = @LIB_KNEWSTUFF@
  250. LIB_KPARTS = @LIB_KPARTS@
  251. LIB_KSPELL = @LIB_KSPELL@
  252. LIB_KSYCOCA = @LIB_KSYCOCA@
  253. LIB_KUNITTEST = @LIB_KUNITTEST@
  254. LIB_KUTILS = @LIB_KUTILS@
  255. LIB_POLL = @LIB_POLL@
  256. LIB_QPE = @LIB_QPE@
  257. LIB_QT = @LIB_QT@
  258. LIB_SMB = @LIB_SMB@
  259. LIB_X11 = @LIB_X11@
  260. LIB_XEXT = @LIB_XEXT@
  261. LIB_XRENDER = @LIB_XRENDER@
  262. LN_S = @LN_S@
  263. LTLIBICONV = @LTLIBICONV@
  264. LTLIBINTL = @LTLIBINTL@
  265. LTLIBOBJS = @LTLIBOBJS@
  266. LUALIB_CFLAGS = @LUALIB_CFLAGS@
  267. LUALIB_LIBS = @LUALIB_LIBS@
  268. LUA_CFLAGS = @LUA_CFLAGS@
  269. LUA_LIBS = @LUA_LIBS@
  270. MAKEINFO = @MAKEINFO@
  271. MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  272. MCOPIDL = @MCOPIDL@
  273. MEINPROC = @MEINPROC@
  274. MKDIR_P = @MKDIR_P@
  275. MOC = @MOC@
  276. MSGFMT = @MSGFMT@
  277. MSGFMT_015 = @MSGFMT_015@
  278. MSGMERGE = @MSGMERGE@
  279. NMEDIT = @NMEDIT@
  280. NOOPT_CFLAGS = @NOOPT_CFLAGS@
  281. NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
  282. OBJEXT = @OBJEXT@
  283. PACKAGE = @PACKAGE@
  284. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  285. PACKAGE_NAME = @PACKAGE_NAME@
  286. PACKAGE_STRING = @PACKAGE_STRING@
  287. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  288. PACKAGE_VERSION = @PACKAGE_VERSION@
  289. PATH_SEPARATOR = @PATH_SEPARATOR@
  290. PERL = @PERL@
  291. PKGDATADIR = @PKGDATADIR@
  292. PKG_CONFIG = @PKG_CONFIG@
  293. POSUB = @POSUB@
  294. QTE_NORTTI = @QTE_NORTTI@
  295. QT_INCLUDES = @QT_INCLUDES@
  296. QT_LDFLAGS = @QT_LDFLAGS@
  297. RANLIB = @RANLIB@
  298. SED = @SED@
  299. SET_MAKE = @SET_MAKE@
  300. SHELL = @SHELL@
  301. SPICELIB = @SPICELIB@
  302. STRIP = @STRIP@
  303. THEORA_CFLAGS = @THEORA_CFLAGS@
  304. THEORA_LIBS = @THEORA_LIBS@
  305. UIC = @UIC@
  306. UIC_TR = @UIC_TR@
  307. USER_INCLUDES = @USER_INCLUDES@
  308. USER_LDFLAGS = @USER_LDFLAGS@
  309. USE_EXCEPTIONS = @USE_EXCEPTIONS@
  310. USE_NLS = @USE_NLS@
  311. USE_RTTI = @USE_RTTI@
  312. USE_THREADS = @USE_THREADS@
  313. VERSION = @VERSION@
  314. WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
  315. XGETTEXT = @XGETTEXT@
  316. XGETTEXT_015 = @XGETTEXT_015@
  317. XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  318. XMKMF = @XMKMF@
  319. XMLLINT = @XMLLINT@
  320. X_CFLAGS = @X_CFLAGS@
  321. X_EXTRA_LIBS = @X_EXTRA_LIBS@
  322. X_INCLUDES = @X_INCLUDES@
  323. X_LDFLAGS = @X_LDFLAGS@
  324. X_LIBS = @X_LIBS@
  325. X_PRE_LIBS = @X_PRE_LIBS@
  326. X_RPATH = @X_RPATH@
  327. abs_builddir = @abs_builddir@
  328. abs_srcdir = @abs_srcdir@
  329. abs_top_builddir = @abs_top_builddir@
  330. abs_top_srcdir = @abs_top_srcdir@
  331. ac_ct_CC = @ac_ct_CC@
  332. ac_ct_CXX = @ac_ct_CXX@
  333. ac_ct_F77 = @ac_ct_F77@
  334. all_includes = @all_includes@
  335. all_libraries = @all_libraries@
  336. am__include = @am__include@
  337. am__leading_dot = @am__leading_dot@
  338. am__quote = @am__quote@
  339. am__tar = @am__tar@
  340. am__untar = @am__untar@
  341. bindir = @bindir@
  342. build = @build@
  343. build_alias = @build_alias@
  344. build_cpu = @build_cpu@
  345. build_os = @build_os@
  346. build_vendor = @build_vendor@
  347. builddir = @builddir@
  348. datadir = @datadir@
  349. datarootdir = @datarootdir@
  350. docdir = @docdir@
  351. dvidir = @dvidir@
  352. exec_prefix = @exec_prefix@
  353. host = @host@
  354. host_alias = @host_alias@
  355. host_cpu = @host_cpu@
  356. host_os = @host_os@
  357. host_vendor = @host_vendor@
  358. htmldir = @htmldir@
  359. includedir = @includedir@
  360. infodir = @infodir@
  361. install_sh = @install_sh@
  362. kde_appsdir = @kde_appsdir@
  363. kde_bindir = @kde_bindir@
  364. kde_confdir = @kde_confdir@
  365. kde_datadir = @kde_datadir@
  366. kde_htmldir = @kde_htmldir@
  367. kde_icondir = @kde_icondir@
  368. kde_includes = @kde_includes@
  369. kde_kcfgdir = @kde_kcfgdir@
  370. kde_libraries = @kde_libraries@
  371. kde_locale = @kde_locale@
  372. kde_mimedir = @kde_mimedir@
  373. kde_moduledir = @kde_moduledir@
  374. kde_qtver = @kde_qtver@
  375. kde_servicesdir = @kde_servicesdir@
  376. kde_servicetypesdir = @kde_servicetypesdir@
  377. kde_sounddir = @kde_sounddir@
  378. kde_styledir = @kde_styledir@
  379. kde_templatesdir = @kde_templatesdir@
  380. kde_wallpaperdir = @kde_wallpaperdir@
  381. kde_widgetdir = @kde_widgetdir@
  382. kdeinitdir = @kdeinitdir@
  383. libdir = @libdir@
  384. libexecdir = @libexecdir@
  385. localedir = @localedir@
  386. localstatedir = @localstatedir@
  387. mandir = @mandir@
  388. mkdir_p = @mkdir_p@
  389. oldincludedir = @oldincludedir@
  390. pdfdir = @pdfdir@
  391. prefix = @prefix@
  392. program_transform_name = @program_transform_name@
  393. psdir = @psdir@
  394. qt_includes = @qt_includes@
  395. qt_libraries = @qt_libraries@
  396. sbindir = @sbindir@
  397. sharedstatedir = @sharedstatedir@
  398. srcdir = @srcdir@
  399. sysconfdir = @sysconfdir@
  400. target = @target@
  401. target_alias = @target_alias@
  402. target_cpu = @target_cpu@
  403. target_os = @target_os@
  404. target_vendor = @target_vendor@
  405. top_builddir = @top_builddir@
  406. top_srcdir = @top_srcdir@
  407. x_includes = @x_includes@
  408. x_libraries = @x_libraries@
  409. xdg_appsdir = @xdg_appsdir@
  410. xdg_directorydir = @xdg_directorydir@
  411. xdg_menudir = @xdg_menudir@
  412. SUBDIRS = res $(am__append_1) $(am__append_2)
  413. INCLUDES = -I..
  414. @ENABLE_KDE_TRUE@celestiaKDELIBS = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE) 
  415. @ENABLE_KDE_TRUE@                  $(LIBSOCKET) kde/libkdegui.a
  416. @ENABLE_KDE_TRUE@celestia_LDFLAGS = $(all_libraries) $(KDE_RPATH)
  417. @ENABLE_GTK_TRUE@celestiaGTKLIBS = gtk/libgtkgui.a
  418. COMMONSOURCES = 
  419. celestiacore.cpp 
  420. configfile.cpp 
  421. destination.cpp 
  422. eclipsefinder.cpp
  423. favorites.cpp 
  424. imagecapture.cpp 
  425. url.cpp
  426. WINSOURCES = 
  427. avicapture.cpp 
  428. ODMenu.cpp 
  429. scriptmenu.cpp 
  430. wglext.cpp 
  431. winbookmarks.cpp 
  432. windatepicker.cpp 
  433. wineclipses.cpp 
  434. wingotodlg.cpp 
  435. winhyperlinks.cpp 
  436. winlocations.cpp 
  437. winmain.cpp 
  438. winsplash.cpp 
  439. winssbrowser.cpp 
  440. winstarbrowser.cpp 
  441. wintime.cpp 
  442. wintourguide.cpp 
  443. winviewoptsdlg.cpp
  444. @ENABLE_CELX_TRUE@CELXSOURCES = 
  445. @ENABLE_CELX_TRUE@ celx.cpp 
  446. @ENABLE_CELX_TRUE@ celx_celestia.cpp 
  447. @ENABLE_CELX_TRUE@ celx_frame.cpp 
  448. @ENABLE_CELX_TRUE@ celx_gl.cpp 
  449. @ENABLE_CELX_TRUE@ celx_object.cpp 
  450. @ENABLE_CELX_TRUE@ celx_observer.cpp 
  451. @ENABLE_CELX_TRUE@ celx_phase.cpp 
  452. @ENABLE_CELX_TRUE@ celx_position.cpp 
  453. @ENABLE_CELX_TRUE@ celx_rotation.cpp 
  454. @ENABLE_CELX_TRUE@ celx_vector.cpp
  455. @ENABLE_GLUT_TRUE@GLUTSOURCES = glutmain.cpp
  456. @ENABLE_THEORA_TRUE@THEORASOURCES = oggtheoracapture.cpp
  457. celestia_SOURCES = $(COMMONSOURCES) $(CELXSOURCES) $(GLUTSOURCES) $(THEORASOURCES)
  458. EXTRA_DIST = 
  459. Celestia.dsp 
  460. celestia.mak 
  461. $(WINSOURCES)
  462. celestia_LDADD = 
  463. $(celestiaKDELIBS) 
  464. $(celestiaGTKLIBS) 
  465. ../celengine/libcelengine.a 
  466. ../celtxf/libceltxf.a 
  467. ../cel3ds/libcel3ds.a 
  468. ../celmath/libcelmath.a 
  469. ../celutil/libcelutil.a 
  470. $(SPICELIB)
  471. noinst_HEADERS = $(wildcard *.h)
  472. noinst_DATA = ../../celestia
  473. CLEANFILES = ../../celestia
  474. #>- all: all-recursive
  475. #>+ 1
  476. all: docs-am  all-recursive
  477. .SUFFIXES:
  478. .SUFFIXES: .cpp .lo .o .obj
  479. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  480. #>-  @for dep in $?; do 
  481. #>-    case '$(am__configure_deps)' in 
  482. #>-      *$$dep*) 
  483. #>-        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  484. #>-  && exit 0; 
  485. #>-        exit 1;; 
  486. #>-    esac; 
  487. #>-  done; 
  488. #>-  echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/celestia/Makefile'; 
  489. #>-  cd $(top_srcdir) && 
  490. #>-    $(AUTOMAKE) --gnu  src/celestia/Makefile
  491. #>+ 12
  492. @for dep in $?; do 
  493.   case '$(am__configure_deps)' in 
  494.     *$$dep*) 
  495.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  496. && exit 0; 
  497.       exit 1;; 
  498.   esac; 
  499. done; 
  500. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/celestia/Makefile'; 
  501. cd $(top_srcdir) && 
  502.   $(AUTOMAKE) --gnu  src/celestia/Makefile
  503. cd $(top_srcdir) && perl admin/am_edit -padmin src/celestia/Makefile.in
  504. .PRECIOUS: Makefile
  505. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  506. @case '$?' in 
  507.   *config.status*) 
  508.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  509.   *) 
  510.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  511.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  512. esac;
  513. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  514. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  515. $(top_srcdir)/configure:  $(am__configure_deps)
  516. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  517. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  518. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  519. install-binPROGRAMS: $(bin_PROGRAMS)
  520. @$(NORMAL_INSTALL)
  521. test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  522. @list='$(bin_PROGRAMS)'; for p in $$list; do 
  523.   p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; 
  524.   if test -f $$p 
  525.      || test -f $$p1 
  526.   ; then 
  527.     f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; 
  528.    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; 
  529.    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; 
  530.   else :; fi; 
  531. done
  532. uninstall-binPROGRAMS:
  533. @$(NORMAL_UNINSTALL)
  534. @list='$(bin_PROGRAMS)'; for p in $$list; do 
  535.   f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; 
  536.   echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; 
  537.   rm -f "$(DESTDIR)$(bindir)/$$f"; 
  538. done
  539. clean-binPROGRAMS:
  540. @list='$(bin_PROGRAMS)'; for p in $$list; do 
  541.   f=`echo $$p|sed 's/$(EXEEXT)$$//'`; 
  542.   echo " rm -f $$p $$f"; 
  543.   rm -f $$p $$f ; 
  544. done
  545. celestia$(EXEEXT): $(celestia_OBJECTS) $(celestia_DEPENDENCIES) 
  546. @rm -f celestia$(EXEEXT)
  547. $(celestia_LINK) $(celestia_OBJECTS) $(celestia_LDADD) $(LIBS)
  548. mostlyclean-compile:
  549. -rm -f *.$(OBJEXT)
  550. distclean-compile:
  551. -rm -f *.tab.c
  552. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/celestiacore.Po@am__quote@
  553. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/celx.Po@am__quote@
  554. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/celx_celestia.Po@am__quote@
  555. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/celx_frame.Po@am__quote@
  556. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/celx_gl.Po@am__quote@
  557. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/celx_object.Po@am__quote@
  558. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/celx_observer.Po@am__quote@
  559. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/celx_phase.Po@am__quote@
  560. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/celx_position.Po@am__quote@
  561. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/celx_rotation.Po@am__quote@
  562. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/celx_vector.Po@am__quote@
  563. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configfile.Po@am__quote@
  564. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/destination.Po@am__quote@
  565. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eclipsefinder.Po@am__quote@
  566. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/favorites.Po@am__quote@
  567. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glutmain.Po@am__quote@
  568. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagecapture.Po@am__quote@
  569. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oggtheoracapture.Po@am__quote@
  570. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/url.Po@am__quote@
  571. .cpp.o:
  572. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  573. @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  574. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  575. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  576. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  577. .cpp.obj:
  578. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  579. @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  580. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  581. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  582. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  583. .cpp.lo:
  584. @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  585. @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  586. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  587. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  588. @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
  589. mostlyclean-libtool:
  590. -rm -f *.lo
  591. clean-libtool:
  592. -rm -rf .libs _libs
  593. # This directory's subdirectories are mostly independent; you can cd
  594. # into them and run `make' without going through this Makefile.
  595. # To change the values of `make' variables: instead of editing Makefiles,
  596. # (1) if the variable is set in `config.status', edit `config.status'
  597. #     (which will cause the Makefiles to be regenerated when you run `make');
  598. # (2) otherwise, pass the desired values on the `make' command line.
  599. $(RECURSIVE_TARGETS):
  600. @failcom='exit 1'; 
  601. for f in x $$MAKEFLAGS; do 
  602.   case $$f in 
  603.     *=* | --[!k]*);; 
  604.     *k*) failcom='fail=yes';; 
  605.   esac; 
  606. done; 
  607. dot_seen=no; 
  608. target=`echo $@ | sed s/-recursive//`; 
  609. list='$(SUBDIRS)'; for subdir in $$list; do 
  610.   echo "Making $$target in $$subdir"; 
  611.   if test "$$subdir" = "."; then 
  612.     dot_seen=yes; 
  613.     local_target="$$target-am"; 
  614.   else 
  615.     local_target="$$target"; 
  616.   fi; 
  617.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  618.   || eval $$failcom; 
  619. done; 
  620. if test "$$dot_seen" = "no"; then 
  621.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  622. fi; test -z "$$fail"
  623. $(RECURSIVE_CLEAN_TARGETS):
  624. @failcom='exit 1'; 
  625. for f in x $$MAKEFLAGS; do 
  626.   case $$f in 
  627.     *=* | --[!k]*);; 
  628.     *k*) failcom='fail=yes';; 
  629.   esac; 
  630. done; 
  631. dot_seen=no; 
  632. case "$@" in 
  633.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  634.   *) list='$(SUBDIRS)' ;; 
  635. esac; 
  636. rev=''; for subdir in $$list; do 
  637.   if test "$$subdir" = "."; then :; else 
  638.     rev="$$subdir $$rev"; 
  639.   fi; 
  640. done; 
  641. rev="$$rev ."; 
  642. target=`echo $@ | sed s/-recursive//`; 
  643. for subdir in $$rev; do 
  644.   echo "Making $$target in $$subdir"; 
  645.   if test "$$subdir" = "."; then 
  646.     local_target="$$target-am"; 
  647.   else 
  648.     local_target="$$target"; 
  649.   fi; 
  650.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  651.   || eval $$failcom; 
  652. done && test -z "$$fail"
  653. tags-recursive:
  654. list='$(SUBDIRS)'; for subdir in $$list; do 
  655.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  656. done
  657. ctags-recursive:
  658. list='$(SUBDIRS)'; for subdir in $$list; do 
  659.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  660. done
  661. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  662. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  663. unique=`for i in $$list; do 
  664.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  665.   done | 
  666.   $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } 
  667.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  668. mkid -fID $$unique
  669. tags: TAGS
  670. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  671. $(TAGS_FILES) $(LISP)
  672. tags=; 
  673. here=`pwd`; 
  674. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then 
  675.   include_option=--etags-include; 
  676.   empty_fix=.; 
  677. else 
  678.   include_option=--include; 
  679.   empty_fix=; 
  680. fi; 
  681. list='$(SUBDIRS)'; for subdir in $$list; do 
  682.   if test "$$subdir" = .; then :; else 
  683.     test ! -f $$subdir/TAGS || 
  684.       tags="$$tags $$include_option=$$here/$$subdir/TAGS"; 
  685.   fi; 
  686. done; 
  687. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  688. unique=`for i in $$list; do 
  689.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  690.   done | 
  691.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  692.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  693. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  694.   test -n "$$unique" || unique=$$empty_fix; 
  695.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  696.     $$tags $$unique; 
  697. fi
  698. ctags: CTAGS
  699. CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  700. $(TAGS_FILES) $(LISP)
  701. tags=; 
  702. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  703. unique=`for i in $$list; do 
  704.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  705.   done | 
  706.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  707.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  708. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  709.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  710.      $$tags $$unique
  711. GTAGS:
  712. here=`$(am__cd) $(top_builddir) && pwd` 
  713.   && cd $(top_srcdir) 
  714.   && gtags -i $(GTAGS_ARGS) $$here
  715. distclean-tags:
  716. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  717. distdir: $(DISTFILES)
  718. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  719. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  720. list='$(DISTFILES)'; 
  721.   dist_files=`for file in $$list; do echo $$file; done | 
  722.   sed -e "s|^$$srcdirstrip/||;t" 
  723.       -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; 
  724. case $$dist_files in 
  725.   */*) $(MKDIR_P) `echo "$$dist_files" | 
  726.    sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | 
  727.    sort -u` ;; 
  728. esac; 
  729. for file in $$dist_files; do 
  730.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  731.   if test -d $$d/$$file; then 
  732.     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; 
  733.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  734.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  735.     fi; 
  736.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  737.   else 
  738.     test -f $(distdir)/$$file 
  739.     || cp -p $$d/$$file $(distdir)/$$file 
  740.     || exit 1; 
  741.   fi; 
  742. done
  743. list='$(DIST_SUBDIRS)'; for subdir in $$list; do 
  744.   if test "$$subdir" = .; then :; else 
  745.     test -d "$(distdir)/$$subdir" 
  746.     || $(MKDIR_P) "$(distdir)/$$subdir" 
  747.     || exit 1; 
  748.     distdir=`$(am__cd) $(distdir) && pwd`; 
  749.     top_distdir=`$(am__cd) $(top_distdir) && pwd`; 
  750.     (cd $$subdir && 
  751.       $(MAKE) $(AM_MAKEFLAGS) 
  752.         top_distdir="$$top_distdir" 
  753.         distdir="$$distdir/$$subdir" 
  754. am__remove_distdir=: 
  755. am__skip_length_check=: 
  756.         distdir) 
  757.       || exit 1; 
  758.   fi; 
  759. done
  760. check-am: all-am
  761. check: check-recursive
  762. all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS)
  763. installdirs: installdirs-recursive
  764. installdirs-am:
  765. for dir in "$(DESTDIR)$(bindir)"; do 
  766.   test -z "$$dir" || $(MKDIR_P) "$$dir"; 
  767. done
  768. install: install-recursive
  769. install-exec: install-exec-recursive
  770. install-data: install-data-recursive
  771. uninstall: uninstall-recursive
  772. install-am: all-am
  773. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  774. installcheck: installcheck-recursive
  775. install-strip:
  776. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  777.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  778.   `test -z '$(STRIP)' || 
  779.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  780. mostlyclean-generic:
  781. clean-generic:
  782. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  783. distclean-generic:
  784. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  785. maintainer-clean-generic:
  786. @echo "This command is intended for maintainers to use"
  787. @echo "it deletes files that may require special tools to rebuild."
  788. #>- clean: clean-recursive
  789. #>+ 1
  790. clean: kde-rpo-clean  clean-recursive
  791. #>- clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
  792. #>+ 1
  793. clean-am: clean-bcheck  clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
  794. distclean: distclean-recursive
  795. -rm -rf ./$(DEPDIR)
  796. -rm -f Makefile
  797. distclean-am: clean-am distclean-compile distclean-generic 
  798. distclean-tags
  799. dvi: dvi-recursive
  800. dvi-am:
  801. html: html-recursive
  802. info: info-recursive
  803. info-am:
  804. install-data-am:
  805. install-dvi: install-dvi-recursive
  806. install-exec-am: install-binPROGRAMS
  807. install-html: install-html-recursive
  808. install-info: install-info-recursive
  809. install-man:
  810. install-pdf: install-pdf-recursive
  811. install-ps: install-ps-recursive
  812. installcheck-am:
  813. maintainer-clean: maintainer-clean-recursive
  814. -rm -rf ./$(DEPDIR)
  815. -rm -f Makefile
  816. maintainer-clean-am: distclean-am maintainer-clean-generic
  817. mostlyclean: mostlyclean-recursive
  818. mostlyclean-am: mostlyclean-compile mostlyclean-generic 
  819. mostlyclean-libtool
  820. pdf: pdf-recursive
  821. pdf-am:
  822. ps: ps-recursive
  823. ps-am:
  824. uninstall-am: uninstall-binPROGRAMS
  825. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am 
  826. install-strip
  827. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS 
  828. all all-am check check-am clean clean-binPROGRAMS 
  829. clean-generic clean-libtool ctags ctags-recursive distclean 
  830. distclean-compile distclean-generic distclean-libtool 
  831. distclean-tags distdir dvi dvi-am html html-am info info-am 
  832. install install-am install-binPROGRAMS install-data 
  833. install-data-am install-dvi install-dvi-am install-exec 
  834. install-exec-am install-html install-html-am install-info 
  835. install-info-am install-man install-pdf install-pdf-am 
  836. install-ps install-ps-am install-strip installcheck 
  837. installcheck-am installdirs installdirs-am maintainer-clean 
  838. maintainer-clean-generic mostlyclean mostlyclean-compile 
  839. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am 
  840. tags tags-recursive uninstall uninstall-am 
  841. uninstall-binPROGRAMS
  842. ../../celestia: celestia
  843. (cd ../..; ln -s src/celestia/celestia)
  844. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  845. # Otherwise a system limit (for SysV at least) may be exceeded.
  846. .NOEXPORT:
  847. #>+ 2
  848. KDE_DIST=oggtheoracapture.cpp wingotodlg.cpp eclipsefinder.cpp windatepicker.cpp winbookmarks.cpp winmain.cpp celx_position.cpp url.h celx_position.h winsplash.cpp celx_internal.h winbookmarks.h winstarbrowser.cpp celx_frame.h winstarbrowser.h celx.cpp destination.cpp celx_celestia.cpp wingotodlg.h imagecapture.cpp imagecapture.h ODMenu.cpp Makefile.in oggtheoracapture.h celx_frame.cpp winlocations.h celx_rotation.cpp glutmain.cpp wintime.cpp winsplash.h scriptmenu.h winhyperlinks.h wintime.h celx_vector.cpp celx_phase.cpp wglext.h avicapture.h celx_celestia.h favorites.cpp destination.h celx_object.h eclipsefinder.h configfile.h winviewoptsdlg.cpp wintourguide.cpp winviewoptsdlg.h celx_phase.h scriptmenu.cpp configfile.cpp wineclipses.h celx_gl.h celx_object.cpp winssbrowser.h celestiacore.cpp wglext.cpp avicapture.cpp moviecapture.h celestiacore.h url.cpp ODMenu.h wineclipses.cpp celx.h celx_rotation.h celx_vector.h favorites.h winssbrowser.cpp wintourguide.h winhyperlinks.cpp winlocations.cpp Makefile.am celx_observer.h celx_gl.cpp celx_observer.cpp 
  849. #>+ 2
  850. docs-am:
  851. #>+ 15
  852. force-reedit:
  853. @for dep in $?; do 
  854.   case '$(am__configure_deps)' in 
  855.     *$$dep*) 
  856.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  857. && exit 0; 
  858.       exit 1;; 
  859.   esac; 
  860. done; 
  861. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/celestia/Makefile'; 
  862. cd $(top_srcdir) && 
  863.   $(AUTOMAKE) --gnu  src/celestia/Makefile
  864. cd $(top_srcdir) && perl admin/am_edit -padmin src/celestia/Makefile.in
  865. #>+ 21
  866. clean-bcheck: 
  867. rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
  868. bcheck: bcheck-recursive
  869. bcheck-am:
  870. @for i in ; do 
  871.     if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then 
  872.         echo "int main() {return 0;}" > $$i.bchecktest.cc ; 
  873.         echo "#include "$$i"" >> $$i.bchecktest.cc ; 
  874.         echo "$$i"; 
  875.         if ! $(CXXCOMPILE)  --dump-class-hierarchy -c $$i.bchecktest.cc; then 
  876.             rm -f $$i.bchecktest.cc; exit 1; 
  877.         fi ; 
  878.         echo "" >> $$i.bchecktest.cc.class; 
  879.         perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; 
  880.         rm -f a.out; 
  881.     fi ; 
  882. done
  883. #>+ 3
  884. final:
  885. $(MAKE) all-am
  886. #>+ 3
  887. final-install:
  888. $(MAKE) install-am
  889. #>+ 3
  890. no-final:
  891. $(MAKE) all-am
  892. #>+ 3
  893. no-final-install:
  894. $(MAKE) install-am
  895. #>+ 3
  896. kde-rpo-clean:
  897. -rm -f *.rpo
  898. #>+ 3
  899. nmcheck: 
  900. nmcheck-am: nmcheck