aclocal -I buildlib
$(BUILDDIR)/configure-stamp: configure buildlib/config.guess buildlib/config.sub
- /usr/bin/test -e $(BUILDDIR) || mkdir $(BUILDDIR)
- (HERE=`pwd`; cd $(BUILDDIR) && $$HERE/configure)
- touch $(BUILDDIR)/configure-stamp
+ /usr/bin/test -e '$(BUILDDIR)' || mkdir '$(BUILDDIR)'
+ (HERE="`pwd`"; cd '$(BUILDDIR)' && "$$HERE/configure")
+ touch '$(BUILDDIR)/configure-stamp'
$(addprefix $(BUILDDIR)/,$(CONVERTED)): $(BUILDDIR)/configure-stamp
vpath %.cc $(SUBDIRS)
$(OBJ)/%.opic: %.cc $(LIBRARYDEPENDS)
echo Compiling $< to $@
- $(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXXSTD) $(CXXFLAGS) $(PICFLAGS) -o $@ $(abspath $<)
+ $(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXXSTD) $(CXXFLAGS) $(PICFLAGS) -o $@ '$(abspath $<)'
$(DoDep)
# Include the dependencies that are available
rm -f $($(@F)-LIST) apt.ent apt-verbatim.ent
veryclean/$(LOCAL):
# we are nuking the directory we are working in as it is auto-generated
- rm -rf $(shell readlink -f .)
+ rm -rf '$(abspath .)'
HAVE_PO4A=yes
endif
vpath %.cc $(SUBDIRS)
$(OBJ)/%.o: %.cc
echo Compiling $< to $@
- $(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXXSTD) $(CXXFLAGS) -o $@ $(abspath $<)
+ $(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXXSTD) $(CXXFLAGS) -o $@ '$(abspath $<)'
$(DoDep)
# Include the dependencies that are available
vpath %.cc $(SUBDIRS)
$(OBJ)/%.opic: %.cc
echo Compiling $< to $@
- $(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXXSTD) $(CXXFLAGS) $(PICFLAGS) -o $@ $(abspath $<)
+ $(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXXSTD) $(CXXFLAGS) $(PICFLAGS) -o $@ '$(abspath $<)'
$(DoDep)
# Include the dependencies that are available
vpath %.cc $(SUBDIRS)
$(OBJ)/%.o: %.cc
echo Compiling $< to $@
- $(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXXSTD) $(CXXFLAGS) -o $@ $(abspath $<)
+ $(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXXSTD) $(CXXFLAGS) -o $@ '$(abspath $<)'
$(DoDep)
# Include the dependencies that are available
$(LOCAL)-LIST := $(SOURCE)
apt-vendor.ent: ../../vendor/current/apt-vendor.ent
- ln -sf $(shell readlink -f $^) $@
+ ln -sf '$(abspath $^)' $@
# Install generation hooks
manpages: $($(LOCAL)-LIST)
doc: manpages docbook
examples/sources.list: ../vendor/current/sources.list
- ln -sf $(shell readlink -f $^) $@
+ ln -sf '$(abspath $^)' $@
apt-vendor.ent: ../vendor/current/apt-vendor.ent
- ln -sf $(shell readlink -f $^) $@
+ ln -sf '$(abspath $^)' $@
# Examples
SOURCE = examples/apt.conf examples/sources.list examples/configure-index examples/apt-https-method-example.conf