removed ppc32_gen_decls
[libfirm] / MakeTargets
index c57c018..62a65c6 100644 (file)
@@ -65,13 +65,14 @@ Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
        CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status >&2
 
 # generate TAGS
-tags:  subdir_tags local_tags
-.PHONY: local_tags
-local_tags:    $(TAGFILES)
-       etags -C $^
+.PHONY: tags
+tags:  TAGS
+TAGS:
+       ctags -R *.[ch]
 
 # installation
 install:       $(INCLUDEDIR) $(INCLUDEDIR)/adt install_headers $(LIBDIR) install_libs
+       $(INSTALL) -m u+rwx,a+rx $(addprefix $(topdir)/,libfirm.pc) $(LIBDIR)/pkgconfig
        @echo ================================================
        @echo Don\'t forget to add $(LIBDIR) to LD_LIBRARY_PATH
        @echo Don\'t forget to add /usr/public/libxml2/lib to LD_LIBRARY_PATH