Searched refs:stamp (Results 1 - 25 of 330) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/package/debian/
H A Drules26 configure: configure-stamp
27 configure-stamp:
38 touch configure-stamp
40 build: build-stamp
41 build-stamp: configure-stamp
46 touch build-stamp
54 rm -f configure-stamp build-stamp install-stamp \
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A DMakefile-devel-adds8 # autoheader might not change config.h.in, so touch a stamp file.
9 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in
10 ${srcdir}/stamp-h.in: configure.in acconfig.h
12 echo timestamp > ${srcdir}/stamp-h.in
14 config.h: stamp-h
15 stamp-h: ${srcdir}/config.h.in config.status
/netbsd-6-1-5-RELEASE/gnu/dist/groff/
H A DMakefile.sub5 stamp-h \
23 # autoheader might not change config.hin, so touch a stamp file.
24 $(srcdir)/config.hin: stamp-h.in
25 $(srcdir)/stamp-h.in: configure.ac aclocal.m4
27 echo timestamp > $(srcdir)/stamp-h.in
29 config.h: stamp-h
30 stamp-h: config.hin config.status
H A DMakefile.man5 $(top_builddir)/stamp-h $(MANPAGES): $(top_srcdir)/VERSION $(top_srcdir)/REVISION
/netbsd-6-1-5-RELEASE/usr.bin/script/
H A Dscript.c69 struct stamp { struct
314 struct stamp stamp; local
318 stamp.scr_len = cc;
319 stamp.scr_sec = tv.tv_sec;
320 stamp.scr_usec = tv.tv_usec;
321 stamp.scr_direction = direction;
322 iov[0].iov_len = sizeof(stamp);
323 iov[0].iov_base = &stamp;
349 #define swapstamp(stamp) d
362 struct stamp stamp; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-version/
H A DMakefile.am.inc41 atf-version/revision.h: atf-version/revision.h.stamp
43 @cmp -s atf-version/revision.h atf-version/revision.h.stamp || \
44 cp -p atf-version/revision.h.stamp atf-version/revision.h
46 CLEANFILES += atf-version/revision.h.stamp
47 .PHONY: atf-version/revision.h.stamp
48 atf-version/revision.h.stamp:
51 -m "$(MTN)" -r $(top_srcdir) -o atf-version/revision.h.stamp \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cris/
H A DMakefile.in96 mloopv10f.c engv10.h: stamp-v10fmloop
97 stamp-v10fmloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile
103 touch stamp-v10fmloop
120 mloopv32f.c engv32.h: stamp-v32fmloop
121 # We depend on stamp-v10fmloop to get serialization to avoid
123 stamp-v32fmloop: stamp-v10fmloop $(srcdir)/../common/genmloop.sh mloop.in Makefile
129 touch stamp-v32fmloop
138 rm -f mloopv$${v}f.c engv$${v}.h stamp-v$${v}fmloop; \
139 rm -f stamp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/iq2000/
H A DMakefile.in71 mloop.c eng.h: stamp-mloop
72 stamp-mloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile
78 touch stamp-mloop
87 rm -f mloop.c eng.h stamp-mloop
89 rm -f stamp-arch stamp-cpu
96 stamp-arch: $(CGEN_READ_SCM) $(CGEN_ARCH_SCM) $(CPU_DIR)/iq2000.cpu Makefile
100 touch stamp-arch
101 arch.h arch.c cpuall.h: $(CGEN_MAINT) stamp-arch
104 stamp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/lm32/
H A DMakefile.in53 mloop.c eng.h: stamp-mloop
54 stamp-mloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile
60 touch stamp-mloop
69 rm -f mloop.c eng.h stamp-mloop
70 rm -f stamp-arch stamp-cpu
78 stamp-arch: $(CGEN_READ_SCM) $(CGEN_ARCH_SCM) $(CPU_DIR)/lm32.cpu
82 touch stamp-arch
83 arch.h arch.c cpuall.h: $(CGEN_MAINT) stamp-arch
85 stamp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/sh64/
H A DMakefile.in94 rm -f stamp-defs-{compact,media}
95 rm -f stamp-arch stamp-desc stamp-cpu stamp-decode-{compact,media}
103 .PHONY: stamp-all stamp-decode stamp-defs
104 stamp-all: stamp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/nlm/
H A Dexternal.h39 except by finding a header without a recognized 'stamp'.
53 /* The header is recognized by "VeRsIoN#" in the stamp field. */
54 char stamp[8]; local
74 /* The header is recognized by "CoPyRiGhT=" in the stamp field. */
76 char stamp[10]; local
89 /* The header is recognized by "MeSsAgEs" in the stamp field. */
91 char stamp[8]; local
157 /* The header is recognized by "CuStHeAd" in the stamp field. */
158 char stamp[8]; local
H A Dinternal.h205 /* The header is recognized by "VeRsIoN#" in the stamp field. */
206 char stamp[8]; member in struct:nlm_internal_version_header
222 /* The header is recognized by "CoPyRiGhT=" in the stamp field. */
223 char stamp[10]; member in struct:nlm_internal_copyright_header
235 /* The header is recognized by "MeSsAgEs" in the stamp field. */
236 char stamp[8]; member in struct:nlm_internal_extended_header
279 /* The header is recognized by "CuStHeAd" in the stamp field. */
280 char stamp[8]; member in struct:nlm_internal_custom_header
298 /* The header is recognized by "CyGnUsEx" in the stamp field. */
299 char stamp[ member in struct:nlm_internal_cygnus_ext_header
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/nlm/
H A Dexternal.h39 except by finding a header without a recognized 'stamp'.
53 /* The header is recognized by "VeRsIoN#" in the stamp field. */
54 char stamp[8]; local
74 /* The header is recognized by "CoPyRiGhT=" in the stamp field. */
76 char stamp[10]; local
89 /* The header is recognized by "MeSsAgEs" in the stamp field. */
91 char stamp[8]; local
157 /* The header is recognized by "CuStHeAd" in the stamp field. */
158 char stamp[8]; local
H A Dinternal.h205 /* The header is recognized by "VeRsIoN#" in the stamp field. */
206 char stamp[8]; member in struct:nlm_internal_version_header
222 /* The header is recognized by "CoPyRiGhT=" in the stamp field. */
223 char stamp[10]; member in struct:nlm_internal_copyright_header
235 /* The header is recognized by "MeSsAgEs" in the stamp field. */
236 char stamp[8]; member in struct:nlm_internal_extended_header
279 /* The header is recognized by "CuStHeAd" in the stamp field. */
280 char stamp[8]; member in struct:nlm_internal_custom_header
298 /* The header is recognized by "CyGnUsEx" in the stamp field. */
299 char stamp[ member in struct:nlm_internal_cygnus_ext_header
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/cd9660/
H A Dcd9660_archimedes.c84 uint64_t stamp; local
106 stamp = riscos_date(node->node->inode->st.st_mtime);
109 cd9660_731(0xfff00000 | (type << 8) | (stamp >> 32), arc->loadaddr);
110 cd9660_731(stamp & 0x00ffffffffULL, arc->execaddr);
/netbsd-6-1-5-RELEASE/sys/dev/rasops/
H A Drasops2.c58 * 4x1 stamp for optimized character blitting
60 static int8_t stamp[16]; variable
220 * Recompute the blitting stamp.
232 stamp[i] = (i & 1 ? fg : bg);
233 stamp[i] |= (i & 2 ? fg : bg) << 2;
234 stamp[i] |= (i & 4 ? fg : bg) << 4;
235 stamp[i] |= (i & 8 ? fg : bg) << 6;
250 /* Can't risk remaking the stamp if it's already in use */
274 /* Recompute stamp? */
279 int8_t c = stamp[
[all...]
H A Drasops4.c58 * 4x1 stamp for optimized character blitting
60 static u_int16_t stamp[16]; variable
220 * Recompute the blitting stamp.
232 stamp[i] = (i & 1 ? fg : bg) << 8;
233 stamp[i] |= (i & 2 ? fg : bg) << 12;
234 stamp[i] |= (i & 4 ? fg : bg) << 0;
235 stamp[i] |= (i & 8 ? fg : bg) << 4;
251 /* Can't risk remaking the stamp if it's already in use */
275 /* Recompute stamp? */
280 u_int16_t c = stamp[
[all...]
H A Drasops8.c54 * 4x1 stamp for optimized character blitting
56 static int32_t stamp[16]; variable
70 #define STAMP_READ(o) (*(int32_t *)((char *)stamp + (o)))
299 * Recompute the 4x1 blitting stamp.
319 stamp[i] = (i & 8 ? fg : bg);
320 stamp[i] |= ((i & 4 ? fg : bg) << 8);
321 stamp[i] |= ((i & 2 ? fg : bg) << 16);
322 stamp[i] |= ((i & 1 ? fg : bg) << 24);
325 stamp[i] = (i & 1 ? fg : bg);
326 stamp[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32r/
H A DMakefile.in82 mloop.c eng.h: stamp-mloop ; @true
83 stamp-mloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile
89 touch stamp-mloop
106 mloopx.c engx.h: stamp-xmloop ; @true
107 stamp-xmloop: $(srcdir)/../common/genmloop.sh mloopx.in Makefile
114 touch stamp-xmloop
131 mloop2.c eng2.h: stamp-2mloop ; @true
132 stamp-2mloop: $(srcdir)/../common/genmloop.sh mloop2.in Makefile
139 touch stamp-2mloop
148 rm -f mloop.c eng.h stamp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/frv/
H A DMakefile.in90 mloop.c eng.h: stamp-mloop
91 stamp-mloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile
97 touch stamp-mloop
106 rm -f mloop.c eng.h stamp-mloop
108 rm -f stamp-arch stamp-cpu
115 stamp-arch: $(CGEN_READ_SCM) $(CGEN_ARCH_SCM) $(srcdir)/../../cpu/frv.cpu
119 touch stamp-arch
120 arch.h arch.c cpuall.h: $(CGEN_MAINT) stamp-arch
123 stamp
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/tunala/
H A Dautoungunk.sh17 missing mkinstalldirs stamp-h.* Makefile.in \
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/sbin/postconf/
H A DMakefile34 ${GENSRCS}: postconf-hdrs.stamp
35 CLEANFILES+= postconf-hdrs.stamp
36 postconf-hdrs.stamp: ${DIST}/../global/mail_params.h ${DIST}/../global/mail_params.c
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/test/
H A DMakefile31 bin/not: $(srcdir)/not.c .bin-dir-stamp
34 bin/harness: $(srcdir)/harness.c .bin-dir-stamp
37 init.sh: $(srcdir)/Makefile.in $(srcdir)/test-utils.sh .bin-dir-stamp bin/not bin/harness $(T)
71 .bin-dir-stamp: lvm-wrapper
91 rm -rf init.sh lvm-wrapper bin .bin-dir-stamp
/netbsd-6-1-5-RELEASE/gnu/dist/groff/tmac/
H A DMakefile.sub38 stamp-wrap stamp-sed *-wrap man.tmac-sed ms.tmac-sed www.tmac-sed \
39 stamp-strip e.tmac-s doc.tmac-s doc-old.tmac-s \
47 all: stamp-strip stamp-wrap stamp-sed
50 stamp-strip stamp-wrap stamp-sed
87 stamp
[all...]
/netbsd-6-1-5-RELEASE/games/phantasia/
H A DMakefile29 CLEANFILES+=map setup setup.lo host_phantglobs.lo ${ALLFILES} files.stamp
33 ${FILES}: files.stamp
34 files.stamp: setup monsters.asc

Completed in 277 milliseconds

1234567891011>>