# BuildConfig/Makefile.Linux.ia64 # Author: Patrick Baggett # Created: 4/16/20112 # # Purpose: # # Makefile for Linux running on Itanium architecture processors # # License: # # This program is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it # and/or modify it under the terms of the Do What The Fuck You Want # To Public License, Version 2, as published by Sam Hocevar. See # http://sam.zoy.org/wtfpl/COPYING for more details. # All C/C++ compiler flags required by this OS platform # NOTE: This pretty much assumes GCC on Linux OS_CXXFLAGS := -D_UNIX=1 -I/usr/local/include OS_CFLAGS := -D_UNIX=1 -I/usr/local/include include BuildConfig/GCC-Flags.rules include BuildConfig/POSIX-Libs.rules ASM := as -mtune=itanium2 RANLIB := ranlib SUBSYSTEM := POSIX # All flags/libraries the linker will need OS_LDFLAGS := -L/usr/local/lib -Wl,-rpath,/usr/local/lib