From 471bcf071f4bd1ce27895d72f0e2373cf348b2af Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 15 Nov 2002 14:55:12 +0000 Subject: 2002-11-15 Ralf Corsepius * Makefile.am: Merge-in arpa/Makefile.am, machine/Makefile.am, sys/Makefile.am, vm/Makefile.am. Add . to SUBDIRS. * arpa/Makefile.am: Remove. * machine/Makefile.am: Remove. * sys/Makefile.am: Remove. * vm/Makefile.am: Remove. * configure.ac: Reflect changes above. --- cpukit/libnetworking/vm/Makefile.am | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 cpukit/libnetworking/vm/Makefile.am (limited to 'cpukit/libnetworking/vm') diff --git a/cpukit/libnetworking/vm/Makefile.am b/cpukit/libnetworking/vm/Makefile.am deleted file mode 100644 index beddcba490..0000000000 --- a/cpukit/libnetworking/vm/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -## -## $Id$ -## - - - - -include_vmdir = $(includedir)/vm - -include_vm_HEADERS = vm.h vm_extern.h vm_kern.h vm_param.h - -PREINSTALL_FILES = $(PROJECT_INCLUDE)/vm \ - $(include_vm_HEADERS:%=$(PROJECT_INCLUDE)/vm/%) - -$(PROJECT_INCLUDE)/vm: - @$(mkinstalldirs) $@ - -$(PROJECT_INCLUDE)/vm/%.h: %.h - $(INSTALL_DATA) $< $@ - -all-local: $(PREINSTALL_FILES) - -include $(top_srcdir)/../automake/local.am -- cgit v1.2.3