Index: ossp-pkg/uuid/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/Makefile.in,v rcsdiff -q -kk '-r1.13' '-r1.14' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/Makefile.in,v' 2>/dev/null --- 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`; \