Modified so that tools subdirectory does not go out into the source distribution except for windows.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1001 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-11-16 11:18:14 +00:00
parent dea37b9618
commit 636df63997
3 changed files with 6 additions and 0 deletions

View File

@@ -1780,7 +1780,9 @@ srcdist: status clean dircheck docs spec
$(ec)$(call dircopycmd,debian,$(package_stage_dir)/debian)
$(ec)$(call dircopycmd,sample,$(package_stage_dir)/sample)
$(ec)$(call dircopycmd,$(doxygen_output_dir),$(package_stage_dir)/docs)
ifeq ($(host_os_family),win)
$(ec)$(call dircopycmd,$(dir $(topdir))tools,$(package_stage_dir)/tools)
endif
$(ec)$(call mkdircmd,$(package_stage_dir)/ftk)
$(ec)$(call dircopycmd,$(dir $(topdir))ftk/src,$(package_stage_dir)/ftk/src)
ifneq ($(host_os_family),win)

View File

@@ -1591,7 +1591,9 @@ srcdist: status clean dircheck docs spec
$(ec)$(call dircopycmd,util,$(package_stage_dir)/util)
$(ec)$(call dircopycmd,debian,$(package_stage_dir)/debian)
$(ec)$(call dircopycmd,$(doxygen_output_dir),$(package_stage_dir)/docs)
ifeq ($(host_os_family),win)
$(ec)$(call dircopycmd,$(dir $(topdir))tools,$(package_stage_dir)/tools)
endif
ifneq ($(host_os_family),win)
-$(ec)rm -rf `find $(package_stage_dir) -name .svn`
endif

View File

@@ -2171,7 +2171,9 @@ srcdist: status clean dircheck docs spec
ifdef jhome
$(ec)$(call dircopycmd,$(javadoc_output_dir),$(package_stage_dir)/javadocs)
endif
ifeq ($(host_os_family),win)
$(ec)$(call dircopycmd,$(dir $(topdir))tools,$(package_stage_dir)/tools)
endif
$(ec)$(call mkdircmd,$(package_stage_dir)/ftk)
$(ec)$(call dircopycmd,$(dir $(topdir))ftk/src,$(package_stage_dir)/ftk/src)
ifneq ($(host_os_family),win)