source: rtems/c/src/lib/libcpu/sh/sh7032/sci/Makefile.am @ ff8395a

4.104.114.84.95
Last change on this file since ff8395a was ff8395a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 15:59:44

2000-09-04 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am, delay/Makefile.am, null/Makefile.am, sci/Makefile.am, timer/Makefile.am, score/Makefile.am: Include compile.am
  • Property mode set to 100644
File size: 524 bytes
RevLine 
[df49c60]1##
[400c552]2## $Id$
[df49c60]3##
[400c552]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[4e36a2f]7PGM = $(ARCH)/sci.rel
[400c552]8
9C_FILES = sci.c
[4e36a2f]10C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
[400c552]11
[4e36a2f]12OBJS = $(C_O_FILES)
[400c552]13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[ff8395a]15include $(top_srcdir)/../../../../../../automake/compile.am
[ac815430]16include $(top_srcdir)/../../../../../../automake/lib.am
[400c552]17
18#
19# (OPTIONAL) Add local stuff here using +=
20#
21
[4e36a2f]22$(PGM): $(OBJS)
[400c552]23        $(make-rel)
24
[4e36a2f]25all-local: $(ARCH) $(OBJS) $(PGM)
26
27.PRECIOUS: $(PGM)
[400c552]28
[4e36a2f]29EXTRA_DIST = sci.c
[400c552]30
[ac815430]31include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.