Line 1... |
Line 1... |
# Makefile.in generated automatically by automake 1.4 from Makefile.am
|
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
|
|
|
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
|
|
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
Line 106... |
Line 106... |
|
|
noinst_LIBRARIES = libarch.a
|
noinst_LIBRARIES = libarch.a
|
libarch_a_SOURCES = execute.c or32.c
|
libarch_a_SOURCES = execute.c or32.c
|
|
|
@SIMPLE_EXECUTION_TRUE@noinst_PROGRAMS =
|
@SIMPLE_EXECUTION_TRUE@noinst_PROGRAMS =
|
@SIMPLE_EXECUTION_FALSE@noinst_PROGRAMS = generate
|
@SIMPLE_EXECUTION_FALSE@noinst_PROGRAMS = @SIMPLE_EXECUTION_FALSE@generate
|
@SIMPLE_EXECUTION_TRUE@generate_SOURCES =
|
@SIMPLE_EXECUTION_TRUE@generate_SOURCES =
|
@SIMPLE_EXECUTION_FALSE@generate_SOURCES = or32.c generate.c
|
@SIMPLE_EXECUTION_FALSE@generate_SOURCES = @SIMPLE_EXECUTION_FALSE@or32.c generate.c
|
@SIMPLE_EXECUTION_FALSE@BUILT_SOURCES = execgen.c
|
@SIMPLE_EXECUTION_FALSE@BUILT_SOURCES = @SIMPLE_EXECUTION_FALSE@execgen.c
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
CONFIG_HEADER = ../../config.h
|
CONFIG_HEADER = ../../config.h
|
CONFIG_CLEAN_FILES =
|
CONFIG_CLEAN_FILES =
|
LIBRARIES = $(noinst_LIBRARIES)
|
LIBRARIES = $(noinst_LIBRARIES)
|
|
|