From 487c286c32e7f9cc01a6124c57753301bba398cb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 26 Sep 2003 21:36:14 +0000 Subject: 2003-09-26 Joel Sherrill * hppa1.1/.cvsignore, hppa1.1/ChangeLog, hppa1.1/Makefile.am, hppa1.1/configure.ac, hppa1.1/clock/.cvsignore, hppa1.1/clock/Makefile.am, hppa1.1/clock/clock.c, hppa1.1/include/.cvsignore, hppa1.1/include/Makefile.am, hppa1.1/include/runway.h, hppa1.1/include/semaphore.h, hppa1.1/milli/.cvsignore, hppa1.1/milli/Makefile.am, hppa1.1/milli/milli.S, hppa1.1/semaphore/.cvsignore, hppa1.1/semaphore/Makefile.am, hppa1.1/semaphore/semaphore.c, hppa1.1/timer/.cvsignore, hppa1.1/timer/Makefile.am, hppa1.1/timer/timer.c: Removed. --- c/src/lib/libcpu/hppa1.1/include/Makefile.am | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 c/src/lib/libcpu/hppa1.1/include/Makefile.am (limited to 'c/src/lib/libcpu/hppa1.1/include/Makefile.am') diff --git a/c/src/lib/libcpu/hppa1.1/include/Makefile.am b/c/src/lib/libcpu/hppa1.1/include/Makefile.am deleted file mode 100644 index 1026716d4d..0000000000 --- a/c/src/lib/libcpu/hppa1.1/include/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -## -## $Id$ -## - - -include_hppa1_1dir = $(includedir)/hppa1.1 - -include_hppa1_1_HEADERS = runway.h semaphore.h - -# NOTE: Unlike other CPUS, we install into a subdirectory to avoid -# file name conflicts - -$(PROJECT_INCLUDE)/hppa1.1: - $(mkinstalldirs) $@ - -$(PROJECT_INCLUDE)/hppa1.1/%.h: %.h - $(INSTALL_DATA) $< $@ - -PREINSTALL_FILES = $(PROJECT_INCLUDE)/hppa1.1 \ - $(include_hppa1_1_HEADERS:%=$(PROJECT_INCLUDE)/hppa1.1/%) - -all-local: $(TMPINSTALL_FILES) - -EXTRA_DIST = runway.h semaphore.h - -include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3