From 0cf9970b442d0f22de92ea06acf78b1632b51bbb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 18 Jan 2004 07:00:07 +0000 Subject: 2004-01-18 Ralf Corsepius * syscall/Makefile.am: Remove. * reg_win/Makefile.am: Remove. * cache/Makefile.am: Remove. * Makefile.am: Merge-in Makefile.ams above. Use automake compilation rules. * configure.ac: Reflect changes above. Add subdir-objects to AUTOMAKE_OPTIONS. Require automake >= 1.8.2. --- c/src/lib/libcpu/sparc/syscall/Makefile.am | 33 ------------------------------ 1 file changed, 33 deletions(-) delete mode 100644 c/src/lib/libcpu/sparc/syscall/Makefile.am (limited to 'c/src/lib/libcpu/sparc/syscall') diff --git a/c/src/lib/libcpu/sparc/syscall/Makefile.am b/c/src/lib/libcpu/sparc/syscall/Makefile.am deleted file mode 100644 index 8c2a1ae4cb..0000000000 --- a/c/src/lib/libcpu/sparc/syscall/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ -## -## $Id$ -## - -PGM = $(ARCH)/syscall.rel - -## Assembly sources -S_FILES = syscall.S - -noinst_HEADERS = syscall.h - -syscall_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) - -include $(top_srcdir)/../../../automake/compile.am -include $(top_srcdir)/../../../automake/lib.am - -# -# (OPTIONAL) Add local stuff here using += -# - -$(PGM): $(syscall_rel_OBJECTS) - $(make-rel) - -# the .rel file built here will be put into libbsp.a by -# libbsp/sparc/BSP/wrapup/Makefile - -all-local: $(syscall_rel_OBJECTS) $(PGM) - -.PRECIOUS: $(PGM) - -EXTRA_DIST = syscall.S syscall.h - -include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3