##// END OF EJS Templates
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...

File last commit:

r9:4ce02a06b2a6 default
r9:4ce02a06b2a6 default
Show More
Makefile
20 lines | 580 B | text/x-makefile | MakefileLexer
IIC library for lpc17xx started
r6
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
HEADERS +=
APPSOURCES += main.c
OBJECTFILES = $(APPSOURCES:.c=.o)
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
r9 ARCH = lpc17XX-arm-noabi-gcc
ARCHFOLDER = $(LIBUC)/rules/lpc17XX-arm-noabi-gcc
IIC library for lpc17xx started
r6 TARGET=lpc1768_uart
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
r9 LIBUC_INCLUDES=$(LIBUC_INC_DIR_UART_CMD) $(LIBUC_INC_DIR_CORE_CMD) $(LIBUC_INC_DIR_UCSTRINGS_CMD)
LIBUC_LIBRARIES=$(LIBUC_LIBS_DIR_UART_CMD) $(LIBUC_LIBS_UART) $(LIBUC_LIBS_DIR_CORE_CMD) $(LIBUC_LIBS_CORE) $(LIBUC_LIBS_DIR_UCSTRINGS_CMD) $(LIBUC_LIBS_UCSTRINGS)
IIC library for lpc17xx started
r6 TARGETINSTALLPATH=
HEADERSINSTALLPATH=
BSP=mbed
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
r9 include $(ARCHFOLDER)/rules.mk
IIC library for lpc17xx started
r6
all:bin
@echo Code compiled