OpenWrt编译时使用make的-p参数打印数据库信息

这篇博客介绍了如何在OpenWrt编译过程中使用`make -p`参数来打印数据库信息,展示了Makefile变量、规则和依赖等内容,帮助理解编译过程和配置详情。
摘要由CSDN通过智能技术生成
# GNU Make 3.81 # Copyright (C) 2006  Free Software Foundation, Inc. # This is free software; see the source for copying conditions. # There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE.
# This program built for i386-redhat-linux-gnu # GNU Make 3.81 # Copyright (C) 2006  Free Software Foundation, Inc. # This is free software; see the source for copying conditions. # There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE.
# This program built for i386-redhat-linux-gnu # GNU Make 3.81 # Copyright (C) 2006  Free Software Foundation, Inc. # This is free software; see the source for copying conditions. # There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE.
# This program built for i386-redhat-linux-gnu
# Make data base, printed on Mon Jan 27 08:47:08 2014
# Variables
# automatic <D = $(patsubst %/,%,$(dir $<)) # automatic ?F = $(notdir $?) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 10) PREP_MK = OPENWRT_BUILD= QUIET=0 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 17) REVISION := r36422 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/debug.mk', line 20) build_debug := # default CWEAVE = cweave # automatic ?D = $(patsubst %/,%,$(dir $?)) # automatic @D = $(patsubst %/,%,$(dir $@)) # automatic @F = $(notdir $@) # makefile CURDIR := /home/test/openwrt/a2/attitude_adjustment_12.09 # makefile SHELL = /bin/sh # default RM = rm -f # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/verbose.mk', line 30) _N := \\033[m # default CO = co # default COMPILE.mod = $(M2C) $(M2FLAGS) $(MODFLAGS) $(TARGET_ARCH) # command line V = s # environment _ = /usr/bin/make # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 43) CFLAGS = # default LINK.o = $(CC) $(LDFLAGS) $(TARGET_ARCH) # default OUTPUT_OPTION = -o $@ # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/depends.mk', line 18) define rdep .PRECIOUS: $(2)
  .SILENT: $(2)_check
  $(2): $(2)_check
ifneq ($(wildcard $(2)),) $(2)_check:: $(if $(3), $(call find_md5,$(1),$(4)) > $(3).1; { [ \! -f "$(3)" ] || diff $(3) $(3).1 >/dev/null; } && ) { [ -f "$(2)_check.1" ] && mv "$(2)_check.1"; $(TOPDIR)/scripts/timestamp.pl $(DEP_FINDPARAMS) $(4) -n $(2) $(1) && { $(call debug_eval,$(SUBDIR),r,echo "No need to rebuild $(2)";) touch -r "$(2)" "$(2)_check"; } } || { $(call debug_eval,$(SUBDIR),r,echo "Need to rebuild $(2)";) touch "$(2)_check"; } $(if $(3), mv $(3).1 $(3)) else $(2)_check:: $(if $(3), rm -f $(3) $(3).1)
    $(call debug_eval,$(SUBDIR),r,echo "Target $(2) not built") endif
endef # default COMPILE.cpp = $(COMPILE.cc) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/verbose.mk', line 1) MAKEFILE_LIST :=  Makefile /home/test/openwrt/a2/attitude_adjustment_12.09/include/host.mk /home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.host.mk /home/test/openwrt/a2/attitude_adjustment_12.09/include/debug.mk /home/test/openwrt/a2/attitude_adjustment_12.09/include/depends.mk /home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk /home/test/openwrt/a2/attitude_adjustment_12.09/include/verbose.mk # `override' directive (from `Makefile', line 25) OPENWRT_BUILD = 1 # environment HISTCONTROL = ignoredups # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 28) GIT_CONFIG_PARAMETERS = 'core.autocrlf=false' # default LINK.p = $(PC) $(PFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 20) HOSTCC = gcc # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/verbose.mk', line 58) MESSAGE =     printf "%s\n" "$(1)" # default CC = cc # default CHECKOUT,v = +$(if $(wildcard $@),,$(CO) $(COFLAGS) $< $@) # environment LESSOPEN = |/usr/bin/lesspipe.sh %s # default CPP = $(CC) -E # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/debug.mk', line 48) warn_eval = $(4) # default LINK.cc = $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 32) P4CLIENT := # environment SSH_CONNECTION = 192.168.63.1 50295 192.168.63.141 22 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 9) RELEASE := Attitude Adjustment # environment PATH = /usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/test/bin # default LD = ld # default TEXI2DVI = texi2dvi # default YACC = yacc # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 37) C_INCLUDE_PATH := # makefile (from `Makefile', line 22) space := $(subst ,, ) # environment SSH_TTY = /dev/pts/2 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.host.mk', line 5) FIND := /bin/find # default ARFLAGS = rv # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/host.mk', line 8) TMP_DIR = $(TOPDIR)/tmp # default LINK.r = $(FC) $(FFLAGS) $(RFLAGS) $(LDFLAGS) $(TARGET_ARCH) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.host.mk', line 7) FIND_L = /bin/find -L $(1) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/host.mk', line 18) try-run = $(shell set -e; TMP_F="$(TMP_DIR)/try-run.$$$$.tmp"; if ($(1)) >/dev/null 2>&1; then echo "$(2)"; else echo "$(3)"; fi; rm -f "$$TMP_F"; ) # default LINT = lint # default COMPILE.f = $(FC) $(FFLAGS) $(TARGET_ARCH) -c # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/debug.mk', line 45) debug := # default LINT.c = $(LINT) $(LINTFLAGS) $(CPPFLAGS) $(TARGET_ARCH) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.host.mk', line 8) XARGS := xargs -r # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 40) LPATH := # default YACC.y = $(YACC) $(YFLAGS) # makefile (from `Makefile', line 21) empty := # default AR = ar # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 29) MAKE_JOBSERVER = $(filter --jobserver%,$(MAKEFLAGS)) # environment SELINUX_USE_CURRENT_RANGE = # default .FEATURES := target-specific order-only second-expansion else-if archives jobserver check-symlink # default TANGLE = tangle # environment LS_COLORS = rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.tbz=01;31:*.tbz2=01;31:*.bz=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36: # environment SCAN_COOKIE = 10238 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 21) OPENWRTVERSION := Attitude Adjustment (r36422) # default GET = get # automatic %F = $(notdir $%) # default COMPILE.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c # default CTANGLE = ctangle # default .LIBPATTERNS = lib%.so lib%.a # default LINK.C = $(LINK.cc) # environment PWD = /home/test/openwrt/a2/attitude_adjustment_12.09 # makefile (from `Makefile', line 23) _SINGLE = export MAKEFLAGS=$(space); # default LINK.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_MACH) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/verbose.mk', line 12) OPENWRT_VERBOSE := s # default PREPROCESS.r = $(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -F # automatic
*D = $(patsubst %/,%,$(dir $*)) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 25) IS_TTY = $(shell tty -s && echo 1 || echo 0) # default LINK.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.host.mk', line 6) BASH := /bin/bash # environment G_BROKEN_FILENAMES = 1 # default LINK.s = $(CC) $(ASFLAGS) $(LDFLAGS) $(TARGET_MACH) # command line QUIET = 0 # environment HOME = /home/test # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 26) LD_LIBRARY_PATH := /lib:/lib:/lib # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 32) P4USER := # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 52) SUBMAKE := umask 022; make -w # automatic
-*-command-variables-*- := QUIET=0 OPENWRT_BUILD= V=s # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.host.mk', line 4) TAR := /bin/gtar # environment LOGNAME = test # environment SELINUX_LEVEL_REQUESTED = # automatic ^D = $(patsubst %/,%,$(dir $^)) # environment HOSTNAME = localhost.localdomain # environment SSH_ASKPASS = /usr/libexec/openssh/gnome-ssh-askpass # default MAKE = $(MAKE_COMMAND) # default MAKECMDGOALS := tmp/.prereq-build # environment SHLVL = 2 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/verbose.mk', line 29) _Y := \\033[33m # default AS = as # default PREPROCESS.S = $(CC) -E $(CPPFLAGS) # environment MAKEOVERRIDES = ${-*-command-variables-*-} # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/depends.mk', line 16) find_md5 = $(SH_FUNC) find $(1) -type f $(patsubst -x,-and -not -path,$(DEP_FINDPARAMS) $(2)) | md5s # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.host.mk', line 1) HOST_OS := Linux # default COMPILE.p = $(PC) $(PFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c # default MAKE_VERSION := 3.81 # environment USER = test # default FC = f77 # makefile .DEFAULT_GOAL := world # default PREPROCESS.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -F # automatic %D = $(patsubst %/,%,$(dir $%)) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.host.mk', line 9) PATCH := /usr/bin/patch # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/depends.mk', line 14) DEP_FINDPARAMS := -x "*/.svn*" -x ".*" -x "*:*" -x "*\!*" -x "* *" -x "*\#*" -x "*/.*_check" -x "*/.*.swp" # default WEAVE = weave # default MAKE_COMMAND := make # default LINK.cpp = $(LINK.cc) # default F77 = $(FC) # default COMPILE.cc = $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c # default .VARIABLES := # default PC = pc # environment CVS_RSH = ssh # makefile (from `Makefile', line 9) TOPDIR := /home/test/openwrt/a2/attitude_adjustment_12.09 # automatic
*F = $(notdir $*) # default COMPILE.def = $(M2C) $(M2FLAGS) $(DEFFLAGS) $(TARGET_ARCH) # default LEX = lex # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 37) ARCH := # makefile MAKEFLAGS = srp -- $(MAKEOVERRIDES) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/debug.mk', line 46) warn := # environment MFLAGS = -srp # environment SSH_CLIENT = 192.168.63.1 50295 22 # environment MAIL = /var/spool/mail/test # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 32) P4CONFIG := # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.host.mk', line 3) GNU_HOST_NAME := i686-redhat-linux # default LEX.l = $(LEX) $(LFLAGS) -t # automatic +D = $(patsubst %/,%,$(dir $+)) # default COMPILE.r = $(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -c # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/host.mk', line 24) host-cc-option = $(call try-run, $(HOSTCC) $(HOST_CFLAGS) $(1) -c -xc /dev/null -o "$$TMP_F",$(1),$(2) ) # automatic +F = $(notdir $+) # default M2C = m2c # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 35) QUILT_PATCHES := # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 37) CROSS_COMPILE := # default MAKEFILES := # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.host.mk', line 2) HOST_ARCH := i686 # automatic <F = $(notdir $<) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/debug.mk', line 47) debug_eval := # default CXX = g++ # default COFLAGS = # makefile (from `Makefile', line 10) LC_ALL := C # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/host.mk', line 16) __host_inc := 1 # default COMPILE.C = $(COMPILE.cc) # automatic ^F = $(notdir $^) # environment SELINUX_ROLE_REQUESTED = # default COMPILE.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(TARGET_MACH) -c # default LINK.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH) # default SUFFIXES := # environment HISTSIZE = 1000 # default COMPILE.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c # default COMPILE.s = $(AS) $(ASFLAGS) $(TARGET_MACH) # makefile (from `Makefile', line 27) GREP_OPTIONS = # default .INCLUDE_DIRS = /usr/include /usr/local/include /usr/include # environment MAKELEVEL := 2 # default MAKEINFO = makeinfo # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 35) QUILT_PATCH_OPTS := # default TEX = tex # makefile (from `Makefile', line 11) LANG := C # environment TERM = linux # default F77FLAGS = $(FFLAGS) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 32) P4PORT := # default LINK.f = $(FC) $(FFLAGS) $(LDFLAGS) $(TARGET_ARCH) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 27) DYLD_LIBRARY_PATH := /lib:/lib:/lib # environment NO_TRACE_MAKE = make V=s # variable set hash-table stats: # Load=172/1024=17%, Rehash=0, Collisions=33/326=10%
# Pattern-specific Variable Values
# No pattern-specific variable values.
# Directories
# scripts/config (device 2051, inode 793095): 31 files, no impossibilities. # . (device 2051, inode 541450): 26 files, no impossibilities. # staging_dir/host/bin (device 2051, inode 547723): 9 files, no impossibilities.
# 66 files, no impossibilities in 3 directories.
# Implicit Rules
%:: #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 144): @+$(PREP_MK) $(NO_TRACE_MAKE) -r -s prereq
    @( \
    cp .config tmp/.config; \
    ./scripts/config/conf -D tmp/.config -w tmp/.config Config.in > /dev/null 2>&1; \ if ./scripts/kconfig.pl '>' .config tmp/.config | grep -q CONFIG; then \ echo "WARNING: your configuration is out of sync. Please run make menuconfig, oldconfig or defconfig!"; \ fi \
    )
    @+$(SUBMAKE) -r $@
# 1 implicit rules, 1 (100.0%) terminal.
# Files
docs: FORCE #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 158): @$(_SINGLE)$(SUBMAKE) -C docs compile
# Not a target: tmpinfo-clean: #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated.
# Not a target: symlinkclean: #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated.
config-clean: FORCE #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 85): $(_SINGLE)$(NO_TRACE_MAKE) -C scripts/config clean
kernel_menuconfig: prepare_kernel_conf #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 113): $(_SINGLE)$(NO_TRACE_MAKE) -C target/linux menuconfig
prepare-tmpinfo: FORCE #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 57): mkdir -p tmp/info
    $(_SINGLE)$(NO_TRACE_MAKE) -j1 -r -s -f include/scan.mk SCAN_TARGET="packageinfo" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPS="$(TOPDIR)/include/package*.mk $(TOPDIR)/overlay/*/*.mk" SCAN_DEPTH=5 SCAN_EXTRA="" $(_SINGLE)$(NO_TRACE_MAKE) -j1 -r -s -f include/scan.mk SCAN_TARGET="targetinfo" SCAN_DIR="target/linux" SCAN_NAME="target" SCAN_DEPS="profiles/*.mk $(TOPDIR)/include/kernel*.mk $(TOPDIR)/include/target.mk" SCAN_DEPTH=2 SCAN_EXTRA="" SCAN_MAKEOPTS="TARGET_BUILD=1" for type in package target; do \
    f=tmp/.$${type}info; t=tmp/.config-$${type}.in; \
    [ "$$t" -nt "$$f" ] || ./scripts/metadata.pl $${type}_config "$$f" > "$$t" || { rm -f "$$t"; echo "Failed to build $$t"; false; break; }; \ done
    ./scripts/metadata.pl package_mk tmp/.packageinfo > tmp/.packagedeps || { rm -f tmp/.packagedeps; false; } touch $(TOPDIR)/tmp/.build
/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk: #  Implicit rule search has been done. #  Implicit/static pattern stem: `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk' #  Last modified 2014-01-27 08:38:44.902368827 #  File has been updated. #  Successfully updated. # variable set hash-table stats: # Load=0/32=0%, Rehash=0, Collisions=0/0=0% #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 144): @+$(PREP_MK) $(NO_TRACE_MAKE) -r -s prereq
    @( \
    cp .config tmp/.config; \
    ./scripts/config/conf -D tmp/.config -w tmp/.config Config.in > /dev/null 2>&1; \ if ./scripts/kconfig.pl '>' .config tmp/.config | grep -q CONFIG; then \ echo "WARNING: your configuration is out of sync. Please run make menuconfig, oldconfig or defconfig!"; \ fi \
    )
    @+$(SUBMAKE) -r $@
