Changeset 0011fbe in rtems
- Timestamp:
- 01/12/06 05:33:34 (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c37b516
- Parents:
- 956dfedf
- Location:
- c/src/lib/libbsp/sh
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh1/Makefile.am
r956dfedf r0011fbe 4 4 5 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 6 7 CLEANFILES =8 6 9 7 include $(top_srcdir)/../../../../automake/compile.am … … 43 41 $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@ 44 42 BUILT_SOURCES = scitab.c 45 CLEANFILES += scitab.c43 CLEANFILES = scitab.c 46 44 47 45 noinst_PROGRAMS += scitab.rel … … 69 67 70 68 include $(srcdir)/preinstall.am 71 72 69 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/gensh2/Makefile.am
r956dfedf r0011fbe 4 4 5 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 6 7 CLEANFILES =8 6 9 7 include $(top_srcdir)/../../../../automake/compile.am … … 43 41 $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@ 44 42 BUILT_SOURCES = scitab.c 45 CLEANFILES += scitab.c43 CLEANFILES = scitab.c 46 44 47 45 noinst_PROGRAMS += scitab.rel -
c/src/lib/libbsp/sh/gensh4/Makefile.am
r956dfedf r0011fbe 15 15 nodist_include_HEADERS = include/bspopts.h 16 16 DISTCLEANFILES = include/bspopts.h 17 CLEANFILES =18 17 noinst_PROGRAMS = 19 18 -
c/src/lib/libbsp/sh/shsim/Makefile.am
r956dfedf r0011fbe 4 4 5 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 6 7 CLEANFILES =8 6 9 7 include $(top_srcdir)/../../../../automake/compile.am … … 48 46 $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@ 49 47 BUILT_SOURCES = scitab.c 50 CLEANFILES += scitab.c48 CLEANFILES = scitab.c 51 49 52 50 noinst_PROGRAMS += scitab.rel -
c/src/lib/libbsp/sh/simsh4/Makefile.am
r956dfedf r0011fbe 15 15 nodist_include_HEADERS = include/bspopts.h 16 16 DISTCLEANFILES = include/bspopts.h 17 CLEANFILES =18 17 noinst_PROGRAMS = 19 18
Note: See TracChangeset
for help on using the changeset viewer.