ossp-pkg/uuid/Makefile.in 1.13 -> 1.14
--- Makefile.in 2004/01/15 12:55:52 1.13
+++ Makefile.in 2004/01/15 15:36:09 1.14
@@ -76,6 +76,14 @@
$(PRG_NAME): $(PRG_OBJS) $(LIB_NAME)
@$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $(PRG_NAME) $(PRG_OBJS) $(LIB_NAME) $(LIBS)
+uuid.lo: uuid.c config.h uuid.h uuid_md5.h uuid_prng.h uuid_mac.h uuid_ui64.h uuid_str.h uuid_bm.h uuid_ac.h
+uuid_mac.lo: uuid_mac.c config.h uuid_mac.h
+uuid_md5.lo: uuid_md5.c uuid_md5.h
+uuid_prng.lo: uuid_prng.c uuid_prng.h
+uuid_str.lo: uuid_str.c config.h uuid_str.h
+uuid_ui64.lo: uuid_ui64.c uuid_ui64.h
+uuid_cli.o: uuid_cli.c uuid.h
+
man: uuid.3 uuid-config.1 uuid.1
uuid.3: uuid.pod
V1=`$(SHTOOL) version -l txt -d short VERSION`; \
|
|