Changeset 5321250 in rtems for c/src/lib/libcpu/m68k/shared
- Timestamp:
- 08/16/03 12:32:16 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b9e196b
- Parents:
- bd5efa92
- Location:
- c/src/lib/libcpu/m68k/shared
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/m68k/shared/Makefile.am
rbd5efa92 r5321250 6 6 SUBDIRS = cache misc 7 7 8 include $(top_srcdir)/../../../ ../../automake/subdirs.am9 include $(top_srcdir)/../../../ ../../automake/local.am8 include $(top_srcdir)/../../../automake/subdirs.am 9 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libcpu/m68k/shared/cache/Makefile.am
rbd5efa92 r5321250 13 13 include_libcpu_HEADERS = cache.h 14 14 15 include $(top_srcdir)/../../../ ../../automake/compile.am16 include $(top_srcdir)/../../../ ../../automake/lib.am15 include $(top_srcdir)/../../../automake/compile.am 16 include $(top_srcdir)/../../../automake/lib.am 17 17 18 18 AM_CPPFLAGS += -I$(srcdir) … … 36 36 EXTRA_DIST = cache.c cache_.h 37 37 38 include $(top_srcdir)/../../../ ../../automake/local.am38 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libcpu/m68k/shared/misc/Makefile.am
rbd5efa92 r5321250 7 7 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 8 8 9 include $(top_srcdir)/../../../ ../../automake/compile.am10 include $(top_srcdir)/../../../ ../../automake/lib.am9 include $(top_srcdir)/../../../automake/compile.am 10 include $(top_srcdir)/../../../automake/lib.am 11 11 12 12 # gcc doesn't recognize difference between the cpu32 and cpu32+ so we have to … … 25 25 EXTRA_DIST = memcpy.c m68kidle.c 26 26 27 include $(top_srcdir)/../../../ ../../automake/local.am27 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.