Commit 0914dd4b authored by Andrey Filippov's avatar Andrey Filippov

added .depend

parent e64b4b34
...@@ -6,6 +6,7 @@ attic/* ...@@ -6,6 +6,7 @@ attic/*
/.externalToolBuilders /.externalToolBuilders
/.settings /.settings
.directory .directory
.depend
generated* generated*
sysroots sysroots
bitbake-logs bitbake-logs
......
...@@ -34,9 +34,10 @@ install: $(PROGS) ...@@ -34,9 +34,10 @@ install: $(PROGS)
$(INSTALL) -m $(INSTMODE) -o $(INSTOWNER) -g $(INSTGROUP) editconf.php $(DESTDIR)$(CGIDIR) $(INSTALL) -m $(INSTMODE) -o $(INSTOWNER) -g $(INSTGROUP) editconf.php $(DESTDIR)$(CGIDIR)
clean: clean:
rm -rf $(PROGS) *.o core rm -rf $(PROGS) *.o core
#dependency: depend: .depend
# make depend
#depend: .depend: $(SRCS)
# makedepend -Y -- $(CFLAGS) -- $(SRCS) 2>/dev/null rm -f ./.depend
# touch dependency $(CC) $(CFLAGS) -MM $^ > ./.depend;
# DO NOT DELETE
include .depend
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment