source: rtems/c/src/support/Makefile.am @ 33a105fb

4.115
Last change on this file since 33a105fb was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

  • 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.