Skip to content
Snippets Groups Projects
Commit 62e49e8c authored by Christian Engwer's avatar Christian Engwer
Browse files

dependency tracking for am-include files is handled by automake

[[Imported from SVN: r3830]]
parent c8bfd685
Branches
Tags
No related merge requests found
......@@ -14,6 +14,3 @@ include $(top_srcdir)/am/checklog
# automaticly update libs
include $(top_srcdir)/am/update-libs
# Makefile depends on "me"
Makefile: $(top_builddir)/am/global-rules
......@@ -2,6 +2,3 @@ if INKSCAPE
.svg.png:
$(INKSCAPE) -e $@ $<
endif INKSCAPE
# Makefile depends on "me"
Makefile: $(top_builddir)/am/inkscape.am
......@@ -47,7 +47,3 @@ sourcescheck-recursive:
fi; test -z "$$fail"
.PHONY: sourcescheck sourcescheck-recursive
# Makefile depends on "me"
Makefile: $(top_builddir)/am/sourcescheck
......@@ -21,6 +21,3 @@ LIBDUNE = $(top_builddir)/lib/libdune.la
make -C $$(dirname $@) $$(basename $@)
.PHONY: MAKELIBS.force
# Makefile depends on "me"
Makefile: $(top_builddir)/am/update-libs
......@@ -26,6 +26,3 @@ web-install: all
$(MAKE) -f $(DUNEWEBDIR)/Make.global \
EXTRAINSTALL="$(EXTRAINSTALL)" CURDIR="$(CURDIR)" install ; \
fi
# Makefile depends on "me"
Makefile: $(top_builddir)/am/webstuff
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment