summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am')
-rw-r--r--c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am28
1 files changed, 0 insertions, 28 deletions
diff --git a/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am b/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am
deleted file mode 100644
index ffa29d8cc4..0000000000
--- a/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am
+++ /dev/null
@@ -1,28 +0,0 @@
-##
-## $Id$
-##
-
-
-PGM = $(ARCH)/semaphore.rel
-
-C_FILES = semaphore.c
-
-semaphore_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-
-include $(top_srcdir)/../../../automake/compile.am
-include $(top_srcdir)/../../../automake/lib.am
-
-#
-# (OPTIONAL) Add local stuff here using +=
-#
-
-$(PGM): $(semaphore_rel_OBJECTS)
- $(make-rel)
-
-all-local: $(ARCH) $(semaphore_rel_OBJECTS) $(PGM)
-
-.PRECIOUS: $(PGM)
-
-EXTRA_DIST = semaphore.c
-
-include $(top_srcdir)/../../../automake/local.am