summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/hppa1.1/include/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-26 21:36:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-26 21:36:14 +0000
commit487c286c32e7f9cc01a6124c57753301bba398cb (patch)
treeb65d7afb3a65ec947da1b73f9261739358af5e33 /c/src/lib/libcpu/hppa1.1/include/Makefile.am
parent2003-09-26 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-487c286c32e7f9cc01a6124c57753301bba398cb.tar.bz2
2003-09-26 Joel Sherrill <joel@OARcorp.com>
* 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.
Diffstat (limited to 'c/src/lib/libcpu/hppa1.1/include/Makefile.am')
-rw-r--r--c/src/lib/libcpu/hppa1.1/include/Makefile.am26
1 files changed, 0 insertions, 26 deletions
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