move lib/ to libc/ to make room for a true lib/ directory. Rename libraries to match

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5328 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-11-10 15:47:45 +00:00
parent de47b5e4cf
commit 1bb71ab951
297 changed files with 78 additions and 32320 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ CXXOBJS = $(CXXSRCS:.cxx=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) $(CXXSRCS)
OBJS = $(AOBJS) $(COBJS) $(CXXOBJS)
BIN = liblibxx$(LIBEXT)
BIN = libcxx$(LIBEXT)
all: $(BIN)