##// 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 | 429 B | text/x-makefile | MakefileLexer
IIC library for lpc17xx started
r6
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
HEADERSINSTALLPATH = $(LIBUC_INC_DIR)/STRINGS
HEADERS += libucstrings.h
LIBSOURCES += libucstrings.c
OBJECTFILES = $(LIBSOURCES:.c=.o)
ARCH = $(LIBUC)/rules/lpc17XX-arm-noabi-gcc
TARGET=libucstrings
LIBUC_INCLUDES=
LIBUC_LIBRARIES=
TARGETINSTALLPATH=$(LIBUC_LIBS_DIR)/STRINGS
HEADERSINSTALLPATH=$(LIBUC_INC_DIR)/STRINGS
BSP=generic
include $(ARCH)/rules.mk
all:lib
@echo Code compiled