From b30aa2ef1b42c6e65b55accbdca6448f0ee2dddc Mon Sep 17 00:00:00 2001 From: crunchy Date: Sat, 14 Sep 2002 11:19:30 +0000 Subject: shell regular expression mapping --- libmpio/Makefile.in | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) (limited to 'libmpio') diff --git a/libmpio/Makefile.in b/libmpio/Makefile.in index f1dbb1b..66751bd 100644 --- a/libmpio/Makefile.in +++ b/libmpio/Makefile.in @@ -83,28 +83,13 @@ INCLUDES = lib_LTLIBRARIES = libmpio.la -libmpio_la_SOURCES = \ - mpio.c \ - io.c \ - debug.c \ - smartmedia.c \ - directory.c \ - fat.c \ - ecc.c - - -pkginclude_HEADERS = \ - mpio.h \ - defs.h - - -noinst_HEADERS = \ - io.h \ - debug.h \ - smartmedia.h \ - directory.h \ - fat.h \ - ecc.h +libmpio_la_SOURCES = mpio.c io.c debug.c smartmedia.c directory.c fat.c ecc.c + + +pkginclude_HEADERS = mpio.h defs.h + + +noinst_HEADERS = io.h debug.h smartmedia.h directory.h fat.h ecc.h mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = -- cgit v1.2.3