bf320426241a6170c39928fe809d66f829d7daf4
[ghc-hetmet.git] / mk / platform.mk.in
1 #-----------------------------------------------------------------------------
2 # $Id: platform.mk.in,v 1.2 1996/11/21 16:50:36 simonm Exp $
3
4 HOSTPLATFORM                    = @HostPlatform@
5 TARGETPLATFORM                  = @HostPlatform@
6 BUILDPLATFORM                   = @HostPlatform@
7
8 @HostPlatform_CPP@_HOST         = 1
9 @HostPlatform_CPP@_TARGET       = 1
10 @HostPlatform_CPP@_BUILD        = 1
11
12 @HostArch_CPP@_HOST_ARCH        = 1
13 @HostArch_CPP@_TARGET_ARCH      = 1
14 @HostArch_CPP@_BUILD_ARCH       = 1
15
16 @HostOS_CPP@_HOST_OS            = 1
17 @HostOS_CPP@_TARGET_OS          = 1
18 @HostOS_CPP@_BUILD_OS           = 1
19
20 @HostVendor_CPP@_HOST_VENDOR    = 1
21 @HostVendor_CPP@_TARGET_VENDOR  = 1
22 @HostVendor_CPP@_BUILD_VENDOR   = 1