Line 1... |
Line 1... |
# Copyright (c) 1995, 1996 Cygnus Support
|
# Copyright (c) 1995, 1996, 1998 Cygnus Support
|
#
|
#
|
# The authors hereby grant permission to use, copy, modify, distribute,
|
# The authors hereby grant permission to use, copy, modify, distribute,
|
# and license this software and its documentation for any purpose, provided
|
# and license this software and its documentation for any purpose, provided
|
# that existing copyright notices are retained in all copies and that this
|
# that existing copyright notices are retained in all copies and that this
|
# notice is included verbatim in any distributions. No written agreement,
|
# notice is included verbatim in any distributions. No written agreement,
|
Line 79... |
Line 79... |
MVME_OBJS = mvme-exit.o mvme-inbyte.o mvme-outbyte.o open.o close.o lseek.o sbrk.o mvme-read.o mvme-print.o
|
MVME_OBJS = mvme-exit.o mvme-inbyte.o mvme-outbyte.o open.o close.o lseek.o sbrk.o mvme-read.o mvme-print.o
|
MVME_TEST = mvme-test
|
MVME_TEST = mvme-test
|
MVME_INSTALL = install-mvme
|
MVME_INSTALL = install-mvme
|
|
|
# Here is the Solaris stuff
|
# Here is the Solaris stuff
|
SOLARIS_SCRIPTS =
|
#SOLARIS_SCRIPTS=
|
SOLARIS_LDFLAGS =
|
#SOLARIS_LDFLAGS=
|
SOLARIS_BSP = libsolaris.a
|
#SOLARIS_BSP = libsolaris.a
|
SOLARIS_CRT0 =
|
#SOLARIS_CRT0 =
|
SOLARIS_OBJS = sol-cfuncs.o sol-syscall.o
|
#SOLARIS_OBJS = sol-cfuncs.o sol-syscall.o
|
SOLARIS_TEST = sol-test
|
#SOLARIS_TEST = sol-test
|
SOLARIS_INSTALL = install-solaris
|
#SOLARIS_INSTALL= install-solaris
|
|
|
# Here is the Linux stuff
|
# Here is the Linux stuff
|
#LINUX_SCRIPTS =
|
#LINUX_SCRIPTS =
|
#LINUX_LDFLAGS =
|
#LINUX_LDFLAGS =
|
#LINUX_BSP = liblinux.a
|
#LINUX_BSP = liblinux.a
|