Displaying 1 result from an estimated 1 matches for "echosrcs".
Did you mean:
echo_rc
2001 May 02
1
subdirs in package src dir
...nf.in Makeconf-tests.in Renviron.in Makefrag.in
OBJECTS = $(SOURCES:.in=)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
DISTFILES = \
--- ./etc/Makefrag.in.objs-patch Sat Mar 3 17:53:20 2001
+++ ./etc/Makefrag.in Sat Mar 3 17:53:20 2001
@@ -0,0 +1,5 @@
+echoobjs:
+ @echo $(OBJS)
+
+echosrcs:
+ @echo $(SRCS)
--- ./src/scripts/INSTALL.in.objs-patch Tue Feb 20 22:37:53 2001
+++ ./src/scripts/INSTALL.in Sat Mar 3 17:56:05 2001
@@ -243,7 +243,18 @@
cd ..
else
cd src;
- srcs=`ls *.[cfC] *.cc *.cpp 2>/dev/null`
+ srcs=""
+ objs="...