10 lines
199 B
Makefile
10 lines
199 B
Makefile
|
# -*- makefile -*-
|
||
|
#
|
||
|
# This file is automatically generated by configure.
|
||
|
# Do not hand edit.
|
||
|
|
||
|
OSTYPE := @host_os@
|
||
|
MACHINETYPE := @host_cpu@
|
||
|
PLATFORM := @host@
|
||
|
FULLOSTYPE := @host_vendor@-@host_os@
|