Makefile 499 B

12345678910111213141516171819202122232425262728
  1. # Do not edit! Automatically generated on Thu Feb 4 13:47:09 2016
  2. PROJ = libnutcpp
  3. top_srcdir = ../../nut
  4. top_blddir = ../.././nutbld
  5. VPATH = $(top_srcdir)/cpp
  6. SRCS =
  7. OBJS = $(SRCS:.c=.o)
  8. include $(top_blddir)/NutConf.mk
  9. include $(top_srcdir)/Makedefs.avr-gcc
  10. INCFIRST=$(INCPRE)$(top_blddir)/include
  11. all: $(PROJ).a $(OBJS)
  12. install: $(PROJ).a
  13. $(CP) $(PROJ).a ../.././nutbld/lib/$(PROJ).a
  14. include $(top_srcdir)/Makerules.avr-gcc
  15. .PHONY: clean
  16. clean: cleancc cleanedit
  17. -rm -f $(PROJ).a