Changeset 5c0064d in rtems
- Timestamp:
- 08/16/03 12:25:08 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0bc2339
- Parents:
- 6a8e52d
- Location:
- c/src/libchip
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libchip/ChangeLog
r6a8e52d r5c0064d 1 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 Makefile.am: Reflect having moved automake. 4 ide/Makefile.am: Reflect having moved automake. 5 network/Makefile.am: Reflect having moved automake. 6 rtc/Makefile.am: Reflect having moved automake. 7 serial/Makefile.am: Reflect having moved automake. 8 1 9 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/libchip/Makefile.am
r6a8e52d r5c0064d 5 5 SUBDIRS = rtc serial network ide 6 6 7 include $(top_srcdir)/ ../../automake/subdirs.am8 include $(top_srcdir)/ ../../automake/local.am7 include $(top_srcdir)/automake/subdirs.am 8 include $(top_srcdir)/automake/local.am -
c/src/libchip/ide/Makefile.am
r6a8e52d r5c0064d 14 14 15 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 16 include $(top_srcdir)/ ../../automake/compile.am17 include $(top_srcdir)/ ../../automake/lib.am16 include $(top_srcdir)/automake/compile.am 17 include $(top_srcdir)/automake/lib.am 18 18 19 19 PREINSTALL_FILES = $(PROJECT_INCLUDE)/libchip \ … … 37 37 EXTRA_DIST = $(C_FILES) 38 38 39 include $(top_srcdir)/ ../../automake/subdirs.am40 include $(top_srcdir)/ ../../automake/local.am39 include $(top_srcdir)/automake/subdirs.am 40 include $(top_srcdir)/automake/local.am -
c/src/libchip/network/Makefile.am
r6a8e52d r5c0064d 10 10 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 11 11 12 include $(top_srcdir)/ ../../automake/compile.am13 include $(top_srcdir)/ ../../automake/lib.am12 include $(top_srcdir)/automake/compile.am 13 include $(top_srcdir)/automake/lib.am 14 14 15 15 $(PROJECT_INCLUDE)/libchip: … … 51 51 cs8900.c cs8900.c.bsp dec21140.c i82586.c if_fxp.c sonic.c 52 52 53 include $(top_srcdir)/ ../../automake/local.am53 include $(top_srcdir)/automake/local.am -
c/src/libchip/rtc/Makefile.am
r6a8e52d r5c0064d 14 14 15 15 16 include $(top_srcdir)/ ../../automake/compile.am17 include $(top_srcdir)/ ../../automake/lib.am16 include $(top_srcdir)/automake/compile.am 17 include $(top_srcdir)/automake/lib.am 18 18 19 19 … … 43 43 EXTRA_DIST = $(C_FILES) $(DOC_FILES) 44 44 45 include $(top_srcdir)/ ../../automake/local.am45 include $(top_srcdir)/automake/local.am -
c/src/libchip/serial/Makefile.am
r6a8e52d r5c0064d 14 14 noinst_HEADERS = mc68681_p.h ns16550_p.h z85c30_p.h 15 15 16 include $(top_srcdir)/ ../../automake/compile.am17 include $(top_srcdir)/ ../../automake/lib.am16 include $(top_srcdir)/automake/compile.am 17 include $(top_srcdir)/automake/lib.am 18 18 19 19 PREINSTALL_FILES = $(PROJECT_INCLUDE)/libchip \ … … 43 43 EXTRA_DIST = $(C_FILES) $(DOC_FILES) 44 44 45 include $(top_srcdir)/ ../../automake/local.am45 include $(top_srcdir)/automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.