summaryrefslogtreecommitdiffstats
path: root/c/src/lib/include/motorola/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/include/motorola/Makefile.am')
-rw-r--r--c/src/lib/include/motorola/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/c/src/lib/include/motorola/Makefile.am b/c/src/lib/include/motorola/Makefile.am
deleted file mode 100644
index 06bb3cda89..0000000000
--- a/c/src/lib/include/motorola/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-##
-## $Id$
-##
-
-AUTOMAKE_OPTIONS = foreign 1.4
-
-include_motoroladir = $(includedir)/motorola
-
-include_motorola_HEADERS = mc68230.h mc68681.h
-
-PREINSTALL_FILES = $(PROJECT_INCLUDE)/motorola \
- $(include_motorola_HEADERS:%=$(PROJECT_INCLUDE)/motorola/%)
-
-$(PROJECT_INCLUDE)/motorola:
- @$(mkinstalldirs) $@
-$(PROJECT_INCLUDE)/motorola/%.h: %.h
- $(INSTALL_DATA) $< $@
-
-all-local: $(PREINSTALL_FILES)
-
-include $(top_srcdir)/../../../automake/local.am