summaryrefslogtreecommitdiffstats
path: root/RTEMS_Makefiles/Makefile.gsl
blob: d78b51a6096f26c9d98a91cf83e3dacdb36118ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Declare supported terminal types.
# This value can be augmented/overridden by the site-configuration file
#
include ../RTEMS_Makefiles/Makefile.common

#
# The following will work only if you have the latest ncurses version
# of infocmp installed before trying to build for an RTEMS target.
# The cf_cv_type_of_bool hack works around a bug when configuring
# for a cross-target.
#
all:
	./configure --host=$(RTEMS_CPU)-rtems$(RTEMS_API) \
		--prefix=$(exec_prefix) \
		--includedir=$(exec_prefix)/lib/include \
		--disable-shared
	make
	make install
	make distclean