summaryrefslogtreecommitdiffstats
path: root/c/src/make/compilers/Makefile.am
blob: 30fc3c385eece30246030adbc36cb862f05a1417 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
##
##  $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4

rtems_makedir=$(prefix)/make
rtems_make_compilersdir=$(rtems_makedir)/compilers

## At the moment all actively supported configurations
## use gcc-target-default.cfg only.
rtems_make_compilers_DATA= \
gcc.cfg \
gcc-target-default.cfg

if MAINTAINER_MODE
$(srcdir)/gcc.cfg.in: $(top_srcdir)/@RTEMS_TOPdir@/make/compilers/gcc.cfg.in
	cp $< $@
endif

include $(top_srcdir)/../../../automake/local.am