source: rtems/c/src/lib/libbsp/no_cpu/no_bsp/startup/Makefile.am @ c61c097

4.104.114.84.95
Last change on this file since c61c097 was c61c097, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:58:28

2002-08-11 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 849 bytes
RevLine 
[df49c60]1##
[1e562da6]2## $Id$
[df49c60]3##
[1e562da6]4
5
6VPATH = @srcdir@:@srcdir@/../../../shared
7
[4e36a2f]8PGM = $(ARCH)/startup.rel
[1e562da6]9
10C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c main.c bootcard.c sbrk.c \
11    setvec.c gnatinstallhandler.c
[c61c097]12C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[1e562da6]13
14OBJS = $(C_O_FILES)
15
16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[0dcf5e12]17include $(top_srcdir)/../../../../../../automake/compile.am
[1e562da6]18include $(top_srcdir)/../../../../../../automake/lib.am
19
20#
21# (OPTIONAL) Add local stuff here using +=
22#
23
[4e36a2f]24$(PGM): $(OBJS)
[1e562da6]25        $(make-rel)
26
[f1feebb]27bsplib_DATA = linkcmds
28
[1e562da6]29$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
30        $(INSTALL_DATA) $< $@
31
[4e36a2f]32TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
[1e562da6]33
[4e36a2f]34all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
[1e562da6]35
[4e36a2f]36.PRECIOUS: $(PGM)
37
38EXTRA_DIST = bspclean.c bspstart.c linkcmds main.c setvec.c
[1e562da6]39
40include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.