source: rtems/c/src/support/Makefile.am @ 518edef

4.104.114.84.95
Last change on this file since 518edef was 4f647b9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 07:02:33

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • libchip/Makefile.am, libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 248 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\"
8
9noinst_LIBRARIES = libsupport.a
10
11libsupport_a_SOURCES = version.c
12libsupport_a_CPPFLAGS = $(AM_CPPFLAGS)
13
14include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.