| 12345678910111213141516171819202122232425262728 |
- # Do not edit! Automatically generated on Thu Feb 4 13:47:09 2016
- PROJ = libnutcpp
- top_srcdir = ../../nut
- top_blddir = ../.././nutbld
- VPATH = $(top_srcdir)/cpp
- SRCS =
- OBJS = $(SRCS:.c=.o)
- include $(top_blddir)/NutConf.mk
- include $(top_srcdir)/Makedefs.avr-gcc
- INCFIRST=$(INCPRE)$(top_blddir)/include
- all: $(PROJ).a $(OBJS)
- install: $(PROJ).a
- $(CP) $(PROJ).a ../.././nutbld/lib/$(PROJ).a
- include $(top_srcdir)/Makerules.avr-gcc
- .PHONY: clean
- clean: cleancc cleanedit
- -rm -f $(PROJ).a
|