config: scripts/config/conf prepare-tmpinfo FORCE #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 82): $< Config.in
FORCE: #  Phony target (prerequisite of .PHONY). #  Implicit rule search has not been done. #  File does not exist. #  File has not been updated.
.PHONY: help FORCE #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated.
kernel_nconfig: prepare_kernel_conf #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 116): $(_SINGLE)$(NO_TRACE_MAKE) -C target/linux nconfig
prepare_kernel_conf: .config FORCE #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 104): @+$(SUBMAKE) -r tools/quilt/install
.PRECIOUS: /home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.host.mk scripts/config/mconf #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated.
/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.host.mk: /home/test/openwrt/a2/attitude_adjustment_12.09/include/host.mk #  Precious file (prerequisite of .PRECIOUS). #  A default, MAKEFILES, or -include/sinclude makefile. #  Implicit rule search has not been done. #  Last modified 2014-01-27 08:44:03.094575989 #  File has been updated. #  Successfully updated. # variable set hash-table stats: # Load=0/32=0%, Rehash=0, Collisions=0/0=0% #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/host.mk', line 30): @mkdir -p $(TMP_DIR)
    @( \
    HOST_OS=`uname`; \
    case "$$HOST_OS" in \
    Linux) HOST_ARCH=`uname -m`;; \
    Darwin) HOST_ARCH=`uname -m`;; \
    *) HOST_ARCH=`uname -p`;; \
    esac; \
    GNU_HOST_NAME=`gcc -dumpmachine`; \
    [ -z "$$GNU_HOST_NAME" -o "$$HOST_OS" = "Darwin" ] && \
    GNU_HOST_NAME=`$(TOPDIR)/scripts/config.guess`; \
    echo "HOST_OS:=$$HOST_OS" > $@; \
    echo "HOST_ARCH:=$$HOST_ARCH" >> $@; \
    echo "GNU_HOST_NAME:=$$GNU_HOST_NAME" >> $@; \
    TAR=`which gtar 2>/dev/null`; \
    [ -n "$$TAR" -a -x "$$TAR" ] || TAR=`which gnutar 2>/dev/null`; \
    [ -n "$$TAR" -a -x "$$TAR" ] || TAR=`which tar 2>/dev/null`; \
    echo "TAR:=$$TAR" >> $@; \
    FIND=`which gfind 2>/dev/null`; \
    [ -n "$$FIND" -a -x "$$FIND" ] || FIND=`which find 2>/dev/null`; \
    echo "FIND:=$$FIND" >> $@; \
    echo "BASH:=$(shell which bash)" >> $@; \
    if $$FIND -L /tmp -maxdepth 0 >/dev/null 2>/dev/null; then \
    echo "FIND_L=$$FIND -L \$$(1)" >>$@; \
    else \
    echo "FIND_L=$$FIND \$$(1) -follow" >> $@; \
    fi; \
    if xargs --help 2>&1 | grep 'gnu.org' >/dev/null; then \
    echo 'XARGS:=xargs -r' >> $@; \
    else \
    echo 'XARGS:=xargs' >> $@; \
    fi; \
    PATCH=`which gpatch 2>/dev/null`; \
    [ -n "$$PATCH" -a -x "$$PATCH" ] || PATCH=`which patch 2>/dev/null`; \ echo "PATCH:=$$PATCH" >> $@; \
    )
distclean: #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 164): rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds package/openwrt-packages bin @$(_SINGLE)$(SUBMAKE) -C scripts/config clean
world: #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated.
scripts/config/mconf: scripts/config/mconf_check tmp/.prereq-build #  Precious file (prerequisite of .PRECIOUS). #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 74): @$(_SINGLE)$(SUBMAKE) -s -C scripts/config all CC="$(HOSTCC)"
# Not a target: .SUFFIXES: #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated.
prereq:: prepare-tmpinfo .config #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 140): @+$(MAKE) -r -s tmp/.prereq-build $(PREP_MK)
    @+$(NO_TRACE_MAKE) -r -s $@
Makefile: #  Implicit rule search has been done. #  Implicit/static pattern stem: `Makefile' #  Last modified 2014-01-27 08:40:15.81428431 #  File has been updated. #  Successfully updated. # variable set hash-table stats: # Load=0/32=0%, Rehash=0, Collisions=0/0=0% #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 144): @+$(PREP_MK) $(NO_TRACE_MAKE) -r -s prereq
    @( \
    cp .config tmp/.config; \
    ./scripts/config/conf -D tmp/.config -w tmp/.config Config.in > /dev/null 2>&1; \ if ./scripts/kconfig.pl '>' .config tmp/.config | grep -q CONFIG; then \ echo "WARNING: your configuration is out of sync. Please run make menuconfig, oldconfig or defconfig!"; \ fi \
    )
    @+$(SUBMAKE) -r $@
/home/test/openwrt/a2/attitude_adjustment_12.09/include/host.mk: #  Implicit rule search has been done. #  Implicit/static pattern stem: `/home/test/openwrt/a2/attitude_adjustment_12.09/include/host.mk' #  Last modified 2014-01-27 08:38:44.893368537 #  File has been updated. #  Successfully updated. # variable set hash-table stats: # Load=0/32=0%, Rehash=0, Collisions=0/0=0% #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 144): @+$(PREP_MK) $(NO_TRACE_MAKE) -r -s prereq
    @( \
    cp .config tmp/.config; \
    ./scripts/config/conf -D tmp/.config -w tmp/.config Config.in > /dev/null 2>&1; \ if ./scripts/kconfig.pl '>' .config tmp/.config | grep -q CONFIG; then \ echo "WARNING: your configuration is out of sync. Please run make menuconfig, oldconfig or defconfig!"; \ fi \
    )
    @+$(SUBMAKE) -r $@
defconfig: scripts/config/conf prepare-tmpinfo FORCE #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 88): touch .config
    $< -D .config Config.in
.NOTPARALLEL: #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated.
prepare-mk: FORCE #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 54):
printdb: FORCE #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 128): @$(_SINGLE)$(NO_TRACE_MAKE) -p $@ V=99 DUMP_TARGET_DB=1 2>&1
.config: scripts/config/conf prepare-tmpinfo tmp/.prereq-build #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 68): @+if [ \! -e .config ] || ! grep CONFIG_HAVE_DOT_CONFIG .config >/dev/null; then \ [ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config; \ $(_SINGLE)$(NO_TRACE_MAKE) menuconfig $(PREP_MK); \
    fi
help: #  Phony target (prerequisite of .PHONY). #  Implicit rule search has not been done. #  File does not exist. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 155): cat README
.SILENT: scripts/config/mconf_check symlinkclean clean dirclean distclean config-clean download help tmpinfo-clean .config scripts/config/mconf scripts/config/conf menuconfig tmp/.prereq-build tmp/.prereq-package prepare-tmpinfo #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated.
oldconfig: scripts/config/conf prepare-tmpinfo FORCE #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 92): $< -$(if $(CONFDEFAULT),$(CONFDEFAULT),o) Config.in
docs/compile: FORCE #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 158): @$(_SINGLE)$(SUBMAKE) -C docs compile
# Not a target: .DEFAULT: #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated.
clean: .config #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 137): @+$(SUBMAKE) -r $@
docs/clean: FORCE #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 161): @$(_SINGLE)$(SUBMAKE) -C docs clean
download: .config FORCE #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 131): @+$(SUBMAKE) tools/download
    @+$(SUBMAKE) toolchain/download
    @+$(SUBMAKE) package/download
    @+$(SUBMAKE) target/download
kernel_oldconfig: prepare_kernel_conf #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 110): $(_SINGLE)$(NO_TRACE_MAKE) -C target/linux oldconfig
scripts/config/conf: tmp/.prereq-build #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 79): @$(_SINGLE)$(SUBMAKE) -s -C scripts/config conf CC="$(HOSTCC)"
scripts/config/mconf_check:: #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 76):
/home/test/openwrt/a2/attitude_adjustment_12.09/include/verbose.mk: #  Implicit rule search has been done. #  Implicit/static pattern stem: `/home/test/openwrt/a2/attitude_adjustment_12.09/include/verbose.mk' #  Last modified 2014-01-27 08:38:44.898368699 #  File has been updated. #  Successfully updated. # variable set hash-table stats: # Load=0/32=0%, Rehash=0, Collisions=0/0=0% #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 144): @+$(PREP_MK) $(NO_TRACE_MAKE) -r -s prereq
    @( \
    cp .config tmp/.config; \
    ./scripts/config/conf -D tmp/.config -w tmp/.config Config.in > /dev/null 2>&1; \ if ./scripts/kconfig.pl '>' .config tmp/.config | grep -q CONFIG; then \ echo "WARNING: your configuration is out of sync. Please run make menuconfig, oldconfig or defconfig!"; \ fi \
    )
    @+$(SUBMAKE) -r $@
/home/test/openwrt/a2/attitude_adjustment_12.09/include/debug.mk: #  Implicit rule search has been done. #  Implicit/static pattern stem: `/home/test/openwrt/a2/attitude_adjustment_12.09/include/debug.mk' #  Last modified 2014-01-27 08:38:44.896368634 #  File has been updated. #  Successfully updated. # variable set hash-table stats: # Load=0/32=0%, Rehash=0, Collisions=0/0=0% #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 144): @+$(PREP_MK) $(NO_TRACE_MAKE) -r -s prereq
    @( \
    cp .config tmp/.config; \
    ./scripts/config/conf -D tmp/.config -w tmp/.config Config.in > /dev/null 2>&1; \ if ./scripts/kconfig.pl '>' .config tmp/.config | grep -q CONFIG; then \ echo "WARNING: your configuration is out of sync. Please run make menuconfig, oldconfig or defconfig!"; \ fi \
    )
    @+$(SUBMAKE) -r $@
tmp/.prereq-build: include/prereq-build.mk #  Command-line target. #  Implicit rule search has not been done. #  Last modified 2014-01-27 08:44:04.856632555 #  File has been updated. #  Successfully updated. # variable set hash-table stats: # Load=0/32=0%, Rehash=0, Collisions=0/0=0% #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 119): mkdir -p tmp
    rm -f tmp/.host.mk
    @$(_SINGLE)$(NO_TRACE_MAKE) -j1 -r -s -f $(TOPDIR)/include/prereq-build.mk prereq 2>/dev/null || { \ echo "Prerequisite check failed. Use FORCE=1 to override."; \
    false; \
    }
    touch $@
/home/test/openwrt/a2/attitude_adjustment_12.09/include/depends.mk: #  Implicit rule search has been done. #  Implicit/static pattern stem: `/home/test/openwrt/a2/attitude_adjustment_12.09/include/depends.mk' #  Last modified 2014-01-27 08:38:44.900368763 #  File has been updated. #  Successfully updated. # variable set hash-table stats: # Load=0/32=0%, Rehash=0, Collisions=0/0=0% #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 144): @+$(PREP_MK) $(NO_TRACE_MAKE) -r -s prereq
    @( \
    cp .config tmp/.config; \
    ./scripts/config/conf -D tmp/.config -w tmp/.config Config.in > /dev/null 2>&1; \ if ./scripts/kconfig.pl '>' .config tmp/.config | grep -q CONFIG; then \ echo "WARNING: your configuration is out of sync. Please run make menuconfig, oldconfig or defconfig!"; \ fi \
    )
    @+$(SUBMAKE) -r $@
menuconfig: scripts/config/mconf prepare-tmpinfo FORCE #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 95): if [ \! -e .config -a -e $(HOME)/.openwrt/defconfig ]; then \
    cp $(HOME)/.openwrt/defconfig .config; \
    fi
    $< Config.in
include/prereq-build.mk: #  Implicit rule search has been done. #  Implicit/static pattern stem: `include/prereq-build.mk' #  Last modified 2014-01-27 08:38:44.902368827 #  File has been updated. #  Successfully updated. # variable set hash-table stats: # Load=0/32=0%, Rehash=0, Collisions=0/0=0% #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 144): @+$(PREP_MK) $(NO_TRACE_MAKE) -r -s prereq
    @( \
    cp .config tmp/.config; \
    ./scripts/config/conf -D tmp/.config -w tmp/.config Config.in > /dev/null 2>&1; \ if ./scripts/kconfig.pl '>' .config tmp/.config | grep -q CONFIG; then \ echo "WARNING: your configuration is out of sync. Please run make menuconfig, oldconfig or defconfig!"; \ fi \
    )
    @+$(SUBMAKE) -r $@
