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/reg_win/Makefile.am | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 c/src/lib/libcpu/sparc/reg_win/Makefile.am (limited to 'c/src/lib/libcpu/sparc/reg_win/Makefile.am') diff --git a/c/src/lib/libcpu/sparc/reg_win/Makefile.am b/c/src/lib/libcpu/sparc/reg_win/Makefile.am deleted file mode 100644 index 9bb708e465..0000000000 --- a/c/src/lib/libcpu/sparc/reg_win/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -## -## $Id$ -## - -PGM = $(ARCH)/reg_win.rel - -S_FILES = window.S -reg_win_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): $(reg_win_rel_OBJECTS) - $(make-rel) - -# the .rel file built here will be put into libbsp.a by -# libbsp/sparc/BSP/wrapup/Makefile - -all-local: $(reg_win_rel_OBJECTS) $(PGM) - -.PRECIOUS: $(PGM) - -EXTRA_DIST = window.S - -include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3