[svn] / branches / release-1_3-branch / xvidcore / build / generic / platform.inc.in Repository:
ViewVC logotype

View of /branches/release-1_3-branch/xvidcore/build/generic/platform.inc.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 830 - (download) (annotate)
Tue Feb 11 21:56:31 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/build/generic/platform.inc.in
File size: 2522 byte(s)
patch-13
    More "unknown compiler" friendly portab.h file.
patch-14
    The PPC port is now disabled because it is outdated.
patch-15
    Added the configure bootstrap script.
patch-16
    Changed linking option on PPC platforms (-flat_namespace)
patch-17
    Added IA64 DCT source choice according to the compiler basename.
patch-18
    Fixed xvid_encraw help message.
patch-19
    Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.
patch-20
    Removed BFrame outdated bframe/qpel decoding.
# ============================================================================
#
# Do not edit this file manually, it is generated automatically by
# the configure script
#
# See ./configure --help
#
# ============================================================================


# ============================================================================
# Activated features
# ============================================================================

FEATURES=@FEATURES@

# ============================================================================
# Architecture dependant things
# ============================================================================

ARCHITECTURE=-DARCH_IS_@ARCHITECTURE@
BUS=-DARCH_IS_@BUS@
ENDIANNESS=-DARCH_IS_@ENDIANNESS@
SHARED_EXTENSION=@SHARED_EXTENSION@
STATIC_EXTENSION=@STATIC_EXTENSION@
OBJECT_EXTENSION=@OBJECT_EXTENSION@

# ============================================================================
# Compiler
# ============================================================================

CC=@CC@
SPECIFIC_CFLAGS=@SPECIFIC_CFLAGS@
CFLAGS=$(ARCHITECTURE) $(BUS) $(ENDIANNESS) $(FEATURES) $(SPECIFIC_CFLAGS) @CFLAGS@

# ============================================================================
# Assembler
# ============================================================================

AS=@AS@
AFLAGS=@AFLAGS@
ASSEMBLY_EXTENSION=@ASSEMBLY_EXTENSION@

# ============================================================================
# Linker
# ============================================================================

SPECIFIC_LDFLAGS=@SPECIFIC_LDFLAGS@
RANLIB=@RANLIB@

# ============================================================================
# Installation
# ============================================================================

INSTALL=@INSTALL@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

# ============================================================================
# Sources
# ============================================================================

GENERIC_SOURCES=$(@GENERIC_SOURCES@)
DIVX4COMPAT_SOURCES=$(@DIVX4COMPAT_SOURCES@)
ASSEMBLY_SOURCES=$(@ASSEMBLY_SOURCES@)
DCT_IA64_SOURCES=$(@DCT_IA64_SOURCES@)
GENERIC_OBJECTS=$(@GENERIC_SOURCES@:.c=.@OBJECT_EXTENSION@)
DIVX4COMPAT_OBJECTS=$(@DIVX4COMPAT_SOURCES@:.c=.@OBJECT_EXTENSION@)
ASSEMBLY_OBJECTS=$(@ASSEMBLY_SOURCES@:.@ASSEMBLY_EXTENSION@=.@OBJECT_EXTENSION@)
DCT_IA64_OBJECTS=$(@DCT_IA64_SOURCES@:.@ASSEMBLY_EXTENSION@=.@OBJECT_EXTENSION@)

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4