source: rtems/cpukit/libmisc/dummy/Makefile.am @ ccb1a6ec

4.104.114.84.95
Last change on this file since ccb1a6ec was ccb1a6ec, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/17/03 at 10:55:40

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 431 bytes
Line 
1##
2## $Id$
3##
4
5
6LIBNAME = libdummy
7LIB = $(ARCH)/$(LIBNAME).a
8
9C_FILES = dummy.c
10OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
11
12include $(top_srcdir)/../automake/compile.am
13include $(top_srcdir)/../automake/lib.am
14
15#
16# (OPTIONAL) Add local stuff here using +=
17#
18
19$(LIB): $(OBJS)
20        $(make-library)
21
22all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB)
23
24.PRECIOUS: $(LIB)
25
26EXTRA_DIST = README dummy.c
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.