mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-21 10:51:23 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@5815 72102866-910b-0410-8b05-ffd578937521
25 lines
697 B
Text
25 lines
697 B
Text
# This file is included in various Makefile's to get version information.
|
|
|
|
# The gcc version required to compile the library.
|
|
GNUSTEP_GCC=2.8.0
|
|
|
|
# The version number of this release.
|
|
GNUSTEP_MAJOR_VERSION=1
|
|
GNUSTEP_MINOR_VERSION=0
|
|
GNUSTEP_SUBMINOR_VERSION=0
|
|
GNUSTEP_VERSION=\
|
|
${GNUSTEP_MAJOR_VERSION}.${GNUSTEP_MINOR_VERSION}.${GNUSTEP_SUBMINOR_VERSION}
|
|
VERSION=${GNUSTEP_VERSION}
|
|
|
|
# Other Products we depend on
|
|
GNUSTEP_LIBTIFF=3.4
|
|
GNUSTEP_DGS=0.5.0
|
|
GNUSTEP_DPSCLIENT=6.1
|
|
|
|
GNUSTEP_FTP_MACHINE=ftp.gnu.org
|
|
GNUSTEP_FTP_DIRECTORY=pub/gnu
|
|
GNUSTEP_SNAP_FTP_MACHINE=alpha.gnu.org
|
|
GNUSTEP_SNAP_FTP_DIRECTORY=gnu/gnustep
|
|
GNUSTEP_ALT_FTP_MACHINE=ftp.gnustep.org
|
|
GNUSTEP_ALT_FTP_DIRECTORY=pub/gnustep/core
|
|
|