Changeset 5899
- Timestamp:
- Oct 7, 2015, 11:54:16 AM (9 years ago)
- Location:
- branches/r9
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/r9/Makefile.in
r4916 r5899 78 78 targets = \ 79 79 apps blt cmake examples expat expect gui htmlwidget itcl \ 80 itk lang lib optimizer shape sqlitetcl tcl tcllib \80 itk lang libs optimizer shape sqlitetcl tcl tcllib \ 81 81 tdom tk tkimg tls video vtk zlib packages \ 82 82 … … 108 108 jpeg = jpeg-8d 109 109 libpng = libpng-1.6.15 110 lib = lib110 libs = libs 111 111 openssl = openssl-1.0.1j 112 112 optimizer = optimizer … … 130 130 subdirs = \ 131 131 $(blt) $(cmake) $(expat) $(expect) \ 132 $(gui) $(htmlwidget) $(itcl) $(itk) $(lang) $(lib ) \132 $(gui) $(htmlwidget) $(itcl) $(itk) $(lang) $(libs) \ 133 133 $(optimizer) $(shape) \ 134 134 $(sqlitetcl) $(tcl) $(tcllib) $(tdom) $(tk) $(tkimg) \ … … 150 150 $(clean_itk) 151 151 $(clean_lang) 152 $(clean_lib )152 $(clean_libs) 153 153 $(clean_optimizer) 154 154 $(clean_shape) … … 531 531 touch-gui: 532 532 $(touch_gui) 533 force-gui: $(lib )/timestamp \533 force-gui: $(libs)/timestamp \ 534 534 $(blt)/timestamp \ 535 535 $(itk)/timestamp \ … … 564 564 endef 565 565 566 $(gui)/timestamp: $(lib )/timestamp \566 $(gui)/timestamp: $(libs)/timestamp \ 567 567 $(blt)/timestamp \ 568 568 $(itk)/timestamp \ … … 815 815 endef 816 816 817 $(lang)/timestamp: $(lib )/timestamp $(tcl)/timestamp $(itcl)/timestamp817 $(lang)/timestamp: $(libs)/timestamp $(tcl)/timestamp $(itcl)/timestamp 818 818 + $(clean_lang) 819 819 + $(fetch_lang) … … 828 828 # ------------------------------------------------------------------------- 829 829 830 lib _flags = \831 --enable-shared \ 832 $(common_flags) 833 834 lib : $(lib)/timestamp835 836 clean-lib :837 $(clean_lib )838 fetch-lib :839 $(fetch_lib )840 configure-lib :841 $(configure_lib )842 build-lib :843 $(build_lib )844 install-lib :845 $(install_lib )846 touch-lib :847 $(touch_lib )848 force-lib :849 + $(clean_lib )850 + $(fetch_lib )851 + $(configure_lib )852 + $(build_lib )853 + $(install_lib )854 + $(touch_lib )855 856 define clean_lib 857 $(MAKE) -C $(lib ) clean858 $(RM) $(lib )/timestamp859 endef 860 define fetch_lib 861 endef 862 define configure_lib 863 endef 864 define build_lib 865 $(MAKE) -C $(lib ) all866 endef 867 define install_lib 868 $(MAKE) -C $(lib ) install830 libs_flags = \ 831 --enable-shared \ 832 $(common_flags) 833 834 libs: $(libs)/timestamp 835 836 clean-libs: 837 $(clean_libs) 838 fetch-libs: 839 $(fetch_libs) 840 configure-libs: 841 $(configure_libs) 842 build-libs: 843 $(build_libs) 844 install-libs: 845 $(install_libs) 846 touch-libs: 847 $(touch_libs) 848 force-libs: 849 + $(clean_libs) 850 + $(fetch_libs) 851 + $(configure_libs) 852 + $(build_libs) 853 + $(install_libs) 854 + $(touch_libs) 855 856 define clean_libs 857 $(MAKE) -C $(libs) clean 858 $(RM) $(libs)/timestamp 859 endef 860 define fetch_libs 861 endef 862 define configure_libs 863 endef 864 define build_libs 865 $(MAKE) -C $(libs) all 866 endef 867 define install_libs 868 $(MAKE) -C $(libs) install 869 869 $(MKDIR_P) $(libdir) 870 870 $(INSTALL) -m 0444 rapptureConfig.sh $(libdir) 871 871 endef 872 define touch_lib 873 touch $(lib )/timestamp874 endef 875 876 $(lib )/timestamp:877 + $(clean_lib )878 + $(fetch_lib )879 + $(configure_lib )880 + $(build_lib )881 + $(install_lib )882 + $(touch_lib )872 define touch_libs 873 touch $(libs)/timestamp 874 endef 875 876 $(libs)/timestamp: 877 + $(clean_libs) 878 + $(fetch_libs) 879 + $(configure_libs) 880 + $(build_libs) 881 + $(install_libs) 882 + $(touch_libs) 883 883 884 884 # ------------------------------------------------------------------------- -
branches/r9/configure
r4917 r5899 2710 2710 2711 2711 2712 ac_config_headers="$ac_config_headers lib /rappture/config.h"2712 ac_config_headers="$ac_config_headers libs/rappture/config.h" 2713 2713 2714 2714 … … 8040 8040 8041 8041 8042 ac_config_files="$ac_config_files Makefile fixrunpaths.tcl apps/Makefile apps/about apps/copy_rappture_examples apps/encodedata apps/rappture apps/rappture-csh.env apps/rappture.env apps/rappture.use apps/rerun apps/simsim apps/xmldiff lib /Makefile lib/objects/Makefile lib/objects/RpHash.h lib/rappture/Makefile lib/rappture2/Makefile rapptureConfig.sh"8042 ac_config_files="$ac_config_files Makefile fixrunpaths.tcl apps/Makefile apps/about apps/copy_rappture_examples apps/encodedata apps/rappture apps/rappture-csh.env apps/rappture.env apps/rappture.use apps/rerun apps/simsim apps/xmldiff libs/Makefile libs/objects/Makefile libs/objects/RpHash.h libs/rappture/Makefile libs/rappture2/Makefile rapptureConfig.sh" 8043 8043 8044 8044 cat >confcache <<\_ACEOF … … 8734 8734 do 8735 8735 case $ac_config_target in 8736 "lib /rappture/config.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/rappture/config.h" ;;8736 "libs/rappture/config.h") CONFIG_HEADERS="$CONFIG_HEADERS libs/rappture/config.h" ;; 8737 8737 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 8738 8738 "fixrunpaths.tcl") CONFIG_FILES="$CONFIG_FILES fixrunpaths.tcl" ;; … … 8748 8748 "apps/simsim") CONFIG_FILES="$CONFIG_FILES apps/simsim" ;; 8749 8749 "apps/xmldiff") CONFIG_FILES="$CONFIG_FILES apps/xmldiff" ;; 8750 "lib /Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;8751 "lib /objects/Makefile") CONFIG_FILES="$CONFIG_FILES lib/objects/Makefile" ;;8752 "lib /objects/RpHash.h") CONFIG_FILES="$CONFIG_FILES lib/objects/RpHash.h" ;;8753 "lib /rappture/Makefile") CONFIG_FILES="$CONFIG_FILES lib/rappture/Makefile" ;;8754 "lib /rappture2/Makefile") CONFIG_FILES="$CONFIG_FILES lib/rappture2/Makefile" ;;8750 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;; 8751 "libs/objects/Makefile") CONFIG_FILES="$CONFIG_FILES libs/objects/Makefile" ;; 8752 "libs/objects/RpHash.h") CONFIG_FILES="$CONFIG_FILES libs/objects/RpHash.h" ;; 8753 "libs/rappture/Makefile") CONFIG_FILES="$CONFIG_FILES libs/rappture/Makefile" ;; 8754 "libs/rappture2/Makefile") CONFIG_FILES="$CONFIG_FILES libs/rappture2/Makefile" ;; 8755 8755 "rapptureConfig.sh") CONFIG_FILES="$CONFIG_FILES rapptureConfig.sh" ;; 8756 8756 -
branches/r9/configure.in
r4917 r5899 6 6 AC_INIT([Rappture],[Version],[rappture@nanohub.org]) 7 7 AC_CONFIG_AUX_DIR(cf) 8 AC_CONFIG_HEADER(lib /rappture/config.h)8 AC_CONFIG_HEADER(libs/rappture/config.h) 9 9 10 10 RAPPTURE_MAJOR_VERSION=Major_Version … … 320 320 apps/simsim 321 321 apps/xmldiff 322 lib /Makefile323 lib /objects/Makefile324 lib /objects/RpHash.h325 lib /rappture/Makefile326 lib /rappture2/Makefile322 libs/Makefile 323 libs/objects/Makefile 324 libs/objects/RpHash.h 325 libs/rappture/Makefile 326 libs/rappture2/Makefile 327 327 rapptureConfig.sh 328 328 ]) -
branches/r9/libs/rappture/config.h.in
r4909 r5899 1 /* lib /rappture/config.h.in. Generated from configure.in by autoheader. */1 /* libs/rappture/config.h.in. Generated from configure.in by autoheader. */ 2 2 3 3 /* Define if building universal (internal helper macro) */
Note: See TracChangeset
for help on using the changeset viewer.