HomeSort by relevance Sort by last modified time
    Searched full:depend (Results 1 - 25 of 942) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dhcpcd/mk/
depend.mk 1 # This only works for make implementations that always include a .depend if
6 CLEANFILES+= .depend
8 .depend: ${SRCS}
9 ${CC} ${CFLAGS} -MM ${SRCS} > .depend
11 depend: .depend
  /external/zlib/
treebuild.xml 14 <depend name="zlib.h" />
15 <depend name="zconf.h" />
18 <depend name="zlib.h" />
19 <depend name="zconf.h" />
22 <depend name="zlib.h" />
23 <depend name="zconf.h" />
24 <depend name="crc32.h" />
27 <depend name="zlib.h" />
28 <depend name="zconf.h" />
29 <depend name="gzguts.h" /
    [all...]
  /external/blktrace/btreplay/
Makefile 18 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/
Makefile 22 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/
Makefile 14 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/ppp/pppd/plugins/
Makefile.linux 18 ifeq (.depend,$(wildcard .depend))
19 include .depend
39 depend:
40 $(CPP) -M $(CFLAGS) *.c >.depend
41 for d in $(SUBDIRS); do $(MAKE) $(MFLAGS) -C $$d depend; done
  /external/e2fsprogs/
.release-checklist 1 1) Do "make depend" if necessary
MCONFIG.in 188 # Make depend magic...
191 .depend: Makefile $(SRCS) $(top_srcdir)/depfix.sed $(top_srcdir)/wordwrap.pl
201 $(PERL) $(top_srcdir)/wordwrap.pl > .depend; \
204 depend:: .depend
207 < $(srcdir)/Makefile.in | cat - .depend \
  /system/core/
README 6 They should not depend on libraries outside of system/... (some of them
19 - init, linker, debuggerd, toolbox, usbd depend on libcutils
  /external/qemu/hw/
xen.h 6 * must not depend on any xen headers being present in
  /external/blktrace/
Makefile 40 $(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/libpng/scripts/
makefile.acorn 5 CCflags = -c -depend !Depend -IC:,Zlib: -g -throwback -DRISCOS -fnah
6 C++flags = -c -depend !Depend -IC: -throwback
8 ObjAsmflags = -throwback -NoCache -depend !Depend
  /build/core/
copy_headers.mk 11 # all_copied_headers phony target depend on each
  /hardware/ti/wlan/wl1271/stad/build/linux/
Makefile 101 all: .depend $(OUTPUT_FILE)
116 @rm -f *.o *.a .*.o.cmd *~ *.~* core .depend dep $(DK_OBJS) $(DEPS)
122 .depend:
  /system/wlan/ti/wilink_6_1/stad/build/linux/
Makefile 101 all: .depend $(OUTPUT_FILE)
116 @rm -f *.o *.a .*.o.cmd *~ *.~* core .depend dep $(DK_OBJS) $(DEPS)
122 .depend:
  /external/chromium/net/socket/
ssl_client_socket_nss_factory.cc 12 // projects depend on NSPR and NSS on those platforms.
  /external/elfutils/libasm/
ChangeLog 19 * Makefile.in: Depend on libebl.a, not libebl.so.
  /external/v8/tools/visual_studio/
README.txt 50 A project which uses V8 should then depend on v8_snapshot.vcproj.
53 required and a project which uses V8 should depend on v8.vcproj.
60 above and have them depend on v8_snapshot.
  /hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
Makefile 76 -include .depend
98 .depend: $(DEPS)
104 -rm -f $(TARGET) .depend $(OBJS) $(DEPS) $(SRCS:.c=.i) *.ko .*.cmd .*.flags *.mod.c *~ *.~*
  /hardware/ti/wlan/wl1271/platforms/os/common/build/linux/
Makefile 104 all: .depend $(OUTPUT_FILE)
120 @rm -f *.o .*.o.cmd *~ *.a *.~* core .depend dep $(OS_OBJS)
124 .depend:
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
unknown-elf.h 96 configured to support long longs in I/O, then printf will depend on
97 udivmoddi4, which will depend on the exception unwind routines,
98 which will depend on abort, which is defined in libc. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
unknown-elf.h 96 configured to support long longs in I/O, then printf will depend on
97 udivmoddi4, which will depend on the exception unwind routines,
98 which will depend on abort, which is defined in libc. */
  /system/wlan/ti/wilink_6_1/CUDK/tiwlan_loader/
Makefile 76 -include .depend
98 .depend: $(DEPS)
104 -rm -f $(TARGET) .depend $(OBJS) $(DEPS) $(SRCS:.c=.i) *.ko .*.cmd .*.flags *.mod.c *~ *.~*
  /system/wlan/ti/wilink_6_1/platforms/os/common/build/linux/
Makefile 104 all: .depend $(OUTPUT_FILE)
120 @rm -f *.o .*.o.cmd *~ *.a *.~* core .depend dep $(OS_OBJS)
124 .depend:
  /external/zlib/old/
Makefile.riscos 6 CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah
7 C++flags = -c -depend !Depend -IC: -throwback
9 ObjAsmflags = -throwback -NoCache -depend !Depend

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 91011>>