source: rtems/c/src/optman/rtems/Makefile.am @ c34635be

4.104.114.84.95
Last change on this file since c34635be was c34635be, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/08/02 at 17:57:06

2002-11-08 Ralf Corsepius <corsepiu@…>

  • rtems/Makefile.am: Reworked.
  • sapi/Makefile.am: Reworked.
  • rel.am: New.
  • Property mode set to 100644
File size: 452 bytes
RevLine 
[fba12eb6]1##
2##  $Id$
3##
4
5
6C_FILES = no-dpmem.c no-event.c no-msg.c no-mp.c no-part.c no-region.c \
7    no-rtmon.c no-sem.c no-signal.c no-timer.c
[2f6a4b3]8C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
[fba12eb6]9
[c34635be]10PGMS = $(C_FILES:%.c=$(ARCH)/%$(LIB_VARIANT).rel)
[fba12eb6]11
[b91f0338]12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[aefc109]13include $(top_srcdir)/../../../automake/compile.am
[fba12eb6]14include $(top_srcdir)/../../../automake/lib.am
[c34635be]15include ../rel.am
[fba12eb6]16
17include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.