ossp-pkg/rc/Makefile.in 1.12 -> 1.13
--- Makefile.in 2002/02/07 15:37:09 1.12
+++ Makefile.in 2002/02/08 18:35:03 1.13
@@ -58,10 +58,13 @@
TARGET_PROGS = rc
TARGET_MANS = rc.1 rc-sample.5
-SRCS = rc.c rc_option.c rc_version.c rc_pcre.c
-OBJS = rc.o rc_option.o rc_version.o rc_pcre.o
+SRCS = rc.c rc_config.c rc_option.c rc_version.c\
+ rc_pcre.c rc_util.c
-SUBDIRS = @SUBDIR_EX@ @SUBDIR_VAR@ @SUBDIR_STR@ @SUBDIR_POPT@
+OBJS = rc.o rc_config.o rc_option.o rc_version.o\
+ rc_pcre.o rc_util.o
+
+SUBDIRS = @SUBDIR_EX@ @SUBDIR_VAR@ @SUBDIR_VAL@ @SUBDIR_STR@ @SUBDIR_POPT@
.SUFFIXES:
.SUFFIXES: .c .cc .cpp .o
@@ -134,10 +137,10 @@
distclean: clean
$(RM) config.log config.status config.cache # Generated by ./configure
- $(RM) Makefile rc_config.h # Generated by ./configure
+ $(RM) Makefile ac_config.h # Generated by ./configure
realclean: distclean
- $(RM) configure rc_config.h.in # Generated by Autoconf
+ $(RM) configure ac_config.h.in # Generated by Autoconf
$(RM) shtool
check: test
|
|