File: Version

package info (click to toggle)
gstep-core 0.5.0.981229-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 22,284 kB
  • ctags: 4,330
  • sloc: objc: 127,559; ansic: 26,207; sh: 8,362; exp: 3,588; makefile: 674; lisp: 654; lex: 437; perl: 406; cpp: 145; yacc: 128; csh: 66
file content (22 lines) | stat: -rw-r--r-- 693 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file is included in various Makefile's to get version information.
# Compatible with Bourne shell syntax, so it can included there too.

# The gcc version required to compile the library.
GDL_GCC_VERSION=2.7.2

# Versions for libraries that gnustep-db is dependent upon
GDL_GNUSTEP_BASE=0.2.12
GDL_LIBFOUNDATION=0.7.0
GDL_FOUNDATION_EXT=0.7.1

# The version number of this release.
GDL_MAJOR_VERSION=1
GDL_MINOR_VERSION=1
GDL_SUBMINOR_VERSION=0
GDL_VERSION=${GDL_MAJOR_VERSION}.${GDL_MINOR_VERSION}.${GDL_SUBMINOR_VERSION}
VERSION=${GDL_VERSION}

GDL_FTP_MACHINE=ftp.gnustep.org
GDL_FTP_DIRECTORY=pub/gnustep
GDL_SNAP_FTP_MACHINE=alpha.gnu.ai.mit.edu
GDL_SNAP_FTP_DIRECTORY=gnu/gnustep