Changeset a059062a in rtems
- Timestamp:
- 09/05/00 15:41:13 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4a309b4f
- Parents:
- 695b353
- Location:
- c/src/lib/libbsp/c4x/c4xsim
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/c4x/c4xsim/ChangeLog
r695b353 ra059062a 1 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * clock/Makefile.am, console/Makefile.am, start/Makefile.am, 4 startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: 5 Include compile.am 6 1 7 2000-08-10 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/lib/libbsp/c4x/c4xsim/Makefile.am
r695b353 ra059062a 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 -
c/src/lib/libbsp/c4x/c4xsim/clock/Makefile.am
r695b353 ra059062a 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 … … 13 13 14 14 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 15 include $(top_srcdir)/../../../../../../automake/compile.am 15 16 include $(top_srcdir)/../../../../../../automake/lib.am 16 17 -
c/src/lib/libbsp/c4x/c4xsim/console/Makefile.am
r695b353 ra059062a 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 VPATH = @srcdir@:@srcdir@/../../../shared 8 7 9 PGM = $(ARCH)/console.rel 8 9 VPATH = @srcdir@:@srcdir@/../../../shared10 10 11 11 C_FILES = console.c consolereserveresources.c debugio.c simio.c … … 15 15 16 16 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 17 include $(top_srcdir)/../../../../../../automake/compile.am 17 18 include $(top_srcdir)/../../../../../../automake/lib.am 18 19 -
c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am
r695b353 ra059062a 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = bsp.h simio.h 7 H_FILES = bsp.h simio.h 8 8 9 9 $(PROJECT_INCLUDE): … … 17 17 18 18 PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \ 19 $(PROJECT_INCLUDE)/coverhd.h 19 $(PROJECT_INCLUDE)/coverhd.h 20 20 21 21 all-local: $(PREINSTALL_FILES) -
c/src/lib/libbsp/c4x/c4xsim/start/Makefile.am
r695b353 ra059062a 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 … … 13 13 14 14 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 15 include $(top_srcdir)/../../../../../../automake/compile.am 15 16 include $(top_srcdir)/../../../../../../automake/lib.am 16 17 -
c/src/lib/libbsp/c4x/c4xsim/startup/Makefile.am
r695b353 ra059062a 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 … … 17 17 18 18 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 19 include $(top_srcdir)/../../../../../../automake/compile.am 19 20 include $(top_srcdir)/../../../../../../automake/lib.am 20 21 -
c/src/lib/libbsp/c4x/c4xsim/timer/Makefile.am
r695b353 ra059062a 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 … … 13 13 14 14 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 15 include $(top_srcdir)/../../../../../../automake/compile.am 15 16 include $(top_srcdir)/../../../../../../automake/lib.am 16 17 -
c/src/lib/libbsp/c4x/c4xsim/tools/Makefile.am
r695b353 ra059062a 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 7 8 noinst_SCRIPTS =runtest8 noinst_SCRIPTS = runtest 9 9 10 10 #HACK: install to build-tree -
c/src/lib/libbsp/c4x/c4xsim/wrapup/Makefile.am
r695b353 ra059062a 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 … … 7 7 BSP_PIECES = startup console clock timer 8 8 # pieces to pick up out of libcpu/sparc 9 CPU_PIECES = 9 CPU_PIECES = 10 10 11 11 # bummer; have to use $foreach since % pattern subst rules only replace 1x … … 15 15 16 16 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 17 include $(top_srcdir)/../../../../../../automake/compile.am 17 18 include $(top_srcdir)/../../../../../../automake/lib.am 18 19
Note: See TracChangeset
for help on using the changeset viewer.