Re-generate the Makefiles
This commit is contained in:
parent
0a471570f3
commit
e727d64c3b
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ subdirs:
|
|||
else $(MAKE); fi) || exit; done
|
||||
|
||||
tests: all
|
||||
cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/clint.log" "$(OBJDIR)tests/fixme.log" "$(OBJDIR)tests/tests.log"; else $(MAKE) clint.log fixme.log tests.log; fi)
|
||||
cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/clint.log" "$(OBJDIR)tests/fixme.log" "$(OBJDIR)tests/pylint.log" "$(OBJDIR)tests/tests.log"; else $(MAKE) clint.log fixme.log pylint.log tests.log; fi)
|
||||
|
||||
clean:
|
||||
@for i in $(SUBDIRS); do (cd "$$i" && \
|
||||
|
|
|
@ -18,7 +18,7 @@ MKDIR = mkdir -m 0755 -p
|
|||
INSTALL = install
|
||||
|
||||
|
||||
all: $(OBJDIR)array$(EXEEXT) $(OBJDIR)buffer$(EXEEXT) $(OBJDIR)config$(EXEEXT) $(OBJDIR)error$(EXEEXT) $(OBJDIR)event$(EXEEXT) $(OBJDIR)includes$(EXEEXT) $(OBJDIR)parser$(EXEEXT) $(OBJDIR)pylint.log $(OBJDIR)string$(EXEEXT) $(OBJDIR)variable$(EXEEXT)
|
||||
all: $(OBJDIR)array$(EXEEXT) $(OBJDIR)buffer$(EXEEXT) $(OBJDIR)config$(EXEEXT) $(OBJDIR)error$(EXEEXT) $(OBJDIR)event$(EXEEXT) $(OBJDIR)includes$(EXEEXT) $(OBJDIR)parser$(EXEEXT) $(OBJDIR)string$(EXEEXT) $(OBJDIR)variable$(EXEEXT)
|
||||
|
||||
array_OBJS = $(OBJDIR)array.o
|
||||
array_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS)
|
||||
|
|
Loading…
Reference in New Issue
Block a user