added --disable-libiberty configure flag to not include xmalloc.o in libfirm.a
[libfirm] / MakeTargets
index b553804..3cf04bd 100644 (file)
@@ -35,14 +35,6 @@ else
        $(CC) -M $(DEFS) $(CPPFLAGS) $(filter %.c,$^) >.depend || { $(RM) .depend; false; }
 endif
 
-autodoc_xref: subdir_autodoc_xref local_autodoc_xref
-.PHONY: local_autodoc_xref
-local_autodoc_xref: $(LOCALXREFSFILE)
-
-autodoc_html: subdir_autodoc_html local_autodoc_html
-.PHONY: local_autodoc_html
-local_autodoc_html: $(HTMLFILES)
-
 
 # generate an archive for distribution
 distrib: dist
@@ -74,30 +66,30 @@ local_tags: $(TAGFILES)
        etags -C $^
 
 # installation
-install:       $(INCLUDEDIR)/$(PACKAGE_NAME) install_headers $(LIBDIR) install_libs
+install:       $(INCLUDEDIR) install_headers $(LIBDIR) install_libs
 
 install_headers:       subdir_install_headers local_install_headers
 local_install_headers:
 ifneq ($(strip $(INSTALL_HEADERS)),)
-       $(INSTALL) -C -m u+rw,a+r $(addprefix $(srcdir)/,$(INSTALL_HEADERS)) $(INCLUDEDIR)/$(PACKAGE_NAME)
+       $(INSTALL)  -m u+rw,a+r $(addprefix $(srcdir)/,$(INSTALL_HEADERS)) $(INCLUDEDIR)
 endif
 
 install_libs:          subdir_install_libs local_install_libs
 local_install_libs:
 ifneq ($(strip $(INSTALL_LIBS)),)
-       $(INSTALL) -C -m u+rw,a+r $(addprefix $(topdir)/,$(INSTALL_LIBS)) $(LIBDIR)
+       $(INSTALL)  -m u+rw,a+r $(addprefix $(topdir)/,$(INSTALL_LIBS)) $(LIBDIR)
 endif
 
 
-$(LIBDIR):     $(LIBDIR)
+$(LIBDIR):
        mkdir -p $@
 
-$(INCLUDEDIR)/$(PACKAGE_NAME): $(INCLUDEDIR)/$(PACKAGE_NAME)
+$(INCLUDEDIR):
        mkdir -p $@
 
 # generated the directory where all the generated documentation is
 $(AUTODOCDIR):
-       mkdir $@
+       mkdir -p $@
 
 # print some help
 .PHONY:        help