aboutsummaryrefslogtreecommitdiff
path: root/noao/lib/mkpkg.inc
blob: 17ae976378b52cea39e824d4baeaffe50de0f321 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Global MKPKG definitions for the NOAO packages.

$set XFLAGS	= "$(XFLAGS) -p noao"
$set XVFLAGS	= "$(XVFLAGS) -p noao"
$set LFLAGS	= "$(LFLAGS) -p noao"

$ifeq (MACH, ssun) then
    $include "noao$lib/mkpkg.sf.SSUN"
$else $ifeq (MACH, sparc) then
    $include "noao$lib/mkpkg.sf.SUN4"
$else $ifeq (MACH, i386) then
    $include "noao$lib/mkpkg.sf.I386"
$else $ifeq (MACH, f68881) then
    $include "noao$lib/mkpkg.sf.SUN3"
$else $ifeq (MACH, ffpa) then
    $include "noao$lib/mkpkg.sf.SUN3"
$else $ifeq (MACH, vms) then
    $include "noao$lib/mkpkg.sf.VMS"
$else $ifeq (MACH, ddec) then
    $include "noao$lib/mkpkg.sf.DDEC"
$else $ifeq (MACH, dmip) then
    $include "noao$lib/mkpkg.sf.DMIP"
$else $ifeq (MACH, rs6000) then
    $include "noao$lib/mkpkg.sf.AIX3"
$else $ifeq (MACH, mips) then
    $include "noao$lib/mkpkg.sf.MIPS"
$end