source: rtems-schedsim/aclocal/tool-paths.m4 @ abb18dc

base initial
Last change on this file since abb18dc was abb18dc, checked in by Joel Sherrill <joel.sherrill@…>, on 04/25/11 at 15:53:10

Initial import.

  • Property mode set to 100644
File size: 536 bytes
Line 
1AC_DEFUN([RTEMS_TOOLPATHS],
2[
3# tooldir='$(exec_prefix)/'$target_alias
4# Temporary work-around until building in source tree is supported
5AC_REQUIRE([RTEMS_PROJECT_ROOT])
6
7tooldir='$(PROJECT_ROOT)'
8AC_SUBST(tooldir)
9
10project_includedir='$(tooldir)'/include
11AC_SUBST(project_includedir)
12
13project_libdir='$(tooldir)/lib$(MULTISUBDIR)'
14AC_SUBST(project_libdir)
15
16project_bindir='$(tooldir)/bin'
17AC_SUBST(project_bindir)
18
19rtems_bspdir='$(prefix)/${RTEMS_BSP}'
20AC_SUBST(rtems_bspdir)
21rtems_makedir='$(prefix)/make'
22AC_SUBST(rtems_makedir)
23])
Note: See TracBrowser for help on using the repository browser.