From 7996a3d79d55b7f879dfd62e202bbfe2963718d3 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 27 Jul 2013 22:15:01 +0000 Subject: really properly move files --- .../libdde_linux26/contrib/include/Makefile | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 libdde-linux26/libdde_linux26/contrib/include/Makefile (limited to 'libdde-linux26/libdde_linux26/contrib/include/Makefile') diff --git a/libdde-linux26/libdde_linux26/contrib/include/Makefile b/libdde-linux26/libdde_linux26/contrib/include/Makefile deleted file mode 100644 index fa9f5f1b..00000000 --- a/libdde-linux26/libdde_linux26/contrib/include/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -PKGDIR ?= ../.. -L4DIR ?= $(PKGDIR) - -# Force these include files to appear in a special subfolder of dde/ -INSTALL_INC_PREFIX = linux-headers - -include $(L4DIR)/mk/include.mk - -#SUFFIX_amd64 = x86_64 -#SUFFIX_amd64 = i386 #hack! -#SUFFIX_x86 = x86 -#SUFFIX_arm = arm -# -#SUFFIX_rv = realview -#SUFFIX_int = integrator - -# macro to establish a symlink to a dir if not already existing -#MAKELINK = if [ ! $1 -ef $2 ] ; then ln -$(if $(VERBOSE),v)sf $2 $1 ; fi -# -#ARCH = $(BUILD_ARCH) -#PLAT = rv -# -#all:: -# $(VERBOSE)$(MKDIR) $(INSTALLDIR_LOCAL)/$(ARCH)/$(INSTALL_INC_PREFIX) -# $(VERBOSE)$(call MAKELINK, \ -# $(INSTALLDIR_LOCAL)/$(ARCH)/$(INSTALL_INC_PREFIX)/asm, \ -# $(INSTALLDIR_LOCAL)/$(INSTALL_INC_PREFIX)/asm-$(SUFFIX_$(ARCH))) -#ifeq ($(BUILD_ARCH),arm) -# $(VERBOSE)$(call MAKELINK, \ -# $(INSTALLDIR_LOCAL)/$(ARCH)/$(INSTALL_INC_PREFIX)/asm/arch, \ -# $(INSTALLDIR_LOCAL)/$(INSTALL_INC_PREFIX)/asm-$(SUFFIX_$(ARCH))/arch-$(SUFFIX_$(PLAT))) -#endif -# -#install:: -# $(VERBOSE)$(MKDIR) $(INSTALLDIR)/$(ARCH)/$(INSTALL_INC_PREFIX) -# $(VERBOSE)$(call MAKELINK, \ -# $(INSTALLDIR)/$(ARCH)/$(INSTALL_INC_PREFIX)/asm \ -# $(INSTALLDIR)/$(ARCH)/$(INSTALL_INC_PREFIX)/asm-$(SUFFIX_$(ARCH))) - -- cgit v1.2.3