summaryrefslogtreecommitdiffstats
path: root/RTEMS_Makefiles/Makefile.libtecla
blob: 9e96fb578b79bd77cc9aff8e40b78d18539e5bd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Configure/build/install the libtecla library
#
include ../RTEMS_Makefiles/Makefile.common

all:
	./configure \
		--prefix=$(exec_prefix) \
		--libdir=$(exec_prefix)/$(RTEMS_BSP)/lib \
		--includedir=$(exec_prefix)/$(RTEMS_BSP)/lib/include
	make 
	make reentrant
	make install
	make distclean