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

4.104.114.84.95
Last change on this file since ff5720e was ff5720e, checked in by Joel Sherrill <joel.sherrill@…>, on 09/03/03 at 13:27:51

2003-09-03 Jiri Gaisler <jiri@…>

PR 477/networking

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