source: rtems/c/src/lib/libbsp/m68k/efi332/start/Makefile.in @ d2a05e7

4.104.114.84.95
Last change on this file since d2a05e7 was d2a05e7, checked in by Joel Sherrill <joel.sherrill@…>, on 11/19/99 at 16:40:40

Renaming all BSP specific startXXX directories to use the same name (start).

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[254b4450]1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
[d8ff793]7top_srcdir = @top_srcdir@
[e1d8abb]8top_builddir = ../../..
[d2a05e7]9subdir = m68k/efi332/start
[254b4450]10
[6693a68]11RTEMS_ROOT = @RTEMS_ROOT@
[d8ff793]12PROJECT_ROOT = @PROJECT_ROOT@
13
14VPATH = @srcdir@
15
[d2a05e7]16PGM = ${ARCH}/start.o
[254b4450]17
18# C source names, if any, go here -- minus the .c
[d2a05e7]19C_PIECES = start
[6693a68]20C_FILES = $(C_PIECES:%=%.c)
21C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
[254b4450]22
[6693a68]23H_FILES =
[254b4450]24
[6693a68]25SRCS = $(C_FILES) $(H_FILES)
26OBJS = $(C_O_FILES)
[254b4450]27
[6693a68]28include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[cb5bfe4]29include $(RTEMS_ROOT)/make/leaf.cfg
[254b4450]30
[6693a68]31INSTALL_CHANGE = @INSTALL_CHANGE@
32
[254b4450]33#
34# (OPTIONAL) Add local stuff here using +=
35#
36
[6693a68]37DEFINES +=
[254b4450]38CPPFLAGS +=
[6693a68]39CFLAGS +=
[254b4450]40
[6693a68]41LD_PATHS +=
42LD_LIBS +=
43LDFLAGS +=
[254b4450]44
45#
46# Add your list of files to delete here.  The config files
47#  already know how to delete some stuff, so you may want
48#  to just run 'make clean' first to see what gets missed.
49#  'make clobber' already includes 'make clean'
50#
51
52CLEAN_ADDITIONS +=
53CLOBBER_ADDITIONS +=
54
[6693a68]55all: ${ARCH} $(SRCS) $(OBJS) $(PGM)
56        $(INSTALL_VARIANT) -m 755 ${PGM} $(PROJECT_RELEASE)/lib
[d8ff793]57
[08b5f55]58Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
[d8ff793]59        cd $(top_builddir) \
60         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.