Skip to content
Snippets Groups Projects
Commit 530a888a authored by rswindell's avatar rswindell
Browse files

Enabled auto-dependency checking.

parent 9c739f50
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ LIBDIR := /usr/lib
DELETE = rm -f -v
OUTLIB = -o
CFLAGS += -MMD
CFLAGS += -Wall -I$(UIFC) -I$(XPDEV) -I/usr/local/include -I../ -D_THREAD_SAFE
LFLAGS := -L/usr/local/lib
......@@ -103,5 +104,5 @@ $(SCFG): $(OBJS)
@echo Linking $@
@$(CC) -o $@ $(OBJS) $(LFLAGS)
include depends.mk # defines dependencies
# Auto-dependency files
-include $(ODIR)/*.d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment