ossp-pkg/str/Makefile.in 1.44 -> 1.45
--- Makefile.in 2002/04/01 08:32:54 1.44
+++ Makefile.in 2002/04/01 09:03:49 1.45
@@ -104,8 +104,8 @@
$(LIBTOOL) --mode=link --quiet $(CC) -o libstr.la $(OBJS) -rpath $(libdir) \
-version-info `$(SHTOOL) version -l c -d libtool str_version.c`
-str_test: str_test.o libstr.la
- $(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o str_test str_test.o libstr.la $(LIBS)
+str_test: str_test.o ts.o libstr.la
+ $(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o str_test str_test.o ts.o libstr.la $(LIBS)
str-config.1: str-config.pod $(_VERSION_FILE)
BASENAME="str-config"; SEC=1; \
@@ -116,7 +116,6 @@
NAME="Str"; ONELINE="String Library"; \
$(_MANPAGE)
-
str_pcre.lo: str_pcre.tab str_pcre.c
str_pcre.tab: str_pcre.c
$(CC) $(CFLAGS) -DSTR_PCRE_TAB $(LDFLAGS) -o str_pcre.gen str_pcre.c $(LIBS)
@@ -147,7 +146,7 @@
distclean: clean
$(RM) str-config
- $(RM) str_config.h
+ $(RM) config.h
$(RM) str_pcre.tab
$(RM) config.log config.cache config.status
$(RM) libtool
@@ -156,7 +155,7 @@
realclean: distclean
$(RM) config.guess config.sub ltmain.sh libtool.m4
- $(RM) configure str_config.h.in
+ $(RM) configure config.h.in
$(RM) str-config.1 str.3
$(RM) shtool
|
|