# Not a target: tmp/.prereq-package: #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated.
dirclean: .config #  Implicit rule search has not been done. #  Modification time never checked. #  File has not been updated. #  commands to execute (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/toplevel.mk', line 137): @+$(SUBMAKE) -r $@
# files hash-table stats: # Load=45/1024=4%, Rehash=0, Collisions=1/138=1% # VPATH Search Paths
# No `vpath' search paths.
# No general (`VPATH' variable) search path.
# # of strings in strcache: 7 # # of strcache buffers: 1 # strcache size: total = 4096 / max = 4096 / min = 4096 / avg = 4096 # strcache free: total = 3695 / max = 3695 / min = 3695 / avg = 3695
# Finished Make data base on Mon Jan 27 08:47:08 2014
# GNU Make 3.81 # Copyright (C) 2006  Free Software Foundation, Inc. # This is free software; see the source for copying conditions. # There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE.
# This program built for i386-redhat-linux-gnu
# Make data base, printed on Mon Jan 27 08:47:09 2014
# Variables
# makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4888) package/feeds/packages/sound/mocp/compile = $(curdir)/feeds/packages/libs/curl/compile $(curdir)/feeds/packages/libs/flac/compile $(curdir)/feeds/packages/libs/libid3tag/compile $(curdir)/feeds/packages/libs/libsamplerate/compile $(curdir)/feeds/packages/libs/libvorbis/compile $(curdir)/feeds/packages/utils/alsa-utils/compile $(curdir)/libtool/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),$(curdir)/feeds/packages/libs/libiconv-full/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_BUILD_PATENTED),$(curdir)/feeds/packages/libs/libmad/compile) $(if $(CONFIG_PACKAGE_libffmpeg-custom),$(curdir)/feeds/packages/multimedia/ffmpeg/compile) $(if $(CONFIG_PACKAGE_libffmpeg-full),$(curdir)/feeds/packages/multimedia/ffmpeg/compile) $(if $(CONFIG_PACKAGE_libffmpeg-mini),$(curdir)/feeds/packages/multimedia/ffmpeg/compile) $(if $(CONFIG_PACKAGE_libncursesw),$(curdir)/ncurses/compile) $(if $(CONFIG_PACKAGE_libncursesw),,$(curdir)/ncurses/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1145) CONFIG_BUSYBOX_CONFIG_FEATURE_BRCTL_SHOW = y # makefile (from `rules.mk', line 64) ARCH_SUFFIX := _r2 # automatic ?F = $(notdir $?) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5285) package/feeds/packages/net/wavemon/compile = $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # automatic
-*-command-variables-*- := V=s # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 3856) package/uboot-pxa/default-variant := gumstix # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 550) CONFIG_TARGET_INIT_ENV = "" # environment REVISION = r36422 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 584) CONFIG_BUSYBOX_CONFIG_PLATFORM_LINUX = y # makefile (from `tools/Makefile', line 136) tools/stamp-install := /home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.tools_install_nnnnn # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4848) package/feeds/packages/lang/luasql/compile = $(curdir)/feeds/packages/libs/mysql/compile $(curdir)/feeds/packages/libs/postgresql/compile $(curdir)/feeds/packages/libs/sqlite3/compile $(curdir)/lua/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4822) package/feeds/packages/libs/libzstream/compile = $(curdir)/libubox/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 903) CONFIG_BUSYBOX_CONFIG_FEATURE_FIND_XDEV = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4683) package/feeds/packages/libs/gpgme/compile = $(curdir)/feeds/packages/libs/libassuan/compile $(curdir)/feeds/packages/utils/gnupg/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `toolchain/Makefile', line 46) toolchain/gcc/initial/compile := toolchain/uClibc/headers/install # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 2433) CONFIG_PACKAGE_libubox = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4320) package/feeds/packages/libs/bluez-libs/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4265) package/feeds/packages/net/aircrack-ptw/compile = $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5110) package/resolveip/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 633) CONFIG_BUSYBOX_CONFIG_PREFIX = "./_install" # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4608) package/ltq-vmmc/compile = $(curdir)/ltq-tapi/compile # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5308) package/feeds/packages/net/wknock/compile = $(curdir)/broadcom-wl/compile $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 811) CONFIG_BUSYBOX_CONFIG_WC = y # makefile (from `rules.mk', line 40) TARGET_OPTIMIZATION := -Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves # makefile (from `target/Makefile', line 9) target/builddirs := linux sdk imagebuilder toolchain # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5239) package/uboot-xburst/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4925) package/feeds/packages/net/netdiscover/compile = $(curdir)/feeds/packages/libs/libnet-1.1.x/compile $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4699) package/libjson-c/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # automatic @F = $(notdir $@) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4289) package/feeds/packages/net/asterisk-1.8.x/compile = $(curdir)/feeds/packages/libs/bluez-libs/compile $(curdir)/feeds/packages/libs/curl/compile $(curdir)/feeds/packages/libs/iksemel/compile $(curdir)/feeds/packages/libs/libsrtp/compile $(curdir)/feeds/packages/libs/popt/compile $(curdir)/feeds/packages/libs/spandsp/compile $(curdir)/ncurses/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_PACKAGE_asterisk18-mysql),$(curdir)/feeds/packages/libs/mysql/compile) $(if $(CONFIG_TARGET_lantiq_danube),$(curdir)/ltq-tapi/compile) $(if $(CONFIG_TARGET_lantiq_danube),$(curdir)/ltq-vmmc/compile) $(if $(CONFIG_TARGET_lantiq_falcon),$(curdir)/ltq-tapi/compile) $(if $(CONFIG_TARGET_lantiq_falcon),$(curdir)/ltq-vmmc/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # default RM = rm -f # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/verbose.mk', line 30) _N := \\033[m # default CO = co # makefile (from `toolchain/Makefile', line 36) toolchain/builddirs-install := # command line V = s # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 926) CONFIG_BUSYBOX_CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT = y # environment _ = /usr/bin/make # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4724) package/feeds/packages/libs/neon/compile = $(curdir)/feeds/packages/libs/expat/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `package/Makefile', line 97) package/flags-install := -j1 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 750) CONFIG_BUSYBOX_CONFIG_FSYNC = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4682) package/feeds/packages/libs/libgpg-error/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4818) package/feeds/packages/libs/libxapian/compile = $(curdir)/toolchain/compile $(curdir)/util-linux/compile $(curdir)/zlib/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/subdir.mk', line 33) define subdir $(call warn,$(1),d,D $(1))
  $(foreach bd,$($(1)/builddirs), $(call warn,$(1),d,BD $(1)/$(bd))
    $(foreach target,$(SUBTARGETS), $(foreach btype,$(buildtypes-$(bd)), $(call warn_eval,$(1)/$(bd),t,T,$(1)/$(bd)/$(btype)/$(target): $(if $(QUILT),,$($(1)/$(bd)/$(btype)/$(target)) $(call $(1)//$(btype)/$(target),$(1)/$(bd)/$(btype)))) $(if $(call debug,$(1)/$(bd),v),,@)+$$(SUBMAKE) -C $(1)/$(bd) $(btype)-$(target) $(if $(findstring $(bd),$($(1)/builddirs-ignore-$(btype)-$(target))), || $(call ERROR,$(1),   ERROR: $(1)/$(bd) [$(btype)] failed to build.)) $(if $(call diralias,$(bd)),$(call warn_eval,$(1)/$(bd),l,T,$(1)/$(call diralias,$(bd))/$(btype)/$(target): $(1)/$(bd)/$(btype)/$(target))) )
      $(call warn_eval,$(1)/$(bd),t,T,$(1)/$(bd)/$(target): $(if $(QUILT),,$($(1)/$(bd)/$(target)) $(call $(1)//$(target),$(1)/$(bd)))) $(if $(BUILD_LOG),@mkdir -p $(BUILD_LOG_DIR)/$(1)/$(bd)) $(foreach variant,$(if $(BUILD_VARIANT),$(BUILD_VARIANT),$(if $(strip $($(1)/$(bd)/variants)),$($(1)/$(bd)/variants),$(if $($(1)/$(bd)/default-variant),$($(1)/$(bd)/default-variant),__default))), $(if $(call debug,$(1)/$(bd),v),,@)+$(if $(BUILD_LOG),set -o pipefail;) $$(SUBMAKE) -C $(1)/$(bd) $(target) BUILD_VARIANT="$(filter-out __default,$(variant))" $(if $(BUILD_LOG),SILENT= 2>&1 | tee $(BUILD_LOG_DIR)/$(1)/$(bd)/$(target).txt) $(if $(findstring $(bd),$($(1)/builddirs-ignore-$(target))), || $(call ERROR,$(1),   ERROR: $(1)/$(bd) failed to build$(if $(filter-out __default,$(variant)), (build variant: $(variant))).)) ) $(if $(PREREQ_ONLY)$(DUMP_TARGET_DB),, # aliases
        $(if $(call diralias,$(bd)),$(call warn_eval,$(1)/$(bd),l,T,$(1)/$(call diralias,$(bd))/$(target): $(1)/$(bd)/$(target))) ) ) )
  $(foreach target,$(SUBTARGETS),$(call subtarget,$(1),$(target))) endef # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5116) package/feeds/packages/net/rp-l2tp/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `rules.mk', line 42) BUILD_SUFFIX := # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 757) CONFIG_BUSYBOX_CONFIG_LS = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5086) package/feeds/packages/lang/pyxdg/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4943) package/feeds/packages/utils/ntfs-3g/compile = $(curdir)/feeds/packages/libs/libgcrypt/compile $(curdir)/toolchain/compile $(if $(CONFIG_PACKAGE_NTFS-3G_USE_LIBFUSE),$(curdir)/fuse/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4846) package/feeds/packages/lang/luasoap/compile = $(curdir)/feeds/packages/lang/luaexpat/compile $(curdir)/feeds/packages/lang/luasec/compile $(curdir)/feeds/packages/lang/luasocket/compile $(curdir)/lua/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 525) CONFIG_UCLIBC_VERSION_0_9_33 = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 509) CONFIG_KERNEL_GIT_CLONE_URI = "" # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5186) package/feeds/packages/utils/strace/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1326) CONFIG_PACKAGE_firewall = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4640) package/feeds/packages/libs/libcap/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 3126) CONFIG_PACKAGE_ppp-mod-pppoe = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/subdir.mk', line 15) subtarget-default = $(filter-out ., $(if $($(1)/builddirs-$(2)),$($(1)/builddirs-$(2)), $(if $($(1)/builddirs-default),$($(1)/builddirs-default), $($(1)/builddirs)))) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/verbose.mk', line 29) _Y := \\033[33m # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5004) package/feeds/packages/lang/perl-html-tree/compile = $(curdir)/feeds/packages/lang/perl-html-parser/compile $(curdir)/feeds/packages/lang/perl-html-tagset/compile $(curdir)/feeds/packages/lang/perl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 746) CONFIG_BUSYBOX_CONFIG_EXPR = y # environment OPENWRT_BUILD = 1 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5142) package/feeds/packages/libs/serdisplib/compile = $(curdir)/feeds/packages/libs/libusb/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4842) package/feeds/packages/lang/luafilesystem/compile = $(curdir)/lua/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4679) package/feeds/packages/libs/gd/compile = $(curdir)/feeds/packages/libs/jpeg/compile $(curdir)/feeds/packages/libs/libpng/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4256) package/feeds/packages/ipv6/6scripts/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `rules.mk', line 186) CP := cp -fpR # environment HISTCONTROL = ignoredups # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4568) package/feeds/packages/net/ipset/compile = $(curdir)/feeds/packages/libs/libmnl/compile $(curdir)/iptables/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4962) package/feeds/packages/utils/open2300/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5199) package/feeds/packages/libs/taglib/compile = $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_LIBSTDCXX),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_UCLIBCXX),$(curdir)/uclibc++/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4589) package/libubox/compile = $(curdir)/libjson-c/compile $(curdir)/lua/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4619) package/feeds/packages/net/l2tpv3tun/compile = $(curdir)/iproute2/compile $(curdir)/libnl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4723) package/ncurses/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5244) package/feeds/packages/net/udp-broadcast-relay/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5236) package/uboot-omap35xx/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4470) package/feeds/packages/net/freeswitch/compile = $(curdir)/feeds/packages/lang/erlang/compile $(curdir)/feeds/packages/libs/alsa-lib/compile $(curdir)/feeds/packages/libs/curl/compile $(curdir)/feeds/packages/libs/glib2/compile $(curdir)/feeds/packages/libs/jpeg/compile $(curdir)/feeds/packages/libs/libogg/compile $(curdir)/feeds/packages/libs/postgresql/compile $(curdir)/feeds/packages/libs/sqlite3/compile $(curdir)/feeds/packages/net/freeradius2/compile $(curdir)/feeds/packages/net/net-snmp/compile $(curdir)/feeds/packages/utils/coreutils/compile $(curdir)/libpcap/compile $(curdir)/libreadline/compile $(curdir)/ncurses/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4441) package/feeds/packages/net/ethtool/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 6) CONFIG_HAVE_DOT_CONFIG = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 415) package/feeds/packages/net/ctorrent/default-variant := ssl # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1742) CONFIG_PACKAGE_kmod-ipt-nat = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5143) package/feeds/packages/net/serialoverip/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4388) package/feeds/packages/net/darkstat/compile = $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4257) package/6to4/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 648) CONFIG_BUSYBOX_CONFIG_FEATURE_EDITING_HISTORY = 256 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5210) package/feeds/packages/utils/tesseract/compile = $(curdir)/feeds/packages/libs/leptonica/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1987) CONFIG_PACKAGE_kmod-mac80211 = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4845) package/feeds/packages/lang/luasec/compile = $(curdir)/feeds/packages/lang/luasocket/compile $(curdir)/lua/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5077) package/feeds/packages/lang/python-pyosc/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2/info.mk', line 2) GCC_VERSION = unknown # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5013) package/feeds/packages/libs/phidget21/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5254) package/feeds/packages/utils/unzip/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5237) package/uboot-omap4/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4875) package/feeds/packages/utils/microcom/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 3715) prereq- = grub feeds/packages/libs/intltool feeds/packages/libs/popt feeds/packages/utils/lilo feeds/packages/lang/perl feeds/packages/admin/nrpe feeds/packages/lang/numpy feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/lang/perl feeds/packages/net/squid feeds/packages/net/squid feeds/packages/net/squid feeds/packages/net/squid feeds/packages/net/squid feeds/packages/net/squid feeds/packages/net/squid feeds/packages/net/squid feeds/packages/net/squid feeds/packages/net/squid feeds/packages/lang/telepathy-python # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4383) package/feeds/packages/lang/cython/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # default CHECKOUT,v = +$(if $(wildcard $@),,$(CO) $(COFLAGS) $< $@) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5279) package/feeds/packages/net/vrrpd/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.host.mk', line 7) FIND_L = /bin/find -L $(1) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5144) package/feeds/packages/utils/setpwc/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4753) package/feeds/packages/libs/libpar2/compile = $(curdir)/feeds/packages/libs/libsigc++/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5071) package/feeds/packages/lang/python-json/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `rules.mk', line 281) locked =     SHELL= $(STAGING_DIR_HOST)/bin/flock $(TMP_DIR)/.$(if $(2),$(strip $(2)),global).flock -c '$(subst ','\'',$(1))' # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4850) package/feeds/xwrt/m-route/compile = $(curdir)/iproute2/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1679) CONFIG_PACKAGE_kmod-lib-crc-ccitt = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1235) CONFIG_BUSYBOX_CONFIG_UPTIME = y # makefile (from `toolchain/Makefile', line 35) toolchain/builddirs-compile := # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 404) CONFIG_DEFAULT_kmod-wdt-ath79 = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 2506) package/feeds/packages/admin/monit/default-variant := ssl # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 385) CONFIG_LINUX_3_3 = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5087) package/feeds/packages/lang/pyyaml/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/feeds/packages/libs/libyaml/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 596) CONFIG_BUSYBOX_CONFIG_FEATURE_DEVPTS = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 1927) package/feeds/packages/utils/less/variants = $(if $(CONFIG_PACKAGE_less),narrow) $(if $(CONFIG_PACKAGE_less-wide),wide) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4268) package/feeds/packages/libs/alsa-lib/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 672) CONFIG_BUSYBOX_CONFIG_FEATURE_SEAMLESS_GZ = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1137) CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4873) package/feeds/packages/net/miau/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1246) CONFIG_BUSYBOX_CONFIG_PS = y # environment SSH_CONNECTION = 192.168.63.1 50295 192.168.63.141 22 # environment RELEASE = Attitude Adjustment # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1139) CONFIG_BUSYBOX_CONFIG_FEATURE_PREFER_IPV4_ADDRESS = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5202) package/feeds/packages/ipv6/tayga/compile = $(curdir)/iproute2/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 942) CONFIG_BUSYBOX_CONFIG_INIT_TERMINAL_TYPE = "linux" # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1289) CONFIG_BUSYBOX_CONFIG_ASH_EXPAND_PRMT = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5083) package/feeds/packages/lang/yapsnmp/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/feeds/packages/net/net-snmp/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5030) package/feeds/packages/mail/procmail/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `toolchain/Makefile', line 50) toolchain/uClibc/prepare := toolchain/uClibc/headers/prepare # makefile (from `rules.mk', line 178) HOST_LDFLAGS := -L/home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/host/lib # default TEXI2DVI = texi2dvi # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 740) CONFIG_BUSYBOX_CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 3219) CONFIG_PACKAGE_libubus = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4450) package/feeds/packages/libs/fcgi/compile = $(curdir)/feeds/packages/libs/gettext/compile $(curdir)/feeds/packages/libs/libiconv/compile $(curdir)/libtool/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_LIBSTDCXX),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_UCLIBCXX),$(curdir)/uclibc++/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4394) package/feeds/packages/utils/deco/compile = $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 397) CONFIG_DEFAULT_kmod-ledtrig-default-on = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5053) package/feeds/packages/net/pyload/compile = $(curdir)/feeds/packages/lang/pyopenssl/compile $(curdir)/feeds/packages/lang/python-crypto/compile $(curdir)/feeds/packages/lang/python-curl/compile $(curdir)/feeds/packages/lang/python-django/compile $(curdir)/feeds/packages/lang/python-imaging-library/compile $(curdir)/feeds/packages/lang/python/compile $(curdir)/feeds/packages/libs/ossp-js/compile $(curdir)/feeds/packages/utils/tesseract/compile $(curdir)/feeds/packages/utils/unrar/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4536) package/feeds/packages/utils/hplip/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/feeds/packages/libs/jpeg/compile $(curdir)/feeds/packages/libs/libusb/compile $(curdir)/feeds/packages/libs/tiff/compile $(curdir)/feeds/packages/net/cups/compile $(curdir)/feeds/packages/utils/sane-backends/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4349) package/feeds/packages/net/chillispot/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # default COMPILE.mod = $(M2C) $(M2FLAGS) $(MODFLAGS) $(TARGET_ARCH) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.host.mk', line 5) FIND := /bin/find # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4593) package/feeds/packages/net/kamailio3/compile = $(curdir)/feeds/packages/libs/curl/compile $(curdir)/feeds/packages/libs/expat/compile $(curdir)/feeds/packages/libs/libxml2/compile $(curdir)/feeds/packages/libs/mysql/compile $(curdir)/feeds/packages/libs/openldap/compile $(curdir)/feeds/packages/libs/pcre/compile $(curdir)/feeds/packages/libs/radiusclient-ng/compile $(curdir)/feeds/packages/libs/sqlite3/compile $(curdir)/feeds/packages/libs/unixodbc/compile $(curdir)/feeds/packages/net/rtpproxy/compile $(curdir)/feeds/packages/utils/bash/compile $(curdir)/libreadline/compile $(curdir)/ncurses/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),$(curdir)/feeds/packages/libs/libiconv-full/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 945) buildtypes-feeds/packages/libs/intltool = host # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4494) package/feeds/packages/net/git/compile = $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4758) package/feeds/packages/sound/pianobar/compile = $(curdir)/feeds/packages/libs/faad2/compile $(curdir)/feeds/packages/libs/gnutls/compile $(curdir)/feeds/packages/libs/libao/compile $(curdir)/feeds/packages/libs/libmad/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `rules.mk', line 106) STAGING_DIR_ROOT := /home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx # makefile (from `rules.mk', line 80) LIBCV := 0.9.33.2 # makefile (from `tools/Makefile', line 53) tools/mpfr/compile := tools/gmp/install # makefile (from `rules.mk', line 137) TARGET_PATH := /home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2/bin:/home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/host/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/test/bin # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4335) package/feeds/packages/utils/byobu/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4820) package/feeds/packages/libs/libyaml/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 546) CONFIG_TARGET_PREINIT_NETMASK = "255.255.255.0" # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1133) CONFIG_BUSYBOX_CONFIG_PING = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 922) CONFIG_BUSYBOX_CONFIG_FEATURE_GREP_CONTEXT = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 753) CONFIG_BUSYBOX_CONFIG_HOSTID = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4936) package/feeds/packages/net/ngrep/compile = $(curdir)/feeds/packages/libs/pcre/compile $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `rules.mk', line 136) TARGET_LDFLAGS := -L/home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/target-mips_r2_uClibc-0.9.33.2/usr/lib -L/home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/target-mips_r2_uClibc-0.9.33.2/lib -L/home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2/usr/lib -L/home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2/lib # makefile (from `tools/Makefile', line 74) tools/builddirs-default :=  gmp mpfr mpc libelf m4 libtool autoconf automake flex bison pkg-config sed mklibs sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage firmware-utils patch-cmdline quilt yaffs2 flock padjffs2 mm-macros xorg-macros xfce-macros missing-macros xz cmake scons lzma-old squashfs lzma squashfs4 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5141) package/feeds/packages/net/ser2net/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `package/Makefile', line 17) package/builddirs-install := . busybox dnsmasq dropbear firewall gpio-button-hotplug hostapd hotplug2 iptables iw kernel libjson-c libnl-tiny libubox mac80211 mtd netifd opkg ppp swconfig toolchain uboot-ar71xx uboot-envtools ubus uci base-files # makefile (from `rules.mk', line 133) TARGET_CROSS := mips-openwrt-linux-uclibc- # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4581) package/iwcap/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4524) package/feeds/packages/utils/haserl/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # default YACC.y = $(YACC) $(YFLAGS) # makefile (from `rules.mk', line 41) TARGET_SUFFIX = $(call qstrip,$(CONFIG_TARGET_SUFFIX)) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 391) CONFIG_DEFAULT_hotplug2 = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4721) package/feeds/packages/libs/mysql/compile = $(curdir)/feeds/packages/libs/gettext/compile $(curdir)/feeds/packages/libs/libiconv/compile $(curdir)/libreadline/compile $(curdir)/libtool/compile $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(curdir)/uclibc++/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1135) CONFIG_BUSYBOX_CONFIG_FEATURE_FANCY_PING = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4801) package/feeds/packages/libs/tiff/compile = $(curdir)/feeds/packages/libs/gettext/compile $(curdir)/feeds/packages/libs/jpeg/compile $(curdir)/feeds/packages/libs/libiconv/compile $(curdir)/libtool/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_LIBSTDCXX),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_UCLIBCXX),$(curdir)/uclibc++/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5225) package/feeds/packages/utils/triggerhappy/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5046) package/feeds/packages/net/pure-ftpd/compile = $(curdir)/feeds/packages/libs/libelf/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5147) package/feeds/packages/utils/shadow/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # default AR = ar # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 782) CONFIG_BUSYBOX_CONFIG_RMDIR = y # makefile (from `Makefile', line 9) TOPDIR := /home/test/openwrt/a2/attitude_adjustment_12.09 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5289) package/feeds/xwrt/webif-applications/compile = $(curdir)/feeds/xwrt/webif/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5219) package/feeds/packages/libs/tokyocabinet/compile = $(curdir)/feeds/packages/utils/bzip2/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 3853) package/uboot-omap4/default-variant := omap4_panda # makefile (from `rules.mk', line 76) STAGING_DIR_HOST := /home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/host # default .FEATURES := target-specific order-only second-expansion else-if archives jobserver check-symlink # makefile (from `tools/Makefile', line 42) tools/flex/compile := tools/m4/install # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 876) CONFIG_BUSYBOX_CONFIG_FEATURE_VI_SEARCH = y # default TANGLE = tangle # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4332) package/busybox/compile = $(curdir)/toolchain/compile $(if $(CONFIG_BUSYBOX_CONFIG_FEATURE_HAVE_RPC),$(curdir)/librpc/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4310) package/feeds/packages/utils/bemused/compile = $(curdir)/feeds/packages/libs/bluez-libs/compile $(curdir)/feeds/packages/libs/glib/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),$(curdir)/feeds/packages/libs/libiconv-full/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_PACKAGE_mpd-full),$(curdir)/feeds/packages/sound/mpd/compile) $(if $(CONFIG_PACKAGE_mpd-mini),$(curdir)/feeds/packages/sound/mpd/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `target/Makefile', line 13) target/imagebuilder/install := target/linux/install # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4588) package/feeds/packages/libs/ossp-js/compile = $(curdir)/libreadline/compile $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5016) package/feeds/packages/lang/php-pear-xmlrpc/compile = $(curdir)/feeds/packages/lang/php-pear/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4867) package/feeds/packages/utils/memtester/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4984) package/feeds/packages/utils/oww/compile = $(curdir)/feeds/packages/libs/curl/compile $(curdir)/feeds/packages/libs/intltool/host/compile $(curdir)/feeds/packages/libs/libusb/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4712) package/feeds/packages/net/miniupnpc/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4804) package/ubus/compile = $(curdir)/libubox/compile $(curdir)/lua/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 418) CONFIG_PCI_SUPPORT = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4352) package/feeds/packages/utils/cksfv/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4253) package/feeds/packages/lang/4th/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5313) package/feeds/packages/libs/wt/compile = $(curdir)/feeds/packages/libs/boost/compile $(curdir)/feeds/packages/libs/fcgi/compile $(curdir)/toolchain/compile $(if $(CONFIG_PACKAGE_wt_http_ssl),$(curdir)/openssl/compile) $(if $(CONFIG_PACKAGE_wt_http_zlib),$(curdir)/zlib/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5079) package/feeds/packages/lang/python-sip/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4611) package/wprobe/compile = $(curdir)/libnl-tiny/compile $(curdir)/toolchain/compile $(if $(CONFIG_PACKAGE_wprobe-export),$(curdir)/libipfix/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4768) package/feeds/packages/libs/re/compile = $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 2528) package/feeds/packages/mail/msmtp/variants = $(if $(CONFIG_PACKAGE_msmtp),ssl) $(if $(CONFIG_PACKAGE_msmtp-nossl),nossl) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 2592) package/feeds/packages/net/nmap/default-variant := nossl # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4433) package/feeds/packages/net/ekg/compile = $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4555) package/feeds/packages/net/imsnif/compile = $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_LIBSTDCXX),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_UCLIBCXX),$(curdir)/uclibc++/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4963) package/feeds/packages/net/openconnect/compile = $(curdir)/feeds/packages/libs/libxml2/compile $(curdir)/openssl/compile $(curdir)/resolveip/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1324) CONFIG_PACKAGE_dropbear = y # default .LIBPATTERNS = lib%.so lib%.a # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4985) package/feeds/packages/net/p910nd/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4615) package/feeds/packages/net/krb5/compile = $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 758) CONFIG_BUSYBOX_CONFIG_FEATURE_LS_FILETYPES = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1744) CONFIG_PACKAGE_kmod-ipt-nathelper = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5025) package/feeds/packages/net/portsentry/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `rules.mk', line 183) TARGET_CXX := mips-openwrt-linux-uclibc-g++ # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 2434) CONFIG_PACKAGE_libuci = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 2520) package/feeds/packages/sound/mpd/variants = $(if $(CONFIG_PACKAGE_mpd-full),full) $(if $(CONFIG_PACKAGE_mpd-mini),mini) # makefile (from `rules.mk', line 258) TAR_OPTIONS := -xf - # makefile (from `rules.mk', line 120) LIBGCC_S = $(if $(wildcard $(TOOLCHAIN_DIR)/lib/libgcc_s.so),-L$(TOOLCHAIN_DIR)/lib -lgcc_s,$(LIBGCC_A)) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1180) CONFIG_BUSYBOX_CONFIG_TELNETD = y # default CPP = $(CC) -E # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 399) CONFIG_DEFAULT_kmod-ledtrig-timer = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4271) package/feeds/packages/net/amwall/compile = $(curdir)/feeds/packages/libs/libamsel/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4914) package/feeds/packages/net/natpmp/compile = $(curdir)/iproute2/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1040) CONFIG_BUSYBOX_CONFIG_PIVOT_ROOT = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5138) package/feeds/packages/net/seeks/compile = $(curdir)/feeds/packages/libs/curl/compile $(curdir)/feeds/packages/libs/libevent2/compile $(curdir)/feeds/packages/libs/libxml2/compile $(curdir)/feeds/packages/libs/pcre/compile $(curdir)/feeds/packages/libs/protobuf/compile $(curdir)/feeds/packages/libs/tokyocabinet/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_BUILD_NLS),$(curdir)/feeds/packages/libs/libiconv-full/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4420) package/feeds/packages/mail/dovecot/compile = $(curdir)/feeds/packages/utils/bzip2/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5069) package/feeds/packages/lang/python-ifconfig/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4915) package/feeds/packages/net/nbd/compile = $(curdir)/feeds/packages/libs/gettext/compile $(curdir)/feeds/packages/libs/glib2/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `tools/Makefile', line 129) tools//prepare = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/.prepared $($(curdir)/cmddeps) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 530) CONFIG_GCC_VERSION_4_6 = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1335) CONFIG_PACKAGE_mtd = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4409) package/feeds/packages/utils/disktype/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 3765) package/feeds/packages/admin/pmacct/variants = $(if $(CONFIG_PACKAGE_nfacctd),basic) $(if $(CONFIG_PACKAGE_nfacctd-mysql),mysql) $(if $(CONFIG_PACKAGE_nfacctd-pgsql),pgsql) $(if $(CONFIG_PACKAGE_nfacctd-sqlite),sqlite) $(if $(CONFIG_PACKAGE_pmacct-client),basic) $(if $(CONFIG_PACKAGE_pmacctd),basic) $(if $(CONFIG_PACKAGE_pmacctd-mysql),mysql) $(if $(CONFIG_PACKAGE_pmacctd-pgsql),pgsql) $(if $(CONFIG_PACKAGE_pmacctd-sqlite),sqlite) $(if $(CONFIG_PACKAGE_sfacctd),basic) $(if $(CONFIG_PACKAGE_sfacctd-mysql),mysql) $(if $(CONFIG_PACKAGE_sfacctd-pgsql),pgsql) $(if $(CONFIG_PACKAGE_sfacctd-sqlite),sqlite) $(if $(CONFIG_PACKAGE_uacctd),basic) $(if $(CONFIG_PACKAGE_uacctd-mysql),mysql) $(if $(CONFIG_PACKAGE_uacctd-pgsql),pgsql) $(if $(CONFIG_PACKAGE_uacctd-sqlite),sqlite) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5224) package/feeds/packages/net/transocks/compile = $(curdir)/feeds/packages/net/dante/compile $(curdir)/librpc/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5119) package/feeds/packages/net/rrs/compile = $(curdir)/openssl/compile $(curdir)/toolchain/compile $(curdir)/uclibc++/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # environment QUIET = 0 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4861) package/feeds/packages/utils/mc/compile = $(curdir)/feeds/packages/libs/glib2/compile $(curdir)/librpc/compile $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),$(curdir)/feeds/packages/libs/libiconv-full/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4274) package/feeds/packages/net/aoetools/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 2572) CONFIG_PACKAGE_iptables = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1003) CONFIG_BUSYBOX_CONFIG_FEATURE_DMESG_PRETTY = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4288) package/feeds/packages/net/arpwatch/compile = $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 2873) package/owsip/default-variant := ltq-tapi # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 603) CONFIG_BUSYBOX_CONFIG_FEATURE_PREFER_APPLETS = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1318) CONFIG_BUSYBOX_CONFIG_KLOGD = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4735) package/feeds/packages/libs/libnids/compile = $(curdir)/feeds/packages/libs/libnet-1.0.x/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 3261) package/pjsip/variants = $(if $(CONFIG_PACKAGE_pjsip-ltq-tapi),ltq-tapi) $(if $(CONFIG_PACKAGE_pjsip-oss),oss) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 2052) buildtypes-feeds/packages/libs/libiconv = host # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 1011) package/feeds/packages/ipv6/ipv6calc/default-variant := full # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.host.mk', line 4) TAR := /bin/gtar # makefile (from `toolchain/Makefile', line 42) toolchain/gcc/initial/prepare := toolchain/gcc/minimal/prepare # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 950) CONFIG_BUSYBOX_CONFIG_FEATURE_SHADOWPASSWDS = y # environment LOGNAME = test # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4443) package/feeds/packages/utils/event_test/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 3783) package/uboot-lantiq/default-variant := arv4518PW_brnboot # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 819) CONFIG_BUSYBOX_CONFIG_FEATURE_PRESERVE_HARDLINKS = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4342) package/feeds/packages/net/cdp/compile = $(curdir)/feeds/packages/libs/libnet-1.1.x/compile $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `tools/Makefile', line 66) tools/sdcc/compile := tools/bison/install # makefile (from `rules.mk', line 82) GNU_TARGET_NAME = $(OPTIMIZE_FOR_CPU)-openwrt-linux # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1241) CONFIG_BUSYBOX_CONFIG_PGREP = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 413) CONFIG_DEFAULT_uboot-envtools = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4432) package/feeds/packages/lang/eggdrop/compile = $(curdir)/feeds/packages/lang/tcl/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4331) package/feeds/packages/devel/build-essential/compile = $(curdir)/feeds/packages/devel/binutils/compile $(curdir)/feeds/packages/devel/diffutils/compile $(curdir)/feeds/packages/devel/gcc/compile $(curdir)/feeds/packages/devel/make/compile $(curdir)/feeds/packages/devel/patch/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4357) package/feeds/packages/net/cmdftp/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 2850) package/feeds/packages/net/openvpn-devel/default-variant := nossl # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4514) package/feeds/packages/multimedia/gst-plugins-bad/compile = $(curdir)/feeds/packages/libs/libmms/compile $(curdir)/feeds/packages/libs/liboil/compile $(curdir)/feeds/packages/multimedia/gst-plugins-base/compile $(curdir)/feeds/packages/multimedia/gstreamer/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 654) CONFIG_BUSYBOX_CONFIG_FEATURE_NON_POSIX_CP = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4680) package/feeds/packages/libs/gdbm/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 3201) CONFIG_WPA_MSG_MIN_PRIORITY = 3 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5252) package/feeds/packages/net/unfs3/compile = $(curdir)/feeds/packages/net/portmap/compile $(curdir)/librpc/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5255) package/feeds/packages/net/uob-nomad/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4275) package/feeds/packages/utils/ap51-flash/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # environment HOSTNAME = localhost.localdomain # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1592) CONFIG_PACKAGE_kmod-crypto-arc4 = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1142) CONFIG_BUSYBOX_CONFIG_ARPING = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1038) CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_FLAGS = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 572) package/feeds/packages/utils/freecwmp/default-variant := curl # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 505) CONFIG_BUILD_SUFFIX = "" # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1172) CONFIG_BUSYBOX_CONFIG_FEATURE_NTPD_SERVER = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1170) CONFIG_BUSYBOX_CONFIG_NSLOOKUP = y # makefile (from `rules.mk', line 9) __rules_inc = 1 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4442) package/feeds/packages/net/ettercap/compile = $(curdir)/feeds/packages/libs/libnet-1.1.x/compile $(curdir)/feeds/packages/libs/pcre/compile $(curdir)/libpcap/compile $(curdir)/libtool/compile $(curdir)/ncurses/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4408) package/feeds/packages/libs/libdirectfb/compile = $(curdir)/feeds/packages/libs/freetype/compile $(curdir)/feeds/packages/libs/jpeg/compile $(curdir)/feeds/packages/libs/libpng/compile $(curdir)/feeds/packages/libs/sysfsutils/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4711) package/feeds/packages/libs/libmikmod/compile = $(curdir)/feeds/packages/libs/alsa-lib/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4302) package/feeds/packages/net/bahamut/compile = $(curdir)/openssl/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # default MAKE = $(MAKE_COMMAND) # makefile (from `rules.mk', line 26) space := $(subst ,, ) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4838) package/feeds/packages/lang/lsqlite3/compile = $(curdir)/feeds/packages/libs/sqlite3/compile $(curdir)/lua/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4309) package/feeds/packages/utils/bc/compile = $(curdir)/libreadline/compile $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 514) CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS = "" # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4380) package/feeds/packages/libs/curl/compile = $(curdir)/openssl/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5155) package/feeds/packages/net/sipp/compile = $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_LIBSTDCXX),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_UCLIBCXX),$(curdir)/uclibc++/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5072) package/feeds/packages/lang/kid/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4290) package/feeds/packages/net/asterisk-chan-sccp-b/compile = $(curdir)/feeds/packages/net/asterisk-1.8.x/compile $(curdir)/libtool/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5102) package/feeds/packages/net/reaver/compile = $(curdir)/feeds/packages/libs/sqlite3/compile $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 782) buildtypes-grub2 = host # default CC = cc # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 424) CONFIG_mips = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 2350) package/feeds/packages/lang/luasql/default-variant := mysql # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 551) package/feeds/packages/libs/fftw3/default-variant := double # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4941) package/feeds/packages/admin/nrpe/compile = $(curdir)/feeds/packages/libs/tcp_wrappers/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4562) package/iptables/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 886) CONFIG_BUSYBOX_CONFIG_AWK = y # makefile (from `tools/Makefile', line 47) tools/quilt/compile := tools/sed/install tools/autoconf/install # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 1052) buildtypes-feeds/packages/libs/jpeg = host # automatic ^D = $(patsubst %/,%,$(dir $^)) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4573) package/feeds/packages/net/iputils/compile = $(curdir)/feeds/packages/libs/sysfsutils/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `package/Makefile', line 100) package/stamp-cleanup := /home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.package_cleanup # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 406) CONFIG_DEFAULT_libgcc = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4973) package/feeds/packages/net/openssh/compile = $(curdir)/openssl/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_SSP_SUPPORT),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4642) package/feeds/packages/libs/libcelt/compile = $(curdir)/feeds/packages/libs/libogg/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 824) CONFIG_BUSYBOX_CONFIG_FEATURE_AUTOWIDTH = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4944) package/feeds/packages/utils/ntfsprogs/compile = $(curdir)/feeds/packages/libs/libgcrypt/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5128) package/feeds/packages/utils/sane-backends/compile = $(curdir)/feeds/packages/libs/jpeg/compile $(curdir)/feeds/packages/libs/libusb/compile $(curdir)/feeds/packages/libs/libv4l/compile $(curdir)/feeds/packages/libs/tiff/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 3561) package/feeds/packages/net/snort/variants = $(if $(CONFIG_PACKAGE_snort),basic) $(if $(CONFIG_PACKAGE_snort-mysql),mysql) $(if $(CONFIG_PACKAGE_snort-pgsql),pgsql) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 2063) buildtypes-feeds/packages/libs/gettext = host # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4341) package/feeds/packages/utils/ccrypt/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1285) CONFIG_BUSYBOX_CONFIG_ASH_CMDCMD = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4979) package/feeds/packages/libs/orbit2/compile = $(curdir)/feeds/packages/libs/glib2/compile $(curdir)/feeds/packages/libs/libIDL2/compile $(curdir)/feeds/packages/libs/orbit2/host/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 180) buildtypes-feeds/packages/libs/boost = host # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5266) package/feeds/packages/net/uucp/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5270) package/feeds/packages/net/vgp/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 800) CONFIG_BUSYBOX_CONFIG_FEATURE_FANCY_TAIL = y # makefile (from `rules.mk', line 84) BUILD_DIR := /home/test/openwrt/a2/attitude_adjustment_12.09/build_dir/target-mips_r2_uClibc-0.9.33.2 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4344) package/feeds/packages/libs/gnutls/compile = $(curdir)/feeds/packages/libs/libgcrypt/compile $(curdir)/feeds/packages/libs/libgpg-error/compile $(curdir)/libreadline/compile $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 959) CONFIG_BUSYBOX_CONFIG_PASSWD = y # makefile (from `rules.mk', line 83) DIR_SUFFIX := _uClibc-0.9.33.2 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4776) package/feeds/packages/lang/ruby/compile = $(curdir)/feeds/packages/lang/ruby/host/compile $(curdir)/feeds/packages/libs/db47/compile $(curdir)/feeds/packages/libs/gdbm/compile $(curdir)/feeds/packages/libs/libffi/compile $(curdir)/libreadline/compile $(curdir)/ncurses/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5302) package/feeds/packages/net/wget/compile = $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4902) package/feeds/packages/net/mtr/compile = $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 3314) package/feeds/packages/sound/pulseaudio/variants = $(if $(CONFIG_PACKAGE_pulseaudio-daemon),noavahi) $(if $(CONFIG_PACKAGE_pulseaudio-daemon-avahi),avahi) $(if $(CONFIG_PACKAGE_pulseaudio-tools),noavahi) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4704) package/feeds/packages/libs/lzo/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4616) package/feeds/packages/devel/ksymoops/compile = $(curdir)/feeds/packages/devel/binutils/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 956) package/feeds/packages/net/iperf/variants = $(if $(CONFIG_PACKAGE_iperf),single) $(if $(CONFIG_PACKAGE_iperf-mt),mt) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5288) package/feeds/xwrt/webif/compile = $(curdir)/feeds/packages/utils/haserl/compile $(curdir)/opkg/compile $(curdir)/toolchain/compile $(curdir)/uhttpd/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4823) package/feeds/packages/net/lighttpd/compile = $(curdir)/feeds/packages/libs/libxml2/compile $(curdir)/feeds/packages/libs/pcre/compile $(curdir)/feeds/packages/libs/sqlite3/compile $(curdir)/toolchain/compile $(curdir)/util-linux/compile $(curdir)/zlib/compile $(if $(CONFIG_LIGHTTPD_SSL),$(curdir)/openssl/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5010) package/feeds/packages/lang/perl-www-mechanize/compile = $(curdir)/feeds/packages/lang/perl-www/compile $(curdir)/feeds/packages/lang/perl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4516) package/feeds/packages/multimedia/gst-plugins-ugly/compile = $(curdir)/feeds/packages/libs/libid3tag/compile $(curdir)/feeds/packages/libs/libmad/compile $(curdir)/feeds/packages/libs/libmpeg2/compile $(curdir)/feeds/packages/libs/liboil/compile $(curdir)/feeds/packages/multimedia/gst-plugins-base/compile $(curdir)/feeds/packages/multimedia/gstreamer/compile $(curdir)/feeds/packages/sound/lame/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1158) CONFIG_BUSYBOX_CONFIG_FEATURE_IFCONFIG_HW = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5268) package/feeds/packages/net/vblade/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5067) package/feeds/packages/lang/python-flup/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4563) package/feeds/packages/net/ipcad/compile = $(curdir)/libpcap/compile $(curdir)/librpc/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4458) package/feeds/packages/utils/flashrom/compile = $(curdir)/feeds/packages/libs/libftdi/compile $(curdir)/feeds/packages/libs/libusb/compile $(curdir)/feeds/packages/utils/dmidecode/compile $(curdir)/feeds/packages/utils/pciutils/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 422) CONFIG_USES_JFFS2 = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1959) CONFIG_PACKAGE_kmod-ath = y # makefile (from `tools/Makefile', line 128) tools/cmddeps = $(patsubst %,$(STAGING_DIR_HOST)/bin/%,find md5sum cp stat seq python) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4855) package/feeds/packages/net/madwimax/compile = $(curdir)/feeds/packages/libs/libusb-1.0/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 563) CONFIG_PACKAGE_base-files = y # default PC = pc # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4892) package/feeds/packages/sound/mpc/compile = $(curdir)/feeds/packages/libs/libmpdclient/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5272) package/feeds/packages/libs/vips/compile = $(curdir)/feeds/packages/libs/glib2/compile $(curdir)/feeds/packages/libs/jpeg/compile $(curdir)/feeds/packages/libs/libexif/compile $(curdir)/feeds/packages/libs/libpng/compile $(curdir)/feeds/packages/libs/libxml2/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),$(curdir)/feeds/packages/libs/gettext-full/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5171) package/feeds/packages/net/speedtouch-usb-firmware/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 410) CONFIG_DEFAULT_ppp = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4912) package/feeds/packages/admin/nagios-plugins/compile = $(curdir)/feeds/packages/libs/openldap/compile $(curdir)/feeds/packages/libs/postgresql/compile $(curdir)/feeds/packages/libs/radiusclient-ng/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_LIBSTDCXX),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_UCLIBCXX),$(curdir)/uclibc++/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 3891) package/feeds/packages/net/uftp/variants = $(if $(CONFIG_PACKAGE_uftp),tls) $(if $(CONFIG_PACKAGE_uftp-keymgt),tls) $(if $(CONFIG_PACKAGE_uftp-notls),notls) $(if $(CONFIG_PACKAGE_uftpd),tls) $(if $(CONFIG_PACKAGE_uftpd-notls),notls) $(if $(CONFIG_PACKAGE_uftpproxyd),tls) $(if $(CONFIG_PACKAGE_uftpproxyd-notls),notls) # makefile (from `rules.mk', line 51) FPIC := -fpic # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4719) package/feeds/packages/libs/libmpdclient/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # default COMPILE.def = $(M2C) $(M2FLAGS) $(DEFFLAGS) $(TARGET_ARCH) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/host.mk', line 16) __host_inc := 1 # makefile (from `rules.mk', line 176) HOST_CPPFLAGS := -I/home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/host/include # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1277) CONFIG_BUSYBOX_CONFIG_ASH_BASH_COMPAT = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4318) package/feeds/packages/utils/bluelog/compile = $(curdir)/feeds/packages/utils/bluez-utils/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 771) CONFIG_BUSYBOX_CONFIG_MV = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4911) package/feeds/packages/admin/nagios/compile = $(curdir)/feeds/packages/lang/perl/compile $(curdir)/libtool/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/debug.mk', line 46) warn := # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 393) CONFIG_DEFAULT_kmod-ath9k = y # automatic
*D = $(patsubst %/,%,$(dir $*)) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4390) package/feeds/packages/utils/dbus/compile = $(curdir)/feeds/packages/libs/expat/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # environment MAIL = /var/spool/mail/test # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4284) package/feeds/packages/net/aria2/compile = $(curdir)/feeds/packages/libs/libxml2/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `rules.mk', line 111) TARGET_CXXFLAGS = $(TARGET_CFLAGS) # makefile (from `tools/Makefile', line 44) tools/libtool/compile := tools/sed/install # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 521) CONFIG_INSTALL_LIBSTDCPP = y # makefile (from `toolchain/Makefile', line 76) toolchain//prepare = $(STAGING_DIR)/.prepared $(TOOLCHAIN_DIR)/info.mk # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4662) package/feeds/packages/libs/elfutils/compile = $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_BUILD_NLS),$(curdir)/feeds/packages/libs/gettext-full/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_UCLIBC),$(curdir)/feeds/packages/libs/argp-standalone/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5091) package/feeds/packages/net/quicktun/compile = $(curdir)/feeds/packages/libs/nacl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # automatic +D = $(patsubst %/,%,$(dir $+)) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4939) package/feeds/packages/net/nodogsplash/compile = $(curdir)/iptables/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 544) CONFIG_TARGET_PREINIT_IFNAME = "" # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4338) package/feeds/packages/utils/calvaria/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4466) package/feeds/packages/net/fprobe-ulog/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4869) package/feeds/luci/meshwizard/compile = $(curdir)/firewall/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1320) CONFIG_BUSYBOX_CONFIG_LOGGER = y # default M2C = m2c # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 3709) package/feeds/packages/net/tcpdump/variants = $(if $(CONFIG_PACKAGE_tcpdump),full) $(if $(CONFIG_PACKAGE_tcpdump-mini),mini) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4399) package/feeds/packages/net/dhcp-forwarder/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `rules.mk', line 135) TARGET_CPPFLAGS := -I/home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/target-mips_r2_uClibc-0.9.33.2/usr/include -I/home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/target-mips_r2_uClibc-0.9.33.2/include -I/home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2/usr/include -I/home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2/include # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5036) package/feeds/packages/utils/psmisc/compile = $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 706) CONFIG_BUSYBOX_CONFIG_DATE = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4425) package/feeds/packages/utils/dstat/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4954) package/nvram/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `rules.mk', line 54) HOST_FPIC := -fPIC # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5075) package/feeds/packages/lang/pypcap/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4788) package/feeds/packages/net/dante/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 443) CONFIG_TARGET_ROOTFS_JFFS2 = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1249) CONFIG_BUSYBOX_CONFIG_BB_SYSCTL = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4363) package/compcache/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4500) package/feeds/packages/multimedia/gmediaserver/compile = $(curdir)/feeds/packages/libs/file/compile $(curdir)/feeds/packages/libs/id3lib/compile $(curdir)/feeds/packages/libs/libupnp/compile $(curdir)/toolchain/compile $(curdir)/util-linux/compile $(curdir)/zlib/compile $(if $(CONFIG_BUILD_NLS),$(curdir)/feeds/packages/libs/libiconv-full/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `toolchain/Makefile', line 78) toolchain//install = $(1)/compile # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 406) buildtypes-feeds/packages/devel/cppunit = host # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4375) package/feeds/packages/utils/crypto-tools/compile = $(curdir)/ocf-crypto-headers/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4396) package/feeds/packages/utils/devio/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4705) package/feeds/packages/libs/libmad/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4334) package/feeds/packages/net/bwping/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 381) CONFIG_HAS_SUBTARGETS = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 2859) buildtypes-opkg = host # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4778) package/feeds/packages/libs/cyrus-sasl/compile = $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 3770) package/uboot-ar71xx/default-variant := nbg460n_550n_550nh # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4657) package/feeds/packages/libs/libdlna/compile = $(curdir)/toolchain/compile $(if $(CONFIG_PACKAGE_libffmpeg-custom),$(curdir)/feeds/packages/multimedia/ffmpeg/compile) $(if $(CONFIG_PACKAGE_libffmpeg-full),$(curdir)/feeds/packages/multimedia/ffmpeg/compile) $(if $(CONFIG_PACKAGE_libffmpeg-mini),$(curdir)/feeds/packages/multimedia/ffmpeg/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 613) CONFIG_BUSYBOX_CONFIG_LFS = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4565) package/feeds/packages/net/ipkungfu/compile = $(curdir)/feeds/packages/utils/bash/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1144) CONFIG_BUSYBOX_CONFIG_FEATURE_BRCTL_FANCY = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5158) package/feeds/packages/utils/sispmctl/compile = $(curdir)/feeds/packages/libs/libusb/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4384) package/feeds/packages/net/daemonlogger/compile = $(curdir)/feeds/packages/libs/libdnet/compile $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # default OUTPUT_OPTION = -o $@ # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5106) package/relayd/compile = $(curdir)/libubox/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4286) package/feeds/packages/net/arpd/compile = $(curdir)/feeds/packages/libs/libdnet/compile $(curdir)/feeds/packages/libs/libevent2/compile $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5197) package/feeds/packages/admin/syslog-ng3/compile = $(curdir)/feeds/packages/libs/eventlog/compile $(curdir)/feeds/packages/libs/glib2/compile $(curdir)/feeds/packages/libs/libdbi/compile $(curdir)/feeds/packages/libs/pcre/compile $(curdir)/feeds/packages/libs/tcp_wrappers/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4995) package/feeds/packages/net/peervpn/compile = $(curdir)/iproute2/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 927) CONFIG_BUSYBOX_CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5265) package/feeds/packages/libs/ustl/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 993) CONFIG_BUSYBOX_CONFIG_DEFAULT_MODULES_DIR = "/lib/modules" # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5328) package/feeds/packages/admin/zabbix/compile = $(curdir)/feeds/packages/libs/sqlite3/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `rules.mk', line 182) TARGET_RANLIB := mips-openwrt-linux-uclibc-ranlib # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5105) package/feeds/packages/utils/reiserfsprogs/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 980) CONFIG_BUSYBOX_CONFIG_INSMOD = y # makefile (from `rules.mk', line 71) BIN_DIR := /home/test/openwrt/a2/attitude_adjustment_12.09/bin/ar71xx # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 2002) package/feeds/packages/multimedia/ffmpeg/variants = $(if $(CONFIG_PACKAGE_ffmpeg),full) $(if $(CONFIG_PACKAGE_ffprobe),full) $(if $(CONFIG_PACKAGE_ffserver),full) $(if $(CONFIG_PACKAGE_libffmpeg-custom),custom) $(if $(CONFIG_PACKAGE_libffmpeg-full),full) $(if $(CONFIG_PACKAGE_libffmpeg-mini),mini) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 645) CONFIG_BUSYBOX_CONFIG_FEATURE_EDITING = y # makefile (from `Makefile', line 10) LC_ALL := C # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5054) package/feeds/packages/lang/pyopenssl/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 788) CONFIG_BUSYBOX_CONFIG_SLEEP = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4897) package/feeds/packages/mail/msmtp/compile = $(curdir)/feeds/packages/utils/bash/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5040) package/feeds/packages/libs/ptlib/compile = $(curdir)/feeds/packages/libs/expat/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 589) CONFIG_BUSYBOX_CONFIG_FEATURE_VERBOSE_USAGE = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4860) package/feeds/packages/net/matrixtunnel/compile = $(curdir)/feeds/packages/libs/matrixssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5299) package/feeds/xwrt/webif-netsukuku/compile = $(curdir)/feeds/xwrt/webif-mesh/compile $(curdir)/feeds/xwrt/webif/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4732) package/feeds/packages/libs/libnfc/compile = $(curdir)/feeds/packages/libs/libusb/compile $(curdir)/feeds/packages/utils/ccid/compile $(curdir)/feeds/packages/utils/pcsc-lite/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5125) package/feeds/packages/net/rtpproxy/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4330) package/feeds/packages/utils/btrfs-progs/compile = $(curdir)/toolchain/compile $(curdir)/util-linux/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 714) CONFIG_BUSYBOX_CONFIG_TOUCH = y # makefile (from `tools/Makefile', line 63) tools/missing-macros/compile := tools/automake/install # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4572) package/feeds/packages/net/ipupdate/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 3441) package/feeds/packages/utils/rrdcollect/variants = $(if $(CONFIG_PACKAGE_rrdcollect10),rrdtool10) $(if $(CONFIG_PACKAGE_rrdcollect10-example),rrdtool12) $(if $(CONFIG_PACKAGE_rrdcollect12),rrdtool12) $(if $(CONFIG_PACKAGE_rrdcollect12-example),rrdtool12) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4997) package/feeds/packages/net/pepperspot/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4955) package/feeds/packages/utils/nvramtool/compile = $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4736) package/libnl/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `tools/Makefile', line 23) tools- = wrt350nv2-builder upslug2 upx qemu mtools dosfstools # environment SELINUX_ROLE_REQUESTED = # makefile (from `tools/Makefile', line 133) tools/ := .config prereq # makefile (from `tools/Makefile', line 136) tools//clean := tools/stamp-install/clean # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4893) package/feeds/packages/sound/mpd/compile = $(curdir)/feeds/packages/libs/curl/compile $(curdir)/feeds/packages/libs/flac/compile $(curdir)/feeds/packages/libs/glib2/compile $(curdir)/feeds/packages/libs/libaudiofile/compile $(curdir)/feeds/packages/libs/libid3tag/compile $(curdir)/feeds/packages/libs/libmms/compile $(curdir)/feeds/packages/libs/libogg/compile $(curdir)/feeds/packages/libs/libshout/compile $(curdir)/feeds/packages/libs/libsndfile/compile $(curdir)/feeds/packages/libs/libvorbis/compile $(curdir)/feeds/packages/libs/libvorbisidec/compile $(curdir)/toolchain/compile $(if $(CONFIG_AUDIO_SUPPORT),$(curdir)/feeds/packages/libs/alsa-lib/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_BUILD_PATENTED),$(curdir)/feeds/packages/libs/faad2/compile) $(if $(CONFIG_BUILD_PATENTED),$(curdir)/feeds/packages/libs/libmad/compile) $(if $(CONFIG_PACKAGE_libffmpeg-custom),$(curdir)/feeds/packages/multimedia/ffmpeg/compile) $(if $(CONFIG_PACKAGE_libffmpeg-full),$(curdir)/feeds/packages/multimedia/ffmpeg/compile) $(if $(CONFIG_PACKAGE_libffmpeg-mini),$(curdir)/feeds/packages/multimedia/ffmpeg/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4446) package/feeds/packages/net/faifa/compile = $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4919) package/feeds/packages/ipv6/ndisc/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4857) package/feeds/packages/devel/make/compile = $(curdir)/feeds/packages/libs/libelf/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # default SUFFIXES := # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4362) package/feeds/luci/community-profiles/compile = $(curdir)/feeds/luci/freifunk-common/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4567) package/feeds/packages/net/ipsec-tools/compile = $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4280) package/feeds/packages/net/appweb/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4793) package/feeds/packages/libs/sqlite2/compile = $(curdir)/libreadline/compile $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4760) package/feeds/packages/libs/libpng/compile = $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4686) package/feeds/packages/libs/libgssapi/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4307) package/feeds/packages/utils/bash-completion/compile = $(curdir)/feeds/packages/utils/bash/compile $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5076) package/feeds/packages/lang/psycopg/compile = $(curdir)/feeds/packages/lang/egenix-mx/compile $(curdir)/feeds/packages/lang/python/compile $(curdir)/feeds/packages/libs/postgresql/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5249) package/feeds/packages/net/uhub/compile = $(curdir)/feeds/packages/libs/libevent/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4718) package/feeds/packages/libs/libmpd/compile = $(curdir)/feeds/packages/libs/glib2/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5161) package/feeds/packages/utils/smartmontools/compile = $(curdir)/feeds/packages/net/rsync/compile $(curdir)/toolchain/compile $(curdir)/uclibc++/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4931) package/feeds/packages/admin/pmacct/compile = $(curdir)/feeds/packages/libs/mysql/compile $(curdir)/feeds/packages/libs/postgresql/compile $(curdir)/feeds/packages/libs/sqlite3/compile $(curdir)/iptables/compile $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1673) CONFIG_PACKAGE_kmod-ledtrig-usbdev = y # makefile (from `rules.mk', line 191) INSTALL_DATA := install -m0644 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5282) package/feeds/packages/net/vtun/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) $(if $(CONFIG_VTUN_LZO),$(curdir)/feeds/packages/libs/lzo/compile) $(if $(CONFIG_VTUN_LZO),$(curdir)/zlib/compile) $(if $(CONFIG_VTUN_SSL),$(curdir)/openssl/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1313) CONFIG_BUSYBOX_CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE = 256 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2/info.mk', line 3) LIBC_TYPE = unknown # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4496) package/feeds/packages/libs/glib/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # default LINK.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1283) CONFIG_BUSYBOX_CONFIG_ASH_BUILTIN_PRINTF = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5180) package/feeds/packages/net/sslh/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 402) CONFIG_DEFAULT_kmod-usb-ohci = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4957) package/feeds/packages/net/nzbgetweb/compile = $(curdir)/feeds/packages/lang/php5/compile $(curdir)/feeds/packages/net/nzbget/compile $(curdir)/toolchain/compile $(curdir)/uhttpd/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5304) package/feeds/packages/net/wifidog/compile = $(curdir)/iptables/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1276) CONFIG_BUSYBOX_CONFIG_ASH = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5021) package/pjsip/compile = $(curdir)/toolchain/compile $(curdir)/util-linux/compile $(if $(CONFIG_TARGET_lantiq_danube),$(curdir)/ltq-tapi/compile) $(if $(CONFIG_TARGET_lantiq_danube),$(curdir)/ltq-vmmc/compile) $(if $(CONFIG_TARGET_lantiq_falcon),$(curdir)/ltq-tapi/compile) $(if $(CONFIG_TARGET_lantiq_falcon),$(curdir)/ltq-vmmc/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 383) CONFIG_TARGET_ARCH_PACKAGES = "ar71xx" # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4733) package/feeds/packages/libs/libnfnetlink/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5200) package/feeds/packages/utils/tar/compile = $(curdir)/feeds/packages/utils/bzip2/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4313) package/feeds/packages/devel/binutils/compile = $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4283) package/feeds/packages/libs/argtable/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 510) CONFIG_KERNEL_GIT_LOCAL_REPOSITORY = "" # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4921) package/feeds/packages/net/ndyndns/compile = $(curdir)/feeds/packages/libs/curl/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1122) CONFIG_BUSYBOX_CONFIG_WATCHDOG = y # default LINK.f = $(FC) $(FFLAGS) $(LDFLAGS) $(TARGET_ARCH) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 622) CONFIG_BUSYBOX_CONFIG_NO_DEBUG_LIB = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4315) package/feeds/packages/net/bitchx/compile = $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/subdir.mk', line 25) ERROR =     ($(call MESSAGE, $(2)); $(if $(BUILD_LOG), echo "$(2)" >> $(BUILD_LOG_DIR)/$(1)/error.txt)) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4652) package/feeds/packages/libs/libdaq/compile = $(curdir)/feeds/packages/libs/libdnet/compile $(curdir)/iptables/compile $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4742) package/feeds/packages/libs/opal/compile = $(curdir)/feeds/packages/libs/ptlib/compile $(curdir)/toolchain/compile $(curdir)/uclibc++/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4811) package/feeds/packages/utils/usbmuxd/compile = $(curdir)/feeds/packages/libs/libplist/compile $(curdir)/feeds/packages/libs/libusb-1.0/compile $(curdir)/feeds/packages/libs/libxml2/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 3203) CONFIG_DRIVER_11N_SUPPORT = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5278) package/feeds/packages/net/vpzone/compile = $(curdir)/feeds/packages/libs/c-ares/compile $(curdir)/feeds/packages/libs/gnutls/compile $(curdir)/feeds/packages/libs/libevent2/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # environment DYLD_LIBRARY_PATH = /lib:/lib # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5093) package/feeds/packages/libs/radlib/compile = $(curdir)/feeds/packages/libs/sqlite3/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4814) package/feeds/packages/libs/libvorbis/compile = $(curdir)/feeds/packages/libs/libogg/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4625) package/feeds/packages/net/leafnode/compile = $(curdir)/feeds/packages/libs/pcre/compile $(curdir)/feeds/packages/net/xinetd/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4550) package/feeds/packages/net/ifstat/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5281) package/feeds/packages/net/vsftpd/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # automatic <D = $(patsubst %/,%,$(dir $<)) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1177) CONFIG_BUSYBOX_CONFIG_TELNET = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 885) CONFIG_BUSYBOX_CONFIG_FEATURE_VI_OPTIMIZE_CURSOR = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 834) CONFIG_BUSYBOX_CONFIG_FEATURE_MD5_SHA1_SUM_CHECK = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5218) package/feeds/packages/utils/tmux/compile = $(curdir)/feeds/packages/libs/libevent2/compile $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `tools/Makefile', line 65) tools/libelf/compile := tools/automake/install # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 862) CONFIG_BUSYBOX_CONFIG_START_STOP_DAEMON = y # makefile (from `package/Makefile', line 23) package/install := package/install-cleanup # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5078) package/feeds/packages/lang/python-sip/host/compile = $(curdir)/feeds/packages/lang/python/compile # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 2708) package/feeds/packages/net/openl2tp/default-variant := full # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5162) package/feeds/packages/net/smcroute/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4885) package/feeds/packages/multimedia/mjpg-streamer/compile = $(curdir)/feeds/packages/libs/jpeg/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 805) CONFIG_BUSYBOX_CONFIG_UNAME = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4864) package/feeds/packages/net/mdk3/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5063) package/feeds/packages/lang/python-django/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4672) package/feeds/packages/libs/flac/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4792) package/feeds/packages/libs/speex/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4878) package/feeds/packages/net/mini_httpd/compile = $(curdir)/feeds/packages/libs/matrixssl/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 2334) CONFIG_PACKAGE_libjson = y # automatic ?D = $(patsubst %/,%,$(dir $?)) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4922) package/feeds/packages/net/net-tools/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 899) package/hostapd/default-variant := full # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4376) package/feeds/packages/utils/cryptsetup/compile = $(curdir)/feeds/packages/libs/libgcrypt/compile $(curdir)/feeds/packages/libs/popt/compile $(curdir)/feeds/packages/utils/lvm2/compile $(curdir)/toolchain/compile $(curdir)/util-linux/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4964) package/feeds/packages/net/opendchub/compile = $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `rules.mk', line 86) BUILD_DIR_TOOLCHAIN := /home/test/openwrt/a2/attitude_adjustment_12.09/build_dir/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5024) package/feeds/packages/net/portmap/compile = $(curdir)/feeds/packages/libs/tcp_wrappers/compile $(curdir)/librpc/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # automatic @D = $(patsubst %/,%,$(dir $@)) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4348) package/feeds/packages/libs/check/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4364) package/feeds/packages/libs/confuse/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4716) package/feeds/packages/net/mosquitto/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4685) package/feeds/packages/libs/gsl/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5318) package/feeds/packages/net/xinetd/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4570) package/feeds/packages/net/iptables-snmp/compile = $(curdir)/feeds/packages/net/net-snmp/compile $(curdir)/iptables/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4637) package/feeds/packages/libs/libatomicops/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5164) package/feeds/packages/net/snort/compile = $(curdir)/feeds/packages/libs/libdaq/compile $(curdir)/feeds/packages/libs/libdnet/compile $(curdir)/feeds/packages/libs/mysql/compile $(curdir)/feeds/packages/libs/pcre/compile $(curdir)/feeds/packages/libs/postgresql/compile $(curdir)/libpcap/compile $(curdir)/librpc/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5203) package/feeds/packages/lang/tcl/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4646) package/feeds/packages/libs/libcroco/compile = $(curdir)/feeds/packages/libs/glib2/compile $(curdir)/feeds/packages/libs/libxml2/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 2638) buildtypes-feeds/packages/net/nfs-kernel-server = host # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4406) package/feeds/packages/utils/dir300-flash/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5177) package/feeds/packages/net/sshtunnel/compile = $(curdir)/feeds/packages/net/openssh/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5325) package/feeds/packages/net/yafc/compile = $(curdir)/libreadline/compile $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4974) package/feeds/packages/net/openvpn/compile = $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_OPENVPN_DISABLE_LZO),,$(curdir)/feeds/packages/libs/lzo/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `rules.mk', line 36) CFLAGS := # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4400) package/feeds/packages/ipv6/dhcp6/compile = $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4866) package/feeds/packages/net/memcached/compile = $(curdir)/feeds/packages/libs/libevent/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5233) package/uboot-envtools/compile = $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4483) package/fuse/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 3556) package/feeds/packages/net/snort/default-variant := basic # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5050) package/feeds/packages/libs/pwlib/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/depends.mk', line 18) define rdep .PRECIOUS: $(2)
  .SILENT: $(2)_check
  $(2): $(2)_check
ifneq ($(wildcard $(2)),) $(2)_check:: $(if $(3), $(call find_md5,$(1),$(4)) > $(3).1; { [ \! -f "$(3)" ] || diff $(3) $(3).1 >/dev/null; } && ) { [ -f "$(2)_check.1" ] && mv "$(2)_check.1"; $(TOPDIR)/scripts/timestamp.pl $(DEP_FINDPARAMS) $(4) -n $(2) $(1) && { $(call debug_eval,$(SUBDIR),r,echo "No need to rebuild $(2)";) touch -r "$(2)" "$(2)_check"; } } || { $(call debug_eval,$(SUBDIR),r,echo "Need to rebuild $(2)";) touch "$(2)_check"; } $(if $(3), mv $(3).1 $(3)) else $(2)_check:: $(if $(3), rm -f $(3) $(3).1)
    $(call debug_eval,$(SUBDIR),r,echo "Target $(2) not built") endif
endef # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1154) CONFIG_BUSYBOX_CONFIG_IFCONFIG = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4564) package/feeds/packages/net/iperf/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_LIBSTDCXX),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_UCLIBCXX),$(curdir)/uclibc++/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4886) package/mkelfimage/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # default COMPILE.r = $(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -c # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 656) CONFIG_BUSYBOX_CONFIG_FEATURE_COPYBUF_KB = 4 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4366) package/feeds/packages/net/coova-chilli/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # environment NO_TRACE_MAKE = make V=s # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5139) package/feeds/packages/ipv6/send/compile = $(curdir)/feeds/packages/libs/libnetfilter-queue/compile $(curdir)/iptables/compile $(curdir)/libreadline/compile $(curdir)/ncurses/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4595) package/feeds/packages/net/keepalived/compile = $(curdir)/feeds/packages/libs/popt/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5096) package/feeds/packages/net/rarpd/compile = $(curdir)/feeds/packages/libs/libnet-1.0.x/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 575) package/feeds/packages/utils/freecwmp/variants = $(if $(CONFIG_PACKAGE_freecwmp-curl),curl) $(if $(CONFIG_PACKAGE_freecwmp-zstream),zstream) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4051) package-y = base-files busybox dnsmasq dropbear firewall hotplug2 iptables iw libubox mac80211 mac80211 mac80211 mac80211 kernel kernel kernel gpio-button-hotplug kernel kernel kernel kernel kernel kernel kernel kernel kernel kernel mac80211 kernel kernel kernel kernel kernel kernel kernel kernel libubox toolchain toolchain iptables libjson-c libnl-tiny libubox ubus uci iptables mtd netifd opkg ppp ppp swconfig uboot-ar71xx uboot-envtools ubus ubus uci hostapd # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5194) package/swconfig/compile = $(curdir)/libnl-tiny/compile $(curdir)/toolchain/compile $(curdir)/uci/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 916) package/feeds/packages/net/httping/default-variant := ssl # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4414) package/feeds/packages/devel/dmalloc/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5234) package/uboot-kirkwood/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 599) CONFIG_BUSYBOX_CONFIG_FEATURE_PIDFILE = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4558) package/feeds/packages/utils/input-utils/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1169) CONFIG_BUSYBOX_CONFIG_FEATURE_NETSTAT_PRG = y # default COFLAGS = # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5232) package/uboot-ar71xx/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4744) package/feeds/packages/libs/openh323/compile = $(curdir)/feeds/packages/libs/pwlib/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4715) package/feeds/packages/libs/libmodbus/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1174) CONFIG_BUSYBOX_CONFIG_ROUTE = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5023) package/feeds/packages/net/polipo/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4663) package/feeds/packages/libs/libelf/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 3848) package/uboot-lantiq/variants = $(if $(CONFIG_PACKAGE_uboot-lantiq-arv4518PW_brnboot),arv4518PW_brnboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv4518PW_flash),arv4518PW_flash) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv4518PW_ramboot),arv4518PW_ramboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv4519PW_brnboot),arv4519PW_brnboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv4519PW_flash),arv4519PW_flash) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv4519PW_ramboot),arv4519PW_ramboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv4520PW_brnboot),arv4520PW_brnboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv4520PW_flash),arv4520PW_flash) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv4520PW_ramboot),arv4520PW_ramboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv4525PW_brnboot),arv4525PW_brnboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv4525PW_flash),arv4525PW_flash) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv4525PW_ramboot),arv4525PW_ramboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv452CPW_brnboot),arv452CPW_brnboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv452CPW_flash),arv452CPW_flash) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv452CPW_ramboot),arv452CPW_ramboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv7518PW_brnboot),arv7518PW_brnboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv7518PW_flash),arv7518PW_flash) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv7518PW_ramboot),arv7518PW_ramboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv7525PW_brnboot),arv7525PW_brnboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv7525PW_flash),arv7525PW_flash) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv7525PW_ramboot),arv7525PW_ramboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv752DPW22_brnboot),arv752DPW22_brnboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv752DPW22_flash),arv752DPW22_flash) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv752DPW22_ramboot),arv752DPW22_ramboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv752DPW_brnboot),arv752DPW_brnboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv752DPW_flash),arv752DPW_flash) $(if $(CONFIG_PACKAGE_uboot-lantiq-arv752DPW_ramboot),arv752DPW_ramboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-easy50712_DDR166M_flash),easy50712_DDR166M_flash) $(if $(CONFIG_PACKAGE_uboot-lantiq-easy50712_DDR166M_ramboot),easy50712_DDR166M_ramboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-easy50812_DDR166M_flash),easy50812_DDR166M_flash) $(if $(CONFIG_PACKAGE_uboot-lantiq-easy50812_DDR166M_ramboot),easy50812_DDR166M_ramboot) $(if $(CONFIG_PACKAGE_uboot-lantiq-gigaSX76X_DDRsamsung166_flash),gigaSX76X_DDRsamsung166_flash) $(if $(CONFIG_PACKAGE_uboot-lantiq-gigaSX76X_DDRsamsung166_ramboot),gigaSX76X_DDRsamsung166_ramboot) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4841) package/feeds/packages/lang/luaexpat/compile = $(curdir)/feeds/packages/libs/expat/compile $(curdir)/lua/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4305) package/base-files/compile = $(curdir)/netifd/compile $(curdir)/opkg/host/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4937) package/feeds/packages/net/nocatauth/compile = $(curdir)/feeds/packages/lang/perl/compile $(curdir)/iptables/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4303) package/feeds/packages/utils/bandwidthd/compile = $(curdir)/feeds/packages/libs/gd/compile $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 418) package/feeds/packages/net/ctorrent/variants = $(if $(CONFIG_PACKAGE_ctorrent),ssl) $(if $(CONFIG_PACKAGE_ctorrent-nossl),nossl) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4654) package/feeds/packages/libs/libdbi/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `rules.mk', line 74) BUILD_DIR_BASE := /home/test/openwrt/a2/attitude_adjustment_12.09/build_dir # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1116) CONFIG_BUSYBOX_CONFIG_STRINGS = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4600) package/feeds/packages/utils/klish/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1918) CONFIG_PACKAGE_kmod-usb-core = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4977) package/feeds/packages/devel/oprofile/compile = $(curdir)/feeds/packages/devel/binutils/compile $(curdir)/feeds/packages/libs/popt/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4337) package/feeds/packages/utils/calcurse/compile = $(curdir)/libreadline/compile $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `rules.mk', line 35) _SINGLE = export MAKEFLAGS=$(space); # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4304) package/feeds/packages/net/baresip/compile = $(curdir)/feeds/packages/libs/libsdl/compile $(curdir)/feeds/packages/libs/re/compile $(curdir)/feeds/packages/libs/rem/compile $(curdir)/toolchain/compile $(curdir)/util-linux/compile $(if $(CONFIG_PACKAGE_baresip-mod-alsa),$(curdir)/feeds/packages/libs/alsa-lib/compile) $(if $(CONFIG_PACKAGE_baresip-mod-avcodec),$(curdir)/feeds/packages/multimedia/ffmpeg/compile) $(if $(CONFIG_PACKAGE_baresip-mod-avformat),$(curdir)/feeds/packages/multimedia/ffmpeg/compile) $(if $(CONFIG_PACKAGE_baresip-mod-g722),$(curdir)/feeds/packages/libs/spandsp/compile) $(if $(CONFIG_PACKAGE_baresip-mod-speex),$(curdir)/feeds/packages/libs/speex/compile) $(if $(CONFIG_PACKAGE_baresip-mod-v4l),$(curdir)/feeds/packages/libs/libv4l/compile) $(if $(CONFIG_PACKAGE_baresip-mod-v4l2),$(curdir)/feeds/packages/libs/libv4l/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4371) package/crda/compile = $(curdir)/libnl-tiny/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4610) package/feeds/packages/net/openswan/compile = $(curdir)/feeds/packages/libs/gmp/compile $(curdir)/iproute2/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4451) package/fconfig/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5018) package/feeds/packages/lang/php5/compile = $(curdir)/feeds/packages/libs/gettext/compile $(curdir)/feeds/packages/libs/libiconv/compile $(curdir)/feeds/packages/libs/pcre/compile $(curdir)/libtool/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_PACKAGE_php5-mod-apc),$(curdir)/toolchain/compile) $(if $(CONFIG_PACKAGE_php5-mod-curl),$(curdir)/feeds/packages/libs/curl/compile) $(if $(CONFIG_PACKAGE_php5-mod-dom),$(curdir)/feeds/packages/libs/libxml2/compile) $(if $(CONFIG_PACKAGE_php5-mod-fileinfo),$(curdir)/feeds/packages/libs/file/compile) $(if $(CONFIG_PACKAGE_php5-mod-ftp),$(curdir)/openssl/compile) $(if $(CONFIG_PACKAGE_php5-mod-gd),$(curdir)/feeds/packages/libs/jpeg/compile) $(if $(CONFIG_PACKAGE_php5-mod-gd),$(curdir)/feeds/packages/libs/libpng/compile) $(if $(CONFIG_PACKAGE_php5-mod-gettext),$(curdir)/feeds/packages/libs/gettext-full/compile) $(if $(CONFIG_PACKAGE_php5-mod-gmp),$(curdir)/feeds/packages/libs/gmp/compile) $(if $(CONFIG_PACKAGE_php5-mod-http),$(curdir)/feeds/packages/libs/curl/compile) $(if $(CONFIG_PACKAGE_php5-mod-http),$(curdir)/feeds/packages/libs/libevent2/compile) $(if $(CONFIG_PACKAGE_php5-mod-http),$(curdir)/toolchain/compile) $(if $(CONFIG_PACKAGE_php5-mod-iconv),$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_PACKAGE_php5-mod-ldap),$(curdir)/feeds/packages/libs/cyrus-sasl/compile) $(if $(CONFIG_PACKAGE_php5-mod-ldap),$(curdir)/feeds/packages/libs/openldap/compile) $(if $(CONFIG_PACKAGE_php5-mod-libevent),$(curdir)/feeds/packages/libs/libevent2/compile) $(if $(CONFIG_PACKAGE_php5-mod-mcrypt),$(curdir)/feeds/packages/libs/libmcrypt/compile) $(if $(CONFIG_PACKAGE_php5-mod-mcrypt),$(curdir)/libtool/compile) $(if $(CONFIG_PACKAGE_php5-mod-mysql),$(curdir)/feeds/packages/libs/mysql/compile) $(if $(CONFIG_PACKAGE_php5-mod-mysqli),$(curdir)/feeds/packages/libs/mysql/compile) $(if $(CONFIG_PACKAGE_php5-mod-openssl),$(curdir)/openssl/compile) $(if $(CONFIG_PACKAGE_php5-mod-pdo-mysql),$(curdir)/feeds/packages/libs/mysql/compile) $(if $(CONFIG_PACKAGE_php5-mod-pdo-pgsql),$(curdir)/feeds/packages/libs/postgresql/compile) $(if $(CONFIG_PACKAGE_php5-mod-pdo-sqlite),$(curdir)/feeds/packages/libs/sqlite3/compile) $(if $(CONFIG_PACKAGE_php5-mod-pdo-sqlite),$(curdir)/toolchain/compile) $(if $(CONFIG_PACKAGE_php5-mod-pgsql),$(curdir)/feeds/packages/libs/postgresql/compile) $(if $(CONFIG_PACKAGE_php5-mod-simplexml),$(curdir)/feeds/packages/libs/libxml2/compile) $(if $(CONFIG_PACKAGE_php5-mod-soap),$(curdir)/feeds/packages/libs/libxml2/compile) $(if $(CONFIG_PACKAGE_php5-mod-sqlite),$(curdir)/feeds/packages/libs/sqlite2/compile) $(if $(CONFIG_PACKAGE_php5-mod-sqlite3),$(curdir)/feeds/packages/libs/sqlite3/compile) $(if $(CONFIG_PACKAGE_php5-mod-sqlite3),$(curdir)/toolchain/compile) $(if $(CONFIG_PACKAGE_php5-mod-xmlreader),$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_PACKAGE_php5-mod-xmlreader),$(curdir)/feeds/packages/libs/libxml2/compile) $(if $(CONFIG_PACKAGE_php5-mod-xmlwriter),$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_PACKAGE_php5-mod-xmlwriter),$(curdir)/feeds/packages/libs/libxml2/compile) $(if $(CONFIG_PACKAGE_php5-mod-zip),$(curdir)/zlib/compile) $(if $(CONFIG_PHP5_LIBXML),$(curdir)/feeds/packages/libs/libxml2/compile) $(if $(CONFIG_PHP5_LIBXML),,$(curdir)/feeds/packages/libs/expat/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5092) package/feeds/packages/net/raddump/compile = $(curdir)/libpcap/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5204) package/feeds/packages/net/tcpdump/compile = $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `rules.mk', line 104) TARGET_ROOTFS_DIR = $(if $(call qstrip,$(CONFIG_TARGET_ROOTFS_DIR)),$(call qstrip,$(CONFIG_TARGET_ROOTFS_DIR)),$(BUILD_DIR)) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5120) package/feeds/packages/net/rssh/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `toolchain/Makefile', line 43) toolchain/gcc/final/prepare := toolchain/gcc/initial/prepare # default FC = f77 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4368) package/feeds/packages/net/corkscrew/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 732) CONFIG_BUSYBOX_CONFIG_FEATURE_DD_SIGNAL_HANDLING = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1181) CONFIG_BUSYBOX_CONFIG_FEATURE_TELNETD_STANDALONE = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4556) package/feeds/packages/net/imspector/compile = $(curdir)/feeds/packages/libs/mysql/compile $(curdir)/feeds/packages/libs/postgresql/compile $(curdir)/feeds/packages/libs/sqlite3/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),$(curdir)/feeds/packages/libs/libiconv-full/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 480) CONFIG_KERNEL_PRINTK_TIME = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5153) package/feeds/packages/lang/sigscheme/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4459) package/feeds/packages/sound/flite/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 735) CONFIG_BUSYBOX_CONFIG_DF = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4906) package/feeds/packages/mail/mutt/compile = $(curdir)/ncurses/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 503) CONFIG_LOCALMIRROR = "" # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4456) package/firewall/compile = $(curdir)/iptables/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5146) package/feeds/packages/utils/sg3-utils/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4883) package/feeds/packages/net/miniupnpd/compile = $(curdir)/feeds/packages/libs/libnfnetlink/compile $(curdir)/iptables/compile $(curdir)/toolchain/compile $(if $(CONFIG_IPV6),$(curdir)/iptables/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4927) package/feeds/packages/net/netio/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_LIBSTDCXX),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_UCLIBCXX),$(curdir)/uclibc++/compile) # makefile (from `tools/Makefile', line 73) tools/builddirs :=  gmp mpfr mpc libelf m4 libtool autoconf automake flex bison pkg-config sed mklibs sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage firmware-utils patch-cmdline quilt yaffs2 flock padjffs2 mm-macros xorg-macros xfce-macros missing-macros xz cmake scons lzma-old squashfs lzma squashfs4  wrt350nv2-builder upslug2 upx qemu mtools dosfstools # default LD = ld # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5065) package/feeds/packages/lang/egenix-mx/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4852) package/maccalc/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5296) package/feeds/xwrt/webif-iw-lua-openssl/compile = $(curdir)/feeds/xwrt/webif-iw-lua/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4418) package/dnsmasq/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4707) package/feeds/packages/libs/libmbus/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4437) package/feeds/packages/utils/empty/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4473) package/feeds/luci/freifunk-gwcheck/compile = $(curdir)/firewall/compile $(curdir)/iproute2/compile $(curdir)/iptables/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5259) package/feeds/packages/utils/usb-modeswitch/compile = $(curdir)/feeds/packages/libs/libusb/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 600) CONFIG_BUSYBOX_CONFIG_FEATURE_SUID = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5184) package/feeds/packages/mail/ssmtp/compile = $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4297) package/feeds/packages/utils/avrusbboot/compile = $(curdir)/feeds/packages/libs/libusb/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_LIBSTDCXX),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_UCLIBCXX),$(curdir)/uclibc++/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4633) package/feeds/packages/libs/apr/compile = $(curdir)/toolchain/compile $(curdir)/util-linux/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5132) package/feeds/packages/sound/scmpc/compile = $(curdir)/feeds/packages/libs/argtable/compile $(curdir)/feeds/packages/libs/confuse/compile $(curdir)/feeds/packages/libs/curl/compile $(curdir)/feeds/packages/libs/libdaemon/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5126) package/feeds/packages/lang/sqlite3-ruby/compile = $(curdir)/feeds/packages/lang/ruby/compile $(curdir)/feeds/packages/libs/sqlite3/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4844) package/feeds/packages/lang/luaprofiler/compile = $(curdir)/lua/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4797) package/feeds/packages/libs/libsynce/compile = $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),$(curdir)/feeds/packages/libs/gettext-full/compile) $(if $(CONFIG_BUILD_NLS),$(curdir)/feeds/packages/libs/libiconv-full/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5090) package/feeds/packages/net/quagga/compile = $(curdir)/libreadline/compile $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4460) package/feeds/packages/net/flow-tools/compile = $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4415) package/feeds/packages/net/dmapd/compile = $(curdir)/feeds/packages/libs/db47/compile $(curdir)/feeds/packages/libs/libdmapsharing/compile $(curdir)/feeds/packages/libs/vips/compile $(curdir)/feeds/packages/multimedia/graphicsmagick/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 802) CONFIG_BUSYBOX_CONFIG_FEATURE_TEE_USE_BLOCK_IO = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4917) package/feeds/packages/net/nmap/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/libpcap/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4528) package/feeds/packages/utils/heyu/compile = $(curdir)/feeds/packages/utils/setserial/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 3904) package/feeds/packages/net/umurmur/default-variant := openssl # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4777) package/feeds/packages/libs/libsamplerate/compile = $(curdir)/feeds/packages/libs/libsndfile/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4594) package/feeds/packages/net/karma/compile = $(curdir)/feeds/packages/lang/ruby/compile $(curdir)/libpcap/compile $(curdir)/madwifi/compile $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/host.mk', line 18) try-run = $(shell set -e; TMP_F="$(TMP_DIR)/try-run.$$$$.tmp"; if ($(1)) >/dev/null 2>&1; then echo "$(2)"; else echo "$(3)"; fi; rm -f "$$TMP_F"; ) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5042) package/feeds/packages/ipv6/ptrtd/compile = $(curdir)/iproute2/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4794) package/feeds/packages/libs/sqlite3/compile = $(curdir)/libreadline/compile $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 759) CONFIG_BUSYBOX_CONFIG_FEATURE_LS_FOLLOWLINKS = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4603) package/mac80211/compile = $(curdir)/iw/compile # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1292) CONFIG_BUSYBOX_CONFIG_FEATURE_SH_IS_ASH = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5319) package/feeds/packages/net/xl2tpd/compile = $(curdir)/iproute2/compile $(curdir)/ppp/compile $(curdir)/resolveip/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5246) package/feeds/packages/net/udpxy/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 590) CONFIG_BUSYBOX_CONFIG_FEATURE_COMPRESS_USAGE = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 211) CONFIG_TARGET_ar71xx_generic_Default = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4535) package/feeds/packages/net/hping3/compile = $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 2170) CONFIG_PACKAGE_libip4tc = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5015) package/feeds/packages/lang/php-pear-db/compile = $(curdir)/feeds/packages/lang/php-pear/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5217) package/feeds/packages/net/tmsnc/compile = $(curdir)/ncurses/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4469) package/feeds/packages/net/freeradius2/compile = $(curdir)/libreadline/compile $(curdir)/libtool/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_PACKAGE_freeradius2-mod-ldap),$(curdir)/feeds/packages/libs/openldap/compile) $(if $(CONFIG_PACKAGE_freeradius2-mod-sql-mysql),$(curdir)/feeds/packages/libs/mysql/compile) $(if $(CONFIG_PACKAGE_freeradius2-mod-sql-pgsql),$(curdir)/feeds/packages/libs/postgresql/compile) $(if $(CONFIG_PACKAGE_freeradius2-mod-sql-sqlite),$(curdir)/feeds/packages/libs/sqlite3/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 715) CONFIG_BUSYBOX_CONFIG_TR = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 982) CONFIG_BUSYBOX_CONFIG_LSMOD = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5148) package/feeds/packages/net/shat/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `package/Makefile', line 99) package/stamp-prereq := /home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.package_prereq # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5081) package/feeds/packages/lang/python-webpy/compile = $(curdir)/feeds/packages/lang/python/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1282) CONFIG_BUSYBOX_CONFIG_ASH_BUILTIN_ECHO = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/subdir.mk', line 30) diralias = $(if $(findstring $(1),$(call lastdir,$(1))),,$(call lastdir,$(1))) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5017) package/feeds/packages/lang/php4/compile = $(curdir)/feeds/packages/libs/curl/compile $(curdir)/feeds/packages/libs/expat/compile $(curdir)/feeds/packages/libs/gd/compile $(curdir)/feeds/packages/libs/gmp/compile $(curdir)/feeds/packages/libs/mysql/compile $(curdir)/feeds/packages/libs/openldap/compile $(curdir)/feeds/packages/libs/pcre/compile $(curdir)/feeds/packages/libs/postgresql/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 880) CONFIG_BUSYBOX_CONFIG_FEATURE_VI_READONLY = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4492) package/feeds/packages/net/gesftpserver/compile = $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),$(curdir)/feeds/packages/libs/libiconv-full/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/subdir.mk', line 20) define subtarget $(call warn_eval,$(1),t,T,$(1)/$(2): $($(1)/) $(foreach bd,$(call subtarget-default,$(1),$(2)),$(1)/$(bd)/$(2)))
endef # makefile (from `rules.mk', line 78) GCCV := 4.6-linaro # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1037) CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_CIFS = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4276) package/feeds/packages/net/apache/compile = $(curdir)/feeds/packages/libs/apr-util/compile $(curdir)/feeds/packages/libs/apr/compile $(curdir)/feeds/packages/libs/pcre/compile $(curdir)/feeds/packages/libs/unixodbc/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5019) package/feeds/packages/utils/picocom/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 780) buildtypes-grub = host # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5329) package/feeds/packages/libs/zaptel/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4530) package/feeds/packages/net/horst/compile = $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1316) CONFIG_BUSYBOX_CONFIG_LOGREAD = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4270) package/feeds/packages/net/amule/compile = $(curdir)/feeds/packages/libs/gd/compile $(curdir)/feeds/packages/libs/libcrypto++/compile $(curdir)/feeds/packages/libs/libpng/compile $(curdir)/feeds/packages/libs/wxbase/compile $(curdir)/libreadline/compile $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 414) CONFIG_DEFAULT_uci = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4372) package/feeds/packages/libs/credis/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4585) package/feeds/packages/libs/jansson/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5032) package/feeds/packages/net/proftpd/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 2174) buildtypes-feeds/packages/lang/ruby = host # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 725) CONFIG_BUSYBOX_CONFIG_CHROOT = y # makefile (from `rules.mk', line 102) STAMP_DIR := /home/test/openwrt/a2/attitude_adjustment_12.09/build_dir/target-mips_r2_uClibc-0.9.33.2/stamp # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4479) package/feeds/packages/net/frickin/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 859) CONFIG_BUSYBOX_CONFIG_MKTEMP = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5056) package/feeds/packages/lang/pyrrd/compile = $(curdir)/feeds/packages/lang/distribute/compile $(curdir)/feeds/packages/lang/python/compile $(curdir)/feeds/packages/utils/rrdtool/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5322) package/feeds/packages/libs/xmpp4r/compile = $(curdir)/feeds/packages/lang/ruby/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1343) CONFIG_PACKAGE_swconfig = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1118) CONFIG_BUSYBOX_CONFIG_TIME = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4311) package/feeds/packages/net/bind/compile = $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # default CTANGLE = ctangle # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 680) CONFIG_BUSYBOX_CONFIG_GUNZIP = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5130) package/feeds/packages/net/scdp/compile = $(curdir)/feeds/packages/libs/libnet-1.0.x/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 705) CONFIG_BUSYBOX_CONFIG_CAT = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4947) package/feeds/packages/net/ntripcaster/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5150) package/feeds/packages/libs/shflags/compile = $(curdir)/toolchain/compile $(curdir)/util-linux/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1020) CONFIG_BUSYBOX_CONFIG_HWCLOCK = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 1573) package/ltq-dsl/variants = $(if $(CONFIG_PACKAGE_kmod-ltq-dsl-ar9),ar9) $(if $(CONFIG_PACKAGE_kmod-ltq-dsl-ase),ase) $(if $(CONFIG_PACKAGE_kmod-ltq-dsl-danube),danube) $(if $(CONFIG_PACKAGE_kmod-ltq-dsl-firmware-a-ar9),a-ar9) $(if $(CONFIG_PACKAGE_kmod-ltq-dsl-firmware-a-ase),a-ase) $(if $(CONFIG_PACKAGE_kmod-ltq-dsl-firmware-a-danube),a-danube) $(if $(CONFIG_PACKAGE_kmod-ltq-dsl-firmware-b-ar9),b-ar9) $(if $(CONFIG_PACKAGE_kmod-ltq-dsl-firmware-b-ase),b-ase) $(if $(CONFIG_PACKAGE_kmod-ltq-dsl-firmware-b-danube),b-danube) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4635) package/feeds/packages/libs/libart/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 686) CONFIG_BUSYBOX_CONFIG_TAR = y # default COMPILE.f = $(FC) $(FFLAGS) $(TARGET_ARCH) -c # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1308) CONFIG_BUSYBOX_CONFIG_SYSLOGD = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4312) package/feeds/packages/net/bing/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `target/Makefile', line 11) target/builddirs-install := linux # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4277) package/feeds/packages/net/apcupsd/compile = $(curdir)/feeds/packages/libs/libusb/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4643) package/feeds/packages/libs/libcli/compile = $(curdir)/toolchain/compile $(if $(CONFIG_EXTERNAL_TOOLCHAIN),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5166) package/feeds/packages/net/socat/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4971) package/feeds/packages/net/opensips/compile = $(curdir)/feeds/packages/libs/curl/compile $(curdir)/feeds/packages/libs/expat/compile $(curdir)/feeds/packages/libs/libxml2/compile $(curdir)/feeds/packages/libs/mysql/compile $(curdir)/feeds/packages/libs/openldap/compile $(curdir)/feeds/packages/libs/pcre/compile $(curdir)/feeds/packages/libs/postgresql/compile $(curdir)/feeds/packages/libs/radiusclient-ng/compile $(curdir)/feeds/packages/net/rtpproxy/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1166) CONFIG_BUSYBOX_CONFIG_NETMSG = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 871) CONFIG_BUSYBOX_CONFIG_VI = y # environment IS_TTY = 1 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.host.mk', line 6) BASH := /bin/bash # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5309) package/feeds/packages/net/wol/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4584) package/feeds/packages/lang/jamvm/compile = $(curdir)/feeds/packages/libs/classpath/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 712) CONFIG_BUSYBOX_CONFIG_TEST = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 692) CONFIG_BUSYBOX_CONFIG_FEATURE_TAR_GNU_EXTENSIONS = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5314) package/feeds/packages/utils/wview/compile = $(curdir)/feeds/packages/libs/curl/compile $(curdir)/feeds/packages/libs/gd/compile $(curdir)/feeds/packages/libs/libpng/compile $(curdir)/feeds/packages/libs/libusb-1.0/compile $(curdir)/feeds/packages/libs/radlib/compile $(curdir)/feeds/packages/libs/sqlite3/compile $(curdir)/libreadline/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4658) package/feeds/packages/libs/libdmapsharing/compile = $(curdir)/feeds/packages/libs/libsoup/compile $(curdir)/feeds/packages/multimedia/gst-plugins-base/compile $(curdir)/feeds/packages/multimedia/gstreamer/compile $(curdir)/feeds/packages/net/mdnsresponder/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5099) package/feeds/packages/utils/rcs/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5095) package/feeds/packages/ipv6/radvd/compile = $(curdir)/feeds/packages/libs/libdaemon/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4582) package/iwinfo/compile = $(curdir)/lua/compile $(curdir)/toolchain/compile $(if $(CONFIG_PACKAGE_kmod-mac80211),$(curdir)/libnl-tiny/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4553) package/feeds/packages/multimedia/imagemagick/compile = $(curdir)/feeds/packages/libs/jpeg/compile $(curdir)/feeds/packages/libs/libpng/compile $(curdir)/feeds/packages/libs/tiff/compile $(curdir)/libtool/compile $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4756) package/feeds/packages/utils/pcsc-lite/compile = $(curdir)/feeds/packages/libs/libusb-1.0/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4923) package/feeds/packages/net/netatalk/compile = $(curdir)/feeds/packages/libs/db47/compile $(curdir)/feeds/packages/libs/libgcrypt/compile $(curdir)/librpc/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `tools/Makefile', line 49) tools/autoconf/compile := tools/m4/install tools/libtool/install # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5196) package/feeds/packages/admin/syslog-ng/compile = $(curdir)/feeds/packages/libs/libol/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 398) CONFIG_DEFAULT_kmod-ledtrig-netdev = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5267) package/feeds/packages/utils/valgrind/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4462) package/feeds/packages/utils/fowsr/compile = $(curdir)/feeds/packages/libs/libusb/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `package/Makefile', line 103) package//clean := package/stamp-rootfs-prepare/clean # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4501) package/feeds/packages/utils/gnokii/compile = $(curdir)/feeds/packages/libs/libusb/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 504) CONFIG_AUTOREBUILD = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4452) package/feeds/packages/mail/fetchmail/compile = $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4800) package/feeds/packages/libs/libtheora/compile = $(curdir)/feeds/packages/libs/libogg/compile $(curdir)/feeds/packages/libs/libvorbis/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/include/subdir.mk', line 59) define stampfile $(1)/stamp-$(3):=$(if $(6),$(6),$(STAGING_DIR))/stamp/.$(2)_$(3)$(if $(5),_$(call confvar,$(5))) $$($(1)/stamp-$(3)): $(TMP_DIR)/.build $(4) @+$(SCRIPT_DIR)/timestamp.pl -n $$($(1)/stamp-$(3)) $(1) $(4) || $(MAKE) $(if $(QUIET),--no-print-directory) $$($(1)/flags-$(3)) $(1)/$(3) @mkdir -p $$$$(dirname $$($(1)/stamp-$(3)))
    @touch $$($(1)/stamp-$(3))
  $$(if $(call debug,$(1),v),,.SILENT: $$($(1)/stamp-$(3)))
  .PRECIOUS: $$($(1)/stamp-$(3)) # work around a make bug
  $(1)//clean:=$(1)/stamp-$(3)/clean
  $(1)/stamp-$(3)/clean: FORCE @rm -f $$($(1)/stamp-$(3))
endef # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4264) package/feeds/packages/net/aircrack-ng/compile = $(curdir)/libpcap/compile $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4717) package/feeds/packages/libs/libmpcdec/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # automatic +F = $(notdir $+) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5245) package/feeds/packages/net/udpcast/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 983) CONFIG_BUSYBOX_CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4618) package/feeds/packages/net/l2tpns/compile = $(curdir)/feeds/packages/libs/libcli/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1329) CONFIG_PACKAGE_libc = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5020) package/feeds/packages/utils/pipacs/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `toolchain/Makefile', line 77) toolchain//compile = $(1)/prepare # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 419) CONFIG_USB_SUPPORT = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4755) package/feeds/packages/libs/pcre/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4529) package/feeds/packages/net/hiawatha/compile = $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5317) package/xfsprogs/compile = $(curdir)/toolchain/compile $(curdir)/util-linux/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `toolchain/Makefile', line 84) toolchain/stamp-install := /home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2/stamp/.toolchain_install # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 728) CONFIG_BUSYBOX_CONFIG_CP = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 498) CONFIG_USE_UCLIBCXX = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4519) package/feeds/packages/multimedia/gstreamer/compile = $(curdir)/feeds/packages/libs/glib2/compile $(curdir)/feeds/packages/libs/libxml2/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1250) CONFIG_BUSYBOX_CONFIG_TOP = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4727) package/feeds/packages/libs/libnetfilter-conntrack/compile = $(curdir)/feeds/packages/libs/libnfnetlink/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `package/Makefile', line 101) package/stamp-compile := /home/test/openwrt/a2/attitude_adjustment_12.09/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.package_compile # makefile (from `rules.mk', line 169) SH_FUNC := . /home/test/openwrt/a2/attitude_adjustment_12.09/include/shell.sh; # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4449) package/fbtest/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # environment SSH_ASKPASS = /usr/libexec/openssh/gnome-ssh-askpass # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5271) package/feeds/packages/utils/vim/compile = $(curdir)/ncurses/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 3226) CONFIG_PACKAGE_ubusd = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5333) package/feeds/packages/net/znc/compile = $(curdir)/openssl/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_LIBSTDCXX),$(curdir)/toolchain/compile) $(if $(CONFIG_USE_UCLIBCXX),$(curdir)/uclibc++/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4774) package/feeds/packages/libs/rrdtool-1.0.x/compile = $(curdir)/toolchain/compile $(curdir)/zlib/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5240) package/feeds/packages/net/ucarp/compile = $(curdir)/iproute2/compile $(curdir)/libpcap/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 1202) CONFIG_BUSYBOX_CONFIG_WGET = y # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4601) package/feeds/packages/utils/kmemtrace-user/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 5022) package/feeds/packages/libs/poco/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4461) package/feeds/packages/utils/fortune-mod/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4713) package/feeds/packages/libs/libmms/compile = $(curdir)/feeds/packages/libs/glib2/compile $(curdir)/toolchain/compile $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/gettext/compile) $(if $(CONFIG_BUILD_NLS),,$(curdir)/feeds/packages/libs/libiconv/compile) $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4854) package/feeds/packages/sound/madplay/compile = $(curdir)/feeds/packages/libs/libid3tag/compile $(curdir)/feeds/packages/libs/libmad/compile $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # environment SHLVL = 2 # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/.config', line 3206) CONFIG_PACKAGE_wpad-mini = y # makefile (from `rules.mk', line 88) PACKAGE_DIR := /home/test/openwrt/a2/attitude_adjustment_12.09/bin/ar71xx/packages # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4287) package/arptables/compile = $(curdir)/toolchain/compile $(if $(CONFIG_USE_EGLIBC),$(curdir)/toolchain/compile) # makefile (from `/home/test/openwrt/a2/attitude_adjustment_12.09/tmp/.packagedeps', line 4673) package/feed
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值