|
From: Tim B. <tbi...@us...> - 2006-06-08 17:06:36
|
Update of /cvsroot/aaf/AAF/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16625 Added Files: pdefs-ppcLinux.mk Log Message: GNUmakefile definitions for PPC Linux. --- NEW FILE: pdefs-ppcLinux.mk --- ############################################################################### # # $Id: pdefs-ppcLinux.mk,v 1.1 2006/06/08 17:06:30 tbingham Exp $ $Name: $ # # The contents of this file are subject to the AAF SDK Public # Source License Agreement (the "License"); You may not use this file # except in compliance with the License. The License is available in # AAFSDKPSL.TXT, or you may obtain a copy of the License from the AAF # Association or its successor. # # Software distributed under the License is distributed on an "AS IS" # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See # the License for the specific language governing rights and limitations # under the License. # # The Original Code of this file is Copyright 1998-2004, Licensor of the # AAF Association. # # The Initial Developer of the Original Code of this file and the # Licensor of the AAF Association is Avid Technology. # All rights reserved. # ############################################################################### #------------------------------------------------------------------------------ # # pdefs-i686Linux.mk # # This file contains makefile definitions for the Linux platform. # # # Uses: # COMPILER, XL, RPATH, CC # # Requires: # XL, RPATH, CC # # Sets: # MIPS_ABI, COMPILER, PLATFORM_CFLAGS, RPATH_OPT, # LD, LD_STAT_LIB, LD_DYN_LIB, U_OPTS, OBJ, EXE, LIB, DLL, # #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # Include common linux-x86 definitions. #------------------------------------------------------------------------------ include $(AAFBASE)/build/pdefs-i586Linux.mk REL_FLAGS += -march=i686 |