source: rtems/c/src/lib/libbsp/sparc/leon/leon_open_eth/Makefile.am @ 6fd43a1b

4.104.114.84.95
Last change on this file since 6fd43a1b was 6fd43a1b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 14:59:50

2003-12-02 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add dirstamp support to preinstallation.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • gnatsupp/Makefile.am: Cosmetics.
  • leon_open_eth/Makefile.am: Correct paths to automake/*.am..
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.

PR 538/bsps:

  • wrapup/Makefile.am: Add leon_open_eth.rel
  • Property mode set to 100644
File size: 647 bytes
Line 
1##
2## Makefile.am,v 1.5 2002/12/14 08:17:45 ralf Exp
3##
4
5PGM = $(ARCH)/leon_open_eth.rel
6
7C_FILES = leon_open_eth.c
8C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
9
10OBJS = $(C_O_FILES)
11
12include $(top_srcdir)/../../../../automake/compile.am
13include $(top_srcdir)/../../../../automake/lib.am
14
15#
16# (OPTIONAL) Add local stuff here using +=
17#
18
19AM_CPPFLAGS += -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
20
21$(PGM): $(OBJS)
22        $(make-rel)
23
24# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
25
26if HAS_NETWORKING
27all-local: $(OBJS) $(PGM)
28endif
29
30.PRECIOUS: $(PGM)
31
32EXTRA_DIST = leon_open_eth.c
33
34include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.