##// END OF EJS Templates
Merge
Merge

File last commit:

r18:bd9ab647f70a default
r46:7d306b65e7c9 merge dev_alexis
Show More
libsrules.mk
177 lines | 6.4 KiB | text/x-makefile | MakefileLexer
just backup
r12 #---------------------------------------------------------------------------------
# LIBRARY DEFINITIONS
#---------------------------------------------------------------------------------
LIBUC_LIBS =
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
LIBUC_LIBS_CORE = -static -lcore
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_CORE = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_CORE_CMD = -L $(LIBUC_LIBS_DIR_CORE)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_CORE = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_CORE_CMD =
LIBUC_LIBS_CPU = -static -lcpu
LIBUC_LIBS_DIR_CPU = $(LIBUC_LIBS_DIR)
LIBUC_LIBS_DIR_CPU_CMD = -L $(LIBUC_LIBS_DIR_CPU)
LIBUC_INC_DIR_CPU = $(LIBUC_INC_DIR)/$(ARCH)
LIBUC_INC_DIR_CPU_CMD = -I $(LIBUC_INC_DIR_CPU)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
jeandet@pc-de-jeandet3.lab-lpp.local
Cleaned source tree....
r16 LIBUC_LIBS_GPIO = -static -lgpio
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_GPIO = $(LIBUC_LIBS_DIR)
jeandet@pc-de-jeandet3.lab-lpp.local
Cleaned source tree....
r16 LIBUC_LIBS_DIR_GPIO_CMD = -L $(LIBUC_LIBS_DIR_GPIO)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_GPIO = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_GPIO_CMD =
jeandet@pc-de-jeandet3.lab-lpp.local
Cleaned source tree....
r16
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_APB = -static -lapb
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_APB = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_APB_CMD = -L $(LIBUC_LIBS_DIR_APB)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_APB = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_APB_CMD =
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
LIBUC_LIBS_UCSTRINGS = -static -lucstrings
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_UCSTRINGS = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_UCSTRINGS_CMD = -L $(LIBUC_LIBS_DIR_UCSTRINGS)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_UCSTRINGS = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_UCSTRINGS_CMD =
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
LIBUC_LIBS_UART = -static -luart
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_UART = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_UART_CMD = -L $(LIBUC_LIBS_DIR_UART)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_UART = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_UART_CMD =
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_SPI = -static -lspi
LIBUC_LIBS_DIR_SPI = $(LIBUC_LIBS_DIR)
LIBUC_LIBS_DIR_SPI_CMD = -L $(LIBUC_LIBS_DIR_SPI)
LIBUC_INC_DIR_SPI = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_SPI_CMD =
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
LIBUC_LIBS_SSP = -static -lssp
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_SSP = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_SSP_CMD = -L $(LIBUC_LIBS_DIR_SSP)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_SSP = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_SSP_CMD =
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
just backup
r12 LIBUC_LIBS_IIC = -static -liic
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_IIC = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_IIC_CMD = -L $(LIBUC_LIBS_DIR_IIC)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_IIC = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_IIC_CMD =
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
just backup
r12 LIBUC_LIBS_ADC = -static -ladc
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_ADC = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_ADC_CMD = -L $(LIBUC_LIBS_DIR_ADC)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_ADC = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_ADC_CMD =
just backup
r12
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_24LC0X = -static -l24lc0X
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_24LC0X = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_24LC0X_CMD = -L $(LIBUC_LIBS_DIR_24LC0X)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_24LC0X = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_24LC0X_CMD =
just backup
r12
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_SDCARD = -static -lsdcard
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_SDCARD = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_SDCARD_CMD = -L $(LIBUC_LIBS_DIR_SDCARD)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_SDCARD = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_SDCARD_CMD =
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
LIBUC_LIBS_VS10XX = -static -lvs10XX
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_VS10XX = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_VS10XX_CMD = -L $(LIBUC_LIBS_DIR_VS10XX)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_VS10XX = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_VS10XX_CMD =
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
LIBUC_LIBS_BLKDEVICE = -static -lblkdevice
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_BLKDEVICE = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_BLKDEVICE_CMD = -L $(LIBUC_LIBS_DIR_BLKDEVICE)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_BLKDEVICE = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_BLKDEVICE_CMD =
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
LIBUC_LIBS_FAT32 = -static -lfat32
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_FAT32 = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_FAT32_CMD = -L $(LIBUC_LIBS_DIR_FAT32)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_FAT32 = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_FAT32_CMD =
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
LIBUC_LIBS_UHANDLE = -static -luhandle
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_UHANDLE = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_UHANDLE_CMD = -L $(LIBUC_LIBS_DIR_UHANDLE)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_UHANDLE = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_UHANDLE_CMD =
just backup
r12
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_STREAMDEVICES = -static -lstreamdevices
LIBUC_LIBS_DIR_STREAMDEVICES = $(LIBUC_LIBS_DIR)
jeandet@pc-de-jeandet3.lab-lpp.local
Cleaned source tree....
r16 LIBUC_LIBS_DIR_STREAMDEVICES_CMD = -L $(LIBUC_LIBS_DIR_STREAMDEVICES)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_STREAMDEVICES = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_STREAMDEVICES_CMD =
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
Added STM32F4 target, improved rules files, added additional Include folder var...
r14
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_HEXVIEWER = -static -lhexviewer
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_HEXVIEWER = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_HEXVIEWER_CMD = -L $(LIBUC_LIBS_DIR_HEXVIEWER)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_HEXVIEWER = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_HEXVIEWER_CMD =
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
LIBUC_LIBS_MBR = -static -lmbr
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_MBR = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_MBR_CMD = -L $(LIBUC_LIBS_DIR_MBR)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_MBR = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_MBR_CMD =
just backup
r12
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_UCDIRENT = -static -lucdirent
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_UCDIRENT = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_UCDIRENT_CMD = -L $(LIBUC_LIBS_DIR_UCDIRENT)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_UCDIRENT = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_UCDIRENT_CMD =
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
LIBUC_LIBS_FS = -static -lfs
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_FS = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_FS_CMD = -L $(LIBUC_LIBS_DIR_FS)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_FS = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_FS_CMD =
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
LIBUC_LIBS_FSEXPLORER = -static -lfsexplorer
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_FSEXPLORER = $(LIBUC_LIBS_DIR)
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 LIBUC_LIBS_DIR_FSEXPLORER_CMD = -L $(LIBUC_LIBS_DIR_FSEXPLORER)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_FSEXPLORER = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_FSEXPLORER_CMD =
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
LIBUC_LIBS_DIR_ALLFS_CMD = $(LIBUC_LIBS_DIR_UCDIRENT_CMD) $(LIBUC_LIBS_DIR_FS_CMD) $(LIBUC_LIBS_DIR_MBR_CMD) $(LIBUC_LIBS_DIR_FAT32_CMD) $(LIBUC_LIBS_DIR_SDCARD_CMD) $(LIBUC_LIBS_DIR_BLKDEVICE_CMD)
LIBUC_INC_DIR_ALLFS_CMD = $(LIBUC_INC_DIR_UCDIRENT_CMD) $(LIBUC_INC_DIR_FS_CMD) $(LIBUC_INC_DIR_MBR_CMD) $(LIBUC_INC_DIR_FAT32_CMD) $(LIBUC_INC_DIR_SDCARD_CMD) $(LIBUC_INC_DIR_BLKDEVICE_CMD)
LIBUC_LIBS_ALLFS = $(LIBUC_LIBS_UCDIRENT) $(LIBUC_LIBS_FS) $(LIBUC_LIBS_MBR) $(LIBUC_LIBS_FAT32) $(LIBUC_LIBS_SDCARD) $(LIBUC_LIBS_BLKDEVICE)
just backup
r12
jeandet@pc-de-jeandet3.lab-lpp.local
improved PDF generation
r15 LIBUC_LIBS_ADS127X = -static -lads127X
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_ADS127X = $(LIBUC_LIBS_DIR)
jeandet@pc-de-jeandet3.lab-lpp.local
improved PDF generation
r15 LIBUC_LIBS_DIR_ADS127X_CMD = -L $(LIBUC_LIBS_DIR_ADS127X)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_ADS127X = $(LIBUC_INC_DIR)
LIBUC_INC_DIR_ADS127X_CMD =
just backup
r12
jeandet@pc-de-jeandet3.lab-lpp.local
improved PDF generation
r15 LIBUC_LIBS_NXPLIB = -static -lnxplib
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_NXPLIB = $(LIBUC_LIBS_DIR)
jeandet@pc-de-jeandet3.lab-lpp.local
improved PDF generation
r15 LIBUC_LIBS_DIR_NXPLIB_CMD = -L $(LIBUC_LIBS_DIR_NXPLIB)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_NXPLIB = $(LIBUC_INC_DIR)/LPCXXXX
jeandet@pc-de-jeandet3.lab-lpp.local
improved PDF generation
r15 LIBUC_INC_DIR_NXPLIB_CMD = -I $(LIBUC_INC_DIR_NXPLIB)
LIBUC_LIBS_ARMMATH = -static -larmmath
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_LIBS_DIR_ARMMATH = $(LIBUC_LIBS_DIR)
jeandet@pc-de-jeandet3.lab-lpp.local
improved PDF generation
r15 LIBUC_LIBS_DIR_ARMMATH_CMD = -L $(LIBUC_LIBS_DIR_ARMMATH)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 LIBUC_INC_DIR_ARMMATH = $(LIBUC_INC_DIR)/ARM
LIBUC_INC_DIR_ARMMATH_CMD = $(LIBUC_INC_DIR_ARMMATH)
jeandet@pc-de-jeandet3.lab-lpp.local
improved PDF generation
r15
just backup
r12
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13