blob: a13524abe59b7aaf06c4348f064e01c2ab03f668 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Global MKPKG definitions for the LOCAL package.
$set XFLAGS = "$(XFLAGS) -p local"
$set XVFLAGS = "$(XVFLAGS) -p local"
$set LFLAGS = "$(LFLAGS) -p local"
# Uncomment and modify the following to add special file list entries for
# various machine architectures and Fortran compilers.
# $ifeq (MACH, sparc) then
# $include "local$lib/mkpkg.sf.sun4"
# $else $ifeq (MACH, vms) then
# $include "local$lib/mkpkg.sf.vms"
# $end
|