Lines Matching full:uuid
1 # Makefile for the UUID library
8 my_dir = lib/uuid
15 SMANPAGES= uuid.3 uuid_clear.3 uuid_compare.3 uuid_copy.3 \
42 LIBDIR= uuid
47 ELF_MYDIR = uuid
53 BSDLIB_MYDIR = uuid
70 all:: tst_uuid uuid_time $(SMANPAGES) uuid.pc
72 uuid.h: $(srcdir)/uuid.h.in
74 $(Q) cp $(srcdir)/uuid.h.in uuid.h
76 $(top_builddir)/lib/uuid/uuid_types.h: $(srcdir)/uuid_types.h.in $(top_builddir)/config.status
79 tst_uuid.o: $(srcdir)/tst_uuid.c uuid.h
92 uuid.3: $(DEP_SUBSTITUTE) $(srcdir)/uuid.3.in
94 $(Q) $(SUBSTITUTE_UPTIME) $(srcdir)/uuid.3.in uuid.3
128 uuid.pc: $(srcdir)/uuid.pc.in $(top_builddir)/config.status
130 $(Q) cd $(top_builddir); CONFIG_FILES=lib/uuid/uuid.pc ./config.status
133 $(E) " MKINSTALLDIRS $(libdir) $(includedir)/uuid $(man3dir)"
135 $(DESTDIR)$(includedir)/uuid $(DESTDIR)$(man3dir) \
143 $(E) " INSTALL_DATA $(includedir)/uuid/uuid.h"
144 $(Q) $(INSTALL_DATA) uuid.h $(DESTDIR)$(includedir)/uuid/uuid.h
158 $(E) " INSTALL_DATA $(pkgconfigdir)/uuid.pc"
159 $(Q) $(INSTALL_DATA) uuid.pc $(DESTDIR)$(pkgconfigdir)/uuid.pc
163 $(DESTDIR)$(pkgconfigdir)/uuid.pc
170 $(RM) -f \#* *.s *.o *.a *~ *.bak core profiled/* uuid.h \
172 uuid.pc uuid_types.h $(SMANPAGES)
179 $(RM) -f .depend Makefile uuid.pc \
189 $(OBJS): subdirs uuid.h