##// 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
19 lines | 429 B | text/x-makefile | MakefileLexer
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