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

all:
	find . -name "configure" | xargs -e touch
	find . -name "Makefile.in" | xargs -e touch
	./configure \
		--prefix=$(exec_prefix) \
		--libdir=$(exec_prefix)/$(RTEMS_BSP)/lib \
		--includedir=$(exec_prefix)/$(RTEMS_BSP)/lib/include
	make 
	make install
	make distclean