Searched refs:depend (Results 1 - 25 of 38) sorted by relevance

12

/external/blktrace/btreplay/
H A DMakefile18 all: depend $(PROGS)
20 $(PROGS): | depend
29 -rm -f *.o $(PROGS) .depend
40 depend:
41 @$(CC) -MM $(CFLAGS) *.c 1> .depend
43 ifneq ($(wildcard .depend),)
44 include .depend
/external/blktrace/btt/
H A DMakefile22 all: depend $(PROGS)
24 .PHONY : depend
25 depend: $(patsubst %.o,%.c,$(filter %.o,$(OBJS)))
26 @$(CC) -MM $(CFLAGS) -I.. $^ 1> .depend
35 -rm -f *.o $(PROGS) .depend
43 ifneq ($(wildcard .depend),)
44 include .depend
/external/stlport/
H A DMakefile14 all install depend clean clobber distclean check::
17 distclean clean depend clobber::
26 .PHONY: all install depend clean clobber distclean check release-shared install-release-shared
/external/blktrace/
H A DMakefile40 $(PROGS): | depend
52 depend:
53 @$(CC) -MM $(ALL_CFLAGS) *.c 1> .depend
76 -rm -f *.o $(PROGS) .depend btrace-1.0.tar.bz2
88 ifneq ($(wildcard .depend),)
89 include .depend
/external/dhcpcd/
H A DMakefile25 CLEANFILES+= .depend
40 _DEPEND_SH= test -e .depend && echo ".depend" || echo ""
68 .depend: ${SRCS} ${COMPAT_SRCS}
69 ${CC} ${CPPFLAGS} -MM ${SRCS} ${COMPAT_SRCS} > .depend
71 depend: .depend
103 rm -f .depend config.h config.mk
/external/icu4c/samples/
H A Ddefs.mk26 ### We depend on gmake for the bulk of the work
/external/ppp/pppd/
H A DMakefile.linux29 ifeq (.depend,$(wildcard .depend))
30 include .depend
223 depend:
224 $(CPP) -M $(CFLAGS) $(PPPDSRCS) >.depend
/external/e2fsprogs/util/
H A DMakefile.in49 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
/external/dhcpcd/mk/
H A Dprog.mk52 include ${MK}/depend.mk
/external/e2fsprogs/tests/progs/
H A DMakefile.in61 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
/external/e2fsprogs/lib/et/
H A DMakefile.in139 $(RM) -f .depend Makefile com_err.pc \
/external/e2fsprogs/resize/
H A DMakefile.in111 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
/external/skia/src/animator/
H A DSkAnimatorScript2.cpp164 SkDisplayDepend* depend = (SkDisplayDepend* ) displayable; local
165 depend->addDependent(working);
H A DSkAnimatorScript.cpp195 SkDisplayDepend* depend = (SkDisplayDepend* ) displayable; local
196 depend->addDependent(working);
/external/bison/data/
H A Dlalr1.cc62 ]dnl Include location.hh here: it might depend on headers included above.
/external/e2fsprogs/debugfs/
H A DMakefile.in87 $(RM) -f debug_cmds.c .depend Makefile $(srcdir)/TAGS \
/external/e2fsprogs/lib/ss/
H A DMakefile.in184 $(RM) -f .depend Makefile ss.pc \
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec39 but does not depend on it.
/external/libpng/
H A DCHANGES786 Made the default PNG_USE_LOCAL_ARRAYS depend on PNG_DLL instead of WIN32.
2552 Make inclusion of time.h in pngconf.h depend on PNG_CONVERT_tIME_SUPPORTED
2553 Make #define PNG_CONVERT_tIME_SUPPORTED depend on PNG_WRITE_tIME_SUPPORTED
H A Dconfigure1340 # There might be people who depend on the old broken behavior: `$host'
7559 *** depend on shared libraries, but programs linked with such libtool
7625 *** depend on shared libraries, but programs linked with such libtool
9623 # depend on `.', always an invalid library. This was fixed in
/external/elfutils/
H A Delfutils.spec58 writing ELF files on a high level. Third party programs depend on
/external/icu4c/data/
H A Dmakedata.mak983 # This used to depend on "$(ICUBLD_PKG)\uprops.icu" "$(ICUBLD_PKG)\ucase.icu" "$(ICUBLD_PKG)\ubidi.icu"
988 # This used to depend on "$(ICUBLD_PKG)\uprops.icu" "$(ICUBLD_PKG)\ucase.icu" "$(ICUBLD_PKG)\ubidi.icu"
/external/e2fsprogs/e2fsck/
H A DMakefile.in278 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
/external/e2fsprogs/misc/
H A DMakefile.in559 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
/external/jpeg/
H A Dltmain.sh409 # See if our shared archives depend on static archives.
863 $echo "$modename: libtool library \`$output' may not depend on uninstalled libraries:$link_against_libtool_libs" 1>&2
960 # Make executables depend on our current version.

Completed in 463 milliseconds

12