source: rtems/c/src/lib/libbsp/m68k/mvme136/shmsupp/Makefile.in @ 7e642ba

4.104.114.84.95
Last change on this file since 7e642ba was 7e642ba, checked in by Joel Sherrill <joel.sherrill@…>, on 11/22/99 at 19:27:13

Patch rtems-rc-19991117-9.diff from Ralf Corsepius <corsepiu@…>
to convert the libc directory to automake and "dozens of
small fixes for Makefile.ins/configure.ins below c/src/lib."

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[254b4450]1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
[d8ff793]7top_srcdir = @top_srcdir@
[e1d8abb]8top_builddir = ../../..
9subdir = m68k/mvme136/shmsupp
[254b4450]10
[6693a68]11RTEMS_ROOT = @RTEMS_ROOT@
[d8ff793]12PROJECT_ROOT = @PROJECT_ROOT@
13
14VPATH = @srcdir@
15
[6693a68]16PGM = ${ARCH}/shmsupp.rel
[254b4450]17
18# C source names, if any, go here -- minus the .c
[6693a68]19C_PIECES = addrconv getcfg lock mpisr
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
[7e642ba]55$(PGM): ${OBJS}
[254b4450]56        $(make-rel)
57
[6693a68]58all: ${ARCH} $(SRCS) $(PGM)
[254b4450]59
60# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
[6693a68]61install: all
[254b4450]62
[08b5f55]63Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
[d8ff793]64        cd $(top_builddir) \
65         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.