Home | History | Annotate | Download | only in sample

Lines Matching full:distdir

30 InternalTargets  := preconditions distdir dist-hook
1679 DistDir := $(PROJ_OBJ_ROOT)/$(DistName)
1773 # Provide the recursive distdir target for building the distribution directory
1775 distdir: $(DistDir)/.makedistdir
1776 $(DistDir)/.makedistdir: $(DistSources)
1777 $(Verb) if test "$(DistDir)" = "$(TopDistDir)" ; then \
1778 if test -d "$(DistDir)" ; then \
1779 find $(DistDir) -type d ! -perm -200 -exec chmod u+w {} ';' || \
1782 $(EchoCmd) Removing old $(DistDir) ; \
1783 $(RM) -rf $(DistDir); \
1787 $(Echo) Building Distribution Directory $(DistDir)
1788 $(Verb) $(MKDIR) $(DistDir)
1809 to_dir="$(DistDir)/$$dir"; \
1812 to_dir="$(DistDir)"; \
1832 $(CP) -p "$$from_dir/$$file" "$(DistDir)/$$file" || exit 1; \
1834 $(CP) -pd "$$from_dir/$$file" $(DistDir)/$$file || exit 1; \
1844 new_distdir="$(DistDir)/$$subdir" ; \
1847 DistDir="$$new_distdir" distdir ) || exit 1; \
1850 $(Verb) if test "$(DistDir)" = "$(TopDistDir)" ; then \
1860 || chmod -R a+r $(DistDir) ; \
1863 # This is invoked by distdir target, define it as a no-op to avoid errors if not