source: rtems/c/src/support/Makefile.am @ 6436254a

4.104.114.84.95
Last change on this file since 6436254a was 6436254a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/04 at 14:57:18

2004-02-09 Ralf Corsepius <corsepiu@…>

  • libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am, support/Makefile.am: Don't include lib.am.
  • Property mode set to 100644
File size: 507 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\"
8
9EXTRA_LIBRARIES = libsupport.a
10CLEANFILES = libsupport.a
11libsupport_a_SOURCES = version.c
12libsupport_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
13
14EXTRA_LIBRARIES += libsupport_g.a
15CLEANFILES += libsupport_g.a
16libsupport_g_a_SOURCES = $(libsupport_a_SOURCES)
17libsupport_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
18
19noinst_DATA = libsupport$(LIB_VARIANT).a
20
21include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.