Changeset 0bc2339 in rtems for c/src/librdbg/src/i386
- Timestamp:
- Aug 16, 2003, 12:29:51 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b0e2360
- Parents:
- 5c0064d
- Location:
- c/src/librdbg/src/i386
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/librdbg/src/i386/Makefile.am
r5c0064d r0bc2339 8 8 EXTRA_DIST = excep_f.c rdbg_cpu_asm.S rdbg_f.c 9 9 10 include $(top_srcdir)/ ../../automake/subdirs.am11 include $(top_srcdir)/ ../../automake/local.am10 include $(top_srcdir)/automake/subdirs.am 11 include $(top_srcdir)/automake/local.am -
c/src/librdbg/src/i386/any/Makefile.am
r5c0064d r0bc2339 35 35 36 36 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 37 include $(top_srcdir)/ ../../automake/compile.am38 include $(top_srcdir)/ ../../automake/lib.am37 include $(top_srcdir)/automake/compile.am 38 include $(top_srcdir)/automake/lib.am 39 39 40 40 # … … 92 92 EXTRA_DIST = remdeb_f.x $(GEN_C_FILES) 93 93 94 include $(top_srcdir)/ ../../automake/local.am94 include $(top_srcdir)/automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.