1 ## Process this file with automake to create Makefile.in 2 ## Configure input file for elfutils. 3 ## 4 ## Copyright (C) 2002 Red Hat, Inc. 5 ## 6 ## This program is Open Source software; you can redistribute it and/or 7 ## modify it under the terms of the Open Software License version 1.0 as 8 ## published by the Open Source Initiative. 9 ## 10 ## You should have received a copy of the Open Software License along 11 ## with this program; if not, you may obtain a copy of the Open Software 12 ## License version 1.0 from http://www.opensource.org/licenses/osl.php or 13 ## by writing the Open Source Initiative c/o Lawrence Rosen, Esq., 14 ## 3001 King Ranch Road, Ukiah, CA 95482. 15 ## 16 DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -Wall -Wshadow 17 INCLUDES = -I$(srcdir) 18 19 noinst_LIBRARIES = libcpu_i386.a 20 21 libcpu_i386_a_SOURCES = i386_dis.c 22