Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Makefile.am
Package: celestia-1.6.0.tar.gz [view]
Upload User: center1979
Upload Date: 2022-07-26
Package Size: 50633k
Code Size: 2k
Category:
OpenGL program
Development Platform:
Visual C++
- SUBDIRS = res
- bin_PROGRAMS = celestia
- INCLUDES = -I..
- DEFS = -DCONFIG_DATA_DIR='"$(PKGDATADIR)"' -DLOCALEDIR='"$(datadir)/locale"' @DEFS@
- if ENABLE_KDE
- SUBDIRS += kde
- celestiaKDELIBS = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE)
- $(LIBSOCKET) kde/libkdegui.a
- celestia_LDFLAGS = $(all_libraries) $(KDE_RPATH)
- endif
- if ENABLE_GTK
- SUBDIRS += gtk
- celestiaGTKLIBS = gtk/libgtkgui.a
- endif
- COMMONSOURCES =
- celestiacore.cpp
- configfile.cpp
- destination.cpp
- eclipsefinder.cpp
- favorites.cpp
- imagecapture.cpp
- url.cpp
- WINSOURCES =
- avicapture.cpp
- ODMenu.cpp
- scriptmenu.cpp
- wglext.cpp
- winbookmarks.cpp
- windatepicker.cpp
- wineclipses.cpp
- wingotodlg.cpp
- winhyperlinks.cpp
- winlocations.cpp
- winmain.cpp
- winsplash.cpp
- winssbrowser.cpp
- winstarbrowser.cpp
- wintime.cpp
- wintourguide.cpp
- winviewoptsdlg.cpp
- if ENABLE_CELX
- CELXSOURCES =
- celx.cpp
- celx_celestia.cpp
- celx_frame.cpp
- celx_gl.cpp
- celx_object.cpp
- celx_observer.cpp
- celx_phase.cpp
- celx_position.cpp
- celx_rotation.cpp
- celx_vector.cpp
- endif
- if ENABLE_GLUT
- GLUTSOURCES = glutmain.cpp
- endif
- if ENABLE_THEORA
- THEORASOURCES = oggtheoracapture.cpp
- endif
- celestia_SOURCES = $(COMMONSOURCES) $(CELXSOURCES) $(GLUTSOURCES) $(THEORASOURCES)
- EXTRA_DIST =
- Celestia.dsp
- celestia.mak
- $(WINSOURCES)
- celestia_LDADD =
- $(celestiaKDELIBS)
- $(celestiaGTKLIBS)
- ../celengine/libcelengine.a
- ../celtxf/libceltxf.a
- ../cel3ds/libcel3ds.a
- ../celmath/libcelmath.a
- ../celutil/libcelutil.a
- $(SPICELIB)
- noinst_HEADERS = $(wildcard *.h)
- noinst_DATA = ../../celestia
- CLEANFILES = ../../celestia
- ../../celestia: celestia
- (cd ../..; ln -s src/celestia/celestia)