Makefile 312 B

123456789101112
  1. # Copyright (C) 2008 STMicroelectronics Ltd.
  2. # Author: Carmelo Amoroso <carmelo.amoroso@st.com>
  3. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  4. #
  5. top_srcdir=../../../
  6. top_builddir=../../../
  7. all: objs
  8. include $(top_builddir)Rules.mak
  9. include Makefile.in
  10. include $(top_srcdir)Makerules