77
77
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
79
79
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
80
81
cd $(DIR_APP) && ./configure --prefix=$(PREFIX) --disable-nls
81
82
cd $(DIR_APP) && make $(MAKETUNING)
82
83
cd $(DIR_APP) && make install