source: rtems/c/src/lib/libcpu/sh/sh7045/null/Makefile.am @ a1d32a5

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

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

  • clock/Makefile.am, null/Makefile.am, sci/Makefile.am, timer/Makefile.am, score/Makefile.am: Include compile.am
  • Property mode set to 100644
File size: 603 bytes
RevLine 
[df49c60]1##
[400c552]2## $Id$
[df49c60]3##
[400c552]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[4e36a2f]7PGM = $(ARCH)/null.rel
[400c552]8
9C_FILES = open.c close.c read.c write.c init.c cntrl.c
[4e36a2f]10C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
[400c552]11
12OBJS = $(C_O_FILES)
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[a1d32a5]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 = close.c cntrl.c init.c open.c read.c write.c
[400c552]30
[ac815430]31include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.