From 53ab4823e082a13e7e59d737813394f846b82fc2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 10 Jan 2000 14:23:56 +0000 Subject: Patch rtems-rc-20000104-9.diff from Ralf Corsepius that converts the hppa1.1 directory to automake. NOTE: * Due to not having a toolchain (gcc refuses to build) this patch is untested. * I omited/deactivated the pxfl subdirectory, because I don't understand how it supposed to work. Joel's note: It was right to ignore the pxfl directory. It should be removed one the BSPs are moved outside the tree. This was an old hack. --- c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in | 32 ---------------------------- 1 file changed, 32 deletions(-) delete mode 100644 c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in (limited to 'c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in') diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in deleted file mode 100644 index 129e440e3e..0000000000 --- a/c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in +++ /dev/null @@ -1,32 +0,0 @@ -# -# $Id$ -# - -@SET_MAKE@ -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -top_builddir = ../.. -subdir = hppa1.1/simhppa - -RTEMS_ROOT = @RTEMS_ROOT@ -PROJECT_ROOT = @PROJECT_ROOT@ - -VPATH = @srcdir@ - -include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -include $(RTEMS_ROOT)/make/directory.cfg - -INSTALL_CHANGE = @INSTALL_CHANGE@ - -# We only build the multiprocessing support if HAS_MP was defined -MP_SUPPORT_yes_V = shmsupp -MP_SUPPORT = $(MP_SUPPORT_$(HAS_MP)_V) - -# wrapup is the one that actually builds and installs the library -# from the individual .rel files built in other directories -# NOTE: we pick up HPPA clock and timer from libcpu/hppa -SUBDIRS = tools include start startup tty $(MP_SUPPORT) wrapup - -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status -- cgit v1.2.3