/src/wrappers/common/library/externals/Makefile
http://github.com/tybor/Liberty · Makefile · 22 lines · 15 code · 4 blank · 3 comment · 0 complexity · 0dcdeed2134854cf3ca1105fc9e56ebb MD5 · raw file
- ## To avoid an Ubuntu Intrepid Ibex bug.
- ## See https://bugs.launchpad.net/ubuntu/+source/gccxml/+bug/293807 for further informations.
- ##export GCCXML_COMPILER = gcc-4.2
- XML=standard-c-library.gcc-xml
- HEADER=plugin/c/standard-c-lib.h
- HEADERS= /usr/include/assert.h \
- /usr/include/ctype.h \
- /usr/include/errno.h \
- /usr/include/float.h \
- /usr/include/math.h \
- /usr/include/stdio.h \
- /usr/include/stdlib.h \
- /usr/include/string.h \
- /usr/include/time.h
- wrappers: $(XML)
- wrappers-generator --local $(XML) $(HEADERS)
- $(XML):
- gccxml $(HEADER) -fxml=$(XML)