##// END OF EJS Templates
Libuc make templates extracted from main script, to make it more modular
Libuc make templates extracted from main script, to make it more modular

File last commit:

r6:9626d775d625 default
r7:16404fe7ec6c default
Show More
Makefile
19 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)
ARCH = $(LIBUC)/rules/lpc17XX-arm-noabi-gcc
TARGET=lpc1768_iic
LIBUC_INCLUDES=$(LIBUC_INC_DIR_UART) $(LIBUC_INC_DIR_IIC) $(LIBUC_INC_DIR_CORE) $(LIBUC_INC_DIR_UCSTRINGS)
LIBUC_LIBRARIES=$(LIBUC_LIBS_DIR_UART) $(LIBUC_LIBS_UART) $(LIBUC_LIBS_DIR_IIC) $(LIBUC_LIBS_IIC) $(LIBUC_LIBS_DIR_CORE) $(LIBUC_LIBS_CORE) $(LIBUC_LIBS_DIR_UCSTRINGS) $(LIBUC_LIBS_UCSTRINGS)
TARGETINSTALLPATH=
HEADERSINSTALLPATH=
BSP=LandTiger
include $(ARCH)/rules.mk
all:bin
@echo Code compiled