X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fdevel%2Foprofile%2FMakefile;fp=package%2Fdevel%2Foprofile%2FMakefile;h=0000000000000000000000000000000000000000;hp=cdeeec2e98aca8998cd692ec4ca896c591562f55;hb=97e3d05d764e85ada3e1f5f3be9f8a1b9cde518d;hpb=3cc1a1ef6dd4e500e61b333bf711f4267cbfd618 diff --git a/package/devel/oprofile/Makefile b/package/devel/oprofile/Makefile deleted file mode 100644 index cdeeec2e98..0000000000 --- a/package/devel/oprofile/Makefile +++ /dev/null @@ -1,94 +0,0 @@ -# -# Copyright (C) 2009-2010 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=oprofile -PKG_VERSION:=1.1.0rc2 -PKG_RELEASE:=1 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@SF/oprofile/ -PKG_MD5SUM:=ebc27a8478068cb986efd295cc4ac877 - -PKG_MAINTAINER:=Felix Fietkau - -PKG_BUILD_DEPENDS:=binutils -PKG_LICENSE:=GPL-2.0+ -PKG_FIXUP:=autoreconf -PKG_INSTALL:=1 -PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 - -include $(INCLUDE_DIR)/package.mk -include $(INCLUDE_DIR)/kernel.mk - -define Package/oprofile - SECTION:=devel - CATEGORY:=Development - TITLE:=OProfile System Profiler - URL:=http://oprofile.sourceforge.net - DEPENDS:=+libpopt +libstdcpp +objdump +librt @(!TARGET_uml||BROKEN) -endef - -define Package/oprofile/description - A transparent low-overhead system-wide profiler. -endef - -define Package/oprofile-utils - SECTION:=devel - CATEGORY:=Development - TITLE:=OProfile System Profiler (extra utilities) - URL:=http://oprofile.sourceforge.net - DEPENDS:=oprofile -endef - -define Build/Configure - $(call Build/Configure/Default, \ - --with-kernel-support \ - --with-kernel=$(LINUX_DIR)/user_headers \ - --without-x \ - ) -endef - -TARGET_CXXFLAGS += -fpermissive -TARGET_LDFLAGS := -L$(STAGING_DIR)/usr/lib $(TARGET_LDFLAGS) - -define Package/oprofile-utils/install - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) \ - $(PKG_INSTALL_DIR)/usr/bin/opannotate \ - $(PKG_INSTALL_DIR)/usr/bin/oparchive \ - $(PKG_INSTALL_DIR)/usr/bin/opgprof \ - $(1)/usr/bin -endef - -define Package/oprofile/install - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) \ - $(PKG_INSTALL_DIR)/usr/bin/* \ - $(1)/usr/bin - - rm -f \ - $(1)/usr/bin/opannotate \ - $(1)/usr/bin/oparchive \ - $(1)/usr/bin/opgprof - - $(INSTALL_DIR) $(1)/usr/lib/oprofile - $(CP) \ - $(PKG_INSTALL_DIR)/usr/lib/oprofile/*.so* \ - $(1)/usr/lib/oprofile/ - - $(INSTALL_DIR) $(1)/usr/share/oprofile - $(CP) \ - $(PKG_INSTALL_DIR)/usr/share/oprofile/stl.pat \ - $(PKG_INSTALL_DIR)/usr/share/oprofile/$(patsubst x86,i386,$(LINUX_KARCH)) \ - $(1)/usr/share/oprofile/ -endef - -$(eval $(call BuildPackage,oprofile)) -$(eval $(call BuildPackage,oprofile-utils))