summaryrefslogtreecommitdiffstats
path: root/c/src/tests/support/include/Makefile.in
blob: 5599c9fe1ad5b4de403bc1348020bd22ca11db88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
#  $Id$
#

@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH=@srcdir@

H_FILES= $(srcdir)/tmacros.h

SYS_H_FILES=

SRCS=$(H_FILES) $(SYS_H_FILES)

include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg

CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=

all:	$(SRCS)
	$(INSTALL) -m 444 $(H_FILES) ${PROJECT_RELEASE}/include
	$(INSTALL) -m 444 $(SYS_H_FILES) ${PROJECT_RELEASE}/include/sys