Changeset 10459
- Timestamp:
- 04/26/11 11:34:27 (14 years ago)
- Location:
- trunk/FACT++
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/Makefile.in
r10446 r10459 46 46 .aux_dir/ltmain.sh .aux_dir/missing AUTHORS COPYING ChangeLog \ 47 47 INSTALL NEWS 48 bin_PROGRAMS = $(am__EXEEXT_1) dns$(EXEEXT) did$(EXEEXT)log$(EXEEXT) \48 bin_PROGRAMS = $(am__EXEEXT_1) dns$(EXEEXT) log$(EXEEXT) \ 49 49 logtime$(EXEEXT) time$(EXEEXT) argv$(EXEEXT) test3$(EXEEXT) \ 50 50 dclient5$(EXEEXT) dserver2$(EXEEXT) dataLogger$(EXEEXT) \ 51 ftmctrl$(EXEEXT) ftm$(EXEEXT) chatclient$(EXEEXT) \ 52 chatserv$(EXEEXT) fitsgrep$(EXEEXT) test$(EXEEXT) 53 @HAS_GROFF_TRUE@am__append_1 = $(dist_man1_MANS:.man=.html) 54 @HAS_GROFF_TRUE@@HAS_PS2PDF_TRUE@am__append_2 = $(dist_man1_MANS:.man=.pdf) 55 @HAS_HELP2MAN_TRUE@am__append_3 = $(dist_man1_MANS) 51 $(am__EXEEXT_2) $(am__EXEEXT_3) 52 @HAS_LIBXP_TRUE@am__append_1 = did 53 54 # This is a trick to be able to build them but not having them in 'all' 55 @IS_FALSE@am__append_2 = \ 56 @IS_FALSE@ test \ 57 @IS_FALSE@ ftmctrl ftm \ 58 @IS_FALSE@ chatclient chatserv \ 59 @IS_FALSE@ fitsgrep test \ 60 @IS_FALSE@ sched astro 61 62 @HAS_GROFF_TRUE@am__append_3 = $(dist_man1_MANS:.man=.html) 63 @HAS_GROFF_TRUE@@HAS_PS2PDF_TRUE@am__append_4 = $(dist_man1_MANS:.man=.pdf) 64 @HAS_HELP2MAN_TRUE@am__append_5 = $(dist_man1_MANS) 56 65 subdir = . 57 66 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 137 146 libTools_la_OBJECTS = $(am_libTools_la_OBJECTS) 138 147 @HAS_GUI_TRUE@am__EXEEXT_1 = fact$(EXEEXT) 148 @HAS_LIBXP_TRUE@am__EXEEXT_2 = did$(EXEEXT) 149 @IS_FALSE@am__EXEEXT_3 = test$(EXEEXT) ftmctrl$(EXEEXT) ftm$(EXEEXT) \ 150 @IS_FALSE@ chatclient$(EXEEXT) chatserv$(EXEEXT) \ 151 @IS_FALSE@ fitsgrep$(EXEEXT) test$(EXEEXT) sched$(EXEEXT) \ 152 @IS_FALSE@ astro$(EXEEXT) 139 153 PROGRAMS = $(bin_PROGRAMS) 140 154 am_argv_OBJECTS = src/argv.$(OBJEXT) 141 155 argv_OBJECTS = $(am_argv_OBJECTS) 142 156 argv_DEPENDENCIES = libConfiguration.la 143 am_chatclient_OBJECTS = src/chatclient.$(OBJEXT) \ 144 src/ChatClient.$(OBJEXT) 145 chatclient_OBJECTS = $(am_chatclient_OBJECTS) 146 chatclient_DEPENDENCIES = libStateMachine.la libTools.la libTime.la \ 147 libDim.la libDim++.la libConfiguration.la 148 am_chatserv_OBJECTS = src/chatserv.$(OBJEXT) \ 149 src/LocalControl.$(OBJEXT) 150 chatserv_OBJECTS = $(am_chatserv_OBJECTS) 151 chatserv_DEPENDENCIES = libStateMachine.la libConfiguration.la \ 152 libTools.la libTime.la libDim.la libDim++.la 157 astro_SOURCES = astro.c 158 astro_OBJECTS = astro.$(OBJEXT) 159 astro_LDADD = $(LDADD) 160 chatclient_SOURCES = chatclient.c 161 chatclient_OBJECTS = chatclient.$(OBJEXT) 162 chatclient_LDADD = $(LDADD) 163 chatserv_SOURCES = chatserv.c 164 chatserv_OBJECTS = chatserv.$(OBJEXT) 165 chatserv_LDADD = $(LDADD) 153 166 am_dataLogger_OBJECTS = src/dataLogger.$(OBJEXT) \ 154 167 src/LocalControl.$(OBJEXT) src/Fits.$(OBJEXT) … … 195 208 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) libDim.la \ 196 209 libDim++.la libTools.la libTime.la libStateMachine.la 197 am_fitsgrep_OBJECTS = src/fitsgrep.$(OBJEXT) 198 fitsgrep_OBJECTS = $(am_fitsgrep_OBJECTS)199 fitsgrep_ DEPENDENCIES = libConfiguration.la210 fitsgrep_SOURCES = fitsgrep.c 211 fitsgrep_OBJECTS = fitsgrep.$(OBJEXT) 212 fitsgrep_LDADD = $(LDADD) 200 213 am_ftm_OBJECTS = src/ftm.$(OBJEXT) src/HeadersFTM.$(OBJEXT) 201 214 ftm_OBJECTS = $(am_ftm_OBJECTS) … … 215 228 logtime_DEPENDENCIES = libStateMachine.la libTools.la libTime.la \ 216 229 libDim.la libDim++.la 230 sched_SOURCES = sched.c 231 sched_OBJECTS = sched.$(OBJEXT) 232 sched_LDADD = $(LDADD) 217 233 am_test_OBJECTS = src/test.$(OBJEXT) 218 234 test_OBJECTS = $(am_test_OBJECTS) … … 272 288 $(libDim_la_SOURCES) $(libStateMachine_la_SOURCES) \ 273 289 $(libTime_la_SOURCES) $(libTools_la_SOURCES) $(argv_SOURCES) \ 274 $(chatclient_SOURCES) $(chatserv_SOURCES) \ 275 $(dataLogger_SOURCES) $(dclient5_SOURCES) $(did_SOURCES) \ 276 $(dns_SOURCES) $(dserver2_SOURCES) $(fact_SOURCES) \ 277 $(fitsgrep_SOURCES) $(ftm_SOURCES) $(ftmctrl_SOURCES) \ 278 $(log_SOURCES) $(logtime_SOURCES) $(test_SOURCES) \ 279 $(test3_SOURCES) $(time_SOURCES) 290 astro.c chatclient.c chatserv.c $(dataLogger_SOURCES) \ 291 $(dclient5_SOURCES) $(did_SOURCES) $(dns_SOURCES) \ 292 $(dserver2_SOURCES) $(fact_SOURCES) fitsgrep.c $(ftm_SOURCES) \ 293 $(ftmctrl_SOURCES) $(log_SOURCES) $(logtime_SOURCES) sched.c \ 294 $(test_SOURCES) $(test3_SOURCES) $(time_SOURCES) 280 295 DIST_SOURCES = $(libConfiguration_la_SOURCES) $(libDim___la_SOURCES) \ 281 296 $(libDim_la_SOURCES) $(libStateMachine_la_SOURCES) \ 282 297 $(libTime_la_SOURCES) $(libTools_la_SOURCES) $(argv_SOURCES) \ 283 $(chatclient_SOURCES) $(chatserv_SOURCES) \284 $(d ataLogger_SOURCES) $(dclient5_SOURCES) $(did_SOURCES) \285 $(d ns_SOURCES) $(dserver2_SOURCES) $(am__fact_SOURCES_DIST)\286 $(f itsgrep_SOURCES) $(ftm_SOURCES) $(ftmctrl_SOURCES) \287 $(log _SOURCES) $(logtime_SOURCES) $(test_SOURCES) \288 $(t est3_SOURCES) $(time_SOURCES)298 astro.c chatclient.c chatserv.c $(dataLogger_SOURCES) \ 299 $(dclient5_SOURCES) $(did_SOURCES) $(dns_SOURCES) \ 300 $(dserver2_SOURCES) $(am__fact_SOURCES_DIST) fitsgrep.c \ 301 $(ftm_SOURCES) $(ftmctrl_SOURCES) $(log_SOURCES) \ 302 $(logtime_SOURCES) sched.c $(test_SOURCES) $(test3_SOURCES) \ 303 $(time_SOURCES) 289 304 man1dir = $(mandir)/man1 290 305 NROFF = nroff … … 555 570 #------------------------------------------------------------------------- 556 571 @HAS_GUI_TRUE@QT4_EXECUTABLES = fact 557 # sched astro558 572 lib_LTLIBRARIES = libDim.la libDim++.la libTime.la libTools.la \ 559 573 libConfiguration.la libStateMachine.la … … 673 687 logtime_LDADD = libStateMachine.la libTools.la libTime.la libDim.la libDim++.la 674 688 logtime_SOURCES = src/logtime.cc 675 chatserv_LDADD = libStateMachine.la libConfiguration.la libTools.la libTime.la libDim.la libDim++.la 676 chatserv_SOURCES = src/chatserv.cc src/LocalControl.cc src/LocalControl.h 689 690 #chatserv_LDADD = libStateMachine.la libConfiguration.la libTools.la libTime.la libDim.la libDim++.la 691 #chatserv_SOURCES = src/chatserv.cc src/LocalControl.cc src/LocalControl.h 677 692 dclient5_SOURCES = src/dclient5.cc src/LocalControl.cc src/LocalControl.h 678 693 dclient5_LDADD = libDim.la libDim++.la libTools.la libTime.la libStateMachine.la \ … … 687 702 test3_SOURCES = src/test3.cc src/RemoteControl.cc src/RemoteControl.h 688 703 test3_LDADD = libStateMachine.la libTools.la libTime.la libDim.la libDim++.la libConfiguration.la 689 chatclient_SOURCES = src/chatclient.cc src/ChatClient.cc src/ChatClient.h 690 chatclient_LDADD = libStateMachine.la libTools.la libTime.la libDim.la libDim++.la libConfiguration.la 704 705 #chatclient_SOURCES = src/chatclient.cc src/ChatClient.cc src/ChatClient.h 706 #chatclient_LDADD = libStateMachine.la libTools.la libTime.la libDim.la libDim++.la libConfiguration.la 691 707 time_SOURCES = src/time.cc 692 708 time_LDADD = libTime.la … … 700 716 libConfiguration.la 701 717 702 fitsgrep_SOURCES = src/fitsgrep.cc 703 fitsgrep_LDADD = libConfiguration.la 718 719 #fitsgrep_SOURCES = src/fitsgrep.cc 720 #fitsgrep_LDADD = libConfiguration.la 704 721 705 722 # ----- … … 728 745 729 746 #------------------------------------------------------------------------- 730 MAN_TARGETS = $(am__append_ 1) $(am__append_2) $(am__append_3)747 MAN_TARGETS = $(am__append_3) $(am__append_4) $(am__append_5) 731 748 all: $(BUILT_SOURCES) 732 749 $(MAKE) $(AM_MAKEFLAGS) all-am … … 957 974 @rm -f argv$(EXEEXT) 958 975 $(AM_V_CXXLD)$(CXXLINK) $(argv_OBJECTS) $(argv_LDADD) $(LIBS) 959 src/chatclient.$(OBJEXT): src/$(am__dirstamp) \ 960 src/$(DEPDIR)/$(am__dirstamp) 961 src/ChatClient.$(OBJEXT): src/$(am__dirstamp) \ 962 src/$(DEPDIR)/$(am__dirstamp) 976 astro$(EXEEXT): $(astro_OBJECTS) $(astro_DEPENDENCIES) 977 @rm -f astro$(EXEEXT) 978 $(AM_V_CCLD)$(LINK) $(astro_OBJECTS) $(astro_LDADD) $(LIBS) 963 979 chatclient$(EXEEXT): $(chatclient_OBJECTS) $(chatclient_DEPENDENCIES) 964 980 @rm -f chatclient$(EXEEXT) 965 $(AM_V_CXXLD)$(CXXLINK) $(chatclient_OBJECTS) $(chatclient_LDADD) $(LIBS) 966 src/chatserv.$(OBJEXT): src/$(am__dirstamp) \ 981 $(AM_V_CCLD)$(LINK) $(chatclient_OBJECTS) $(chatclient_LDADD) $(LIBS) 982 chatserv$(EXEEXT): $(chatserv_OBJECTS) $(chatserv_DEPENDENCIES) 983 @rm -f chatserv$(EXEEXT) 984 $(AM_V_CCLD)$(LINK) $(chatserv_OBJECTS) $(chatserv_LDADD) $(LIBS) 985 src/dataLogger.$(OBJEXT): src/$(am__dirstamp) \ 967 986 src/$(DEPDIR)/$(am__dirstamp) 968 987 src/LocalControl.$(OBJEXT): src/$(am__dirstamp) \ 969 src/$(DEPDIR)/$(am__dirstamp)970 chatserv$(EXEEXT): $(chatserv_OBJECTS) $(chatserv_DEPENDENCIES)971 @rm -f chatserv$(EXEEXT)972 $(AM_V_CXXLD)$(CXXLINK) $(chatserv_OBJECTS) $(chatserv_LDADD) $(LIBS)973 src/dataLogger.$(OBJEXT): src/$(am__dirstamp) \974 988 src/$(DEPDIR)/$(am__dirstamp) 975 989 src/Fits.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) … … 1035 1049 @rm -f fact$(EXEEXT) 1036 1050 $(AM_V_CXXLD)$(CXXLINK) $(fact_OBJECTS) $(fact_LDADD) $(LIBS) 1037 src/fitsgrep.$(OBJEXT): src/$(am__dirstamp) \1038 src/$(DEPDIR)/$(am__dirstamp)1039 1051 fitsgrep$(EXEEXT): $(fitsgrep_OBJECTS) $(fitsgrep_DEPENDENCIES) 1040 1052 @rm -f fitsgrep$(EXEEXT) 1041 $(AM_V_C XXLD)$(CXXLINK) $(fitsgrep_OBJECTS) $(fitsgrep_LDADD) $(LIBS)1053 $(AM_V_CCLD)$(LINK) $(fitsgrep_OBJECTS) $(fitsgrep_LDADD) $(LIBS) 1042 1054 src/ftm.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) 1043 1055 src/HeadersFTM.$(OBJEXT): src/$(am__dirstamp) \ … … 1060 1072 @rm -f logtime$(EXEEXT) 1061 1073 $(AM_V_CXXLD)$(CXXLINK) $(logtime_OBJECTS) $(logtime_LDADD) $(LIBS) 1074 sched$(EXEEXT): $(sched_OBJECTS) $(sched_DEPENDENCIES) 1075 @rm -f sched$(EXEEXT) 1076 $(AM_V_CCLD)$(LINK) $(sched_OBJECTS) $(sched_LDADD) $(LIBS) 1062 1077 src/test.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) 1063 1078 test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) … … 1127 1142 -rm -f gui/design.$(OBJEXT) 1128 1143 -rm -f gui/fact.$(OBJEXT) 1129 -rm -f src/ChatClient.$(OBJEXT)1130 1144 -rm -f src/Configuration.$(OBJEXT) 1131 1145 -rm -f src/Configuration.lo … … 1183 1197 -rm -f src/WindowLog.lo 1184 1198 -rm -f src/argv.$(OBJEXT) 1185 -rm -f src/chatclient.$(OBJEXT)1186 -rm -f src/chatserv.$(OBJEXT)1187 1199 -rm -f src/dataLogger.$(OBJEXT) 1188 1200 -rm -f src/dclient5.$(OBJEXT) 1189 1201 -rm -f src/dserver2.$(OBJEXT) 1190 -rm -f src/fitsgrep.$(OBJEXT)1191 1202 -rm -f src/ftm.$(OBJEXT) 1192 1203 -rm -f src/ftmctrl.$(OBJEXT) … … 1202 1213 -rm -f *.tab.c 1203 1214 1215 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/astro.Po@am__quote@ 1216 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chatclient.Po@am__quote@ 1217 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chatserv.Po@am__quote@ 1218 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fitsgrep.Po@am__quote@ 1219 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sched.Po@am__quote@ 1204 1220 @AMDEP_TRUE@@am__include@ @am__quote@dim/src/$(DEPDIR)/conn_handler.Plo@am__quote@ 1205 1221 @AMDEP_TRUE@@am__include@ @am__quote@dim/src/$(DEPDIR)/copy_swap.Plo@am__quote@ … … 1234 1250 @AMDEP_TRUE@@am__include@ @am__quote@gui/$(DEPDIR)/design.Po@am__quote@ 1235 1251 @AMDEP_TRUE@@am__include@ @am__quote@gui/$(DEPDIR)/fact.Po@am__quote@ 1236 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ChatClient.Po@am__quote@1237 1252 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/Configuration.Plo@am__quote@ 1238 1253 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/Connection.Plo@am__quote@ … … 1265 1280 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/WindowLog.Plo@am__quote@ 1266 1281 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/argv.Po@am__quote@ 1267 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/chatclient.Po@am__quote@1268 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/chatserv.Po@am__quote@1269 1282 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/dataLogger.Po@am__quote@ 1270 1283 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/dclient5.Po@am__quote@ 1271 1284 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/dserver2.Po@am__quote@ 1272 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fitsgrep.Po@am__quote@1273 1285 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ftm.Po@am__quote@ 1274 1286 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ftmctrl.Po@am__quote@ … … 1744 1756 distclean: distclean-am 1745 1757 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1746 -rm -rf dim/src/$(DEPDIR) dim/src/did/$(DEPDIR) gui/$(DEPDIR) src/$(DEPDIR)1758 -rm -rf ./$(DEPDIR) dim/src/$(DEPDIR) dim/src/did/$(DEPDIR) gui/$(DEPDIR) src/$(DEPDIR) 1747 1759 -rm -f Makefile 1748 1760 distclean-am: clean-am distclean-compile distclean-generic \ … … 1793 1805 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1794 1806 -rm -rf $(top_srcdir)/autom4te.cache 1795 -rm -rf dim/src/$(DEPDIR) dim/src/did/$(DEPDIR) gui/$(DEPDIR) src/$(DEPDIR)1807 -rm -rf ./$(DEPDIR) dim/src/$(DEPDIR) dim/src/did/$(DEPDIR) gui/$(DEPDIR) src/$(DEPDIR) 1796 1808 -rm -f Makefile 1797 1809 maintainer-clean-am: distclean-am maintainer-clean-generic -
trunk/FACT++/configure
r10446 r10459 747 747 LTLIBOBJS 748 748 LIBOBJS 749 IS_TRUE_FALSE 750 IS_TRUE_TRUE 751 IS_FALSE_FALSE 752 IS_FALSE_TRUE 749 753 HAS_GUI_FALSE 750 754 HAS_GUI_TRUE … … 823 827 MOTIF_LDFLAGS 824 828 LT_HAVE_XP 825 H ave_Libxp_FALSE826 H ave_Libxp_TRUE829 HAS_LIBXP_FALSE 830 HAS_LIBXP_TRUE 827 831 X_EXTRA_LIBS 828 832 X_LIBS … … 4446 4450 lt_cv_nm_interface="BSD nm" 4447 4451 echo "int some_variable = 0;" > conftest.$ac_ext 4448 (eval echo "\"\$as_me:44 48: $ac_compile\"" >&5)4452 (eval echo "\"\$as_me:4452: $ac_compile\"" >&5) 4449 4453 (eval "$ac_compile" 2>conftest.err) 4450 4454 cat conftest.err >&5 4451 (eval echo "\"\$as_me:445 1: $NM \\\"conftest.$ac_objext\\\"\"" >&5)4455 (eval echo "\"\$as_me:4455: $NM \\\"conftest.$ac_objext\\\"\"" >&5) 4452 4456 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) 4453 4457 cat conftest.err >&5 4454 (eval echo "\"\$as_me:445 4: output\"" >&5)4458 (eval echo "\"\$as_me:4458: output\"" >&5) 4455 4459 cat conftest.out >&5 4456 4460 if $GREP 'External.*some_variable' conftest.out > /dev/null; then … … 5658 5662 *-*-irix6*) 5659 5663 # Find out which ABI we are using. 5660 echo '#line 566 0"configure"' > conftest.$ac_ext5664 echo '#line 5664 "configure"' > conftest.$ac_ext 5661 5665 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 5662 5666 (eval $ac_compile) 2>&5 … … 7586 7590 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7587 7591 -e 's:$: $lt_compiler_flag:'` 7588 (eval echo "\"\$as_me:75 88: $lt_compile\"" >&5)7592 (eval echo "\"\$as_me:7592: $lt_compile\"" >&5) 7589 7593 (eval "$lt_compile" 2>conftest.err) 7590 7594 ac_status=$? 7591 7595 cat conftest.err >&5 7592 echo "$as_me:759 2: \$? = $ac_status" >&57596 echo "$as_me:7596: \$? = $ac_status" >&5 7593 7597 if (exit $ac_status) && test -s "$ac_outfile"; then 7594 7598 # The compiler can only warn and ignore the option if not recognized … … 7925 7929 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7926 7930 -e 's:$: $lt_compiler_flag:'` 7927 (eval echo "\"\$as_me:79 27: $lt_compile\"" >&5)7931 (eval echo "\"\$as_me:7931: $lt_compile\"" >&5) 7928 7932 (eval "$lt_compile" 2>conftest.err) 7929 7933 ac_status=$? 7930 7934 cat conftest.err >&5 7931 echo "$as_me:793 1: \$? = $ac_status" >&57935 echo "$as_me:7935: \$? = $ac_status" >&5 7932 7936 if (exit $ac_status) && test -s "$ac_outfile"; then 7933 7937 # The compiler can only warn and ignore the option if not recognized … … 8030 8034 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8031 8035 -e 's:$: $lt_compiler_flag:'` 8032 (eval echo "\"\$as_me:803 2: $lt_compile\"" >&5)8036 (eval echo "\"\$as_me:8036: $lt_compile\"" >&5) 8033 8037 (eval "$lt_compile" 2>out/conftest.err) 8034 8038 ac_status=$? 8035 8039 cat out/conftest.err >&5 8036 echo "$as_me:80 36: \$? = $ac_status" >&58040 echo "$as_me:8040: \$? = $ac_status" >&5 8037 8041 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8038 8042 then … … 8085 8089 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8086 8090 -e 's:$: $lt_compiler_flag:'` 8087 (eval echo "\"\$as_me:80 87: $lt_compile\"" >&5)8091 (eval echo "\"\$as_me:8091: $lt_compile\"" >&5) 8088 8092 (eval "$lt_compile" 2>out/conftest.err) 8089 8093 ac_status=$? 8090 8094 cat out/conftest.err >&5 8091 echo "$as_me:809 1: \$? = $ac_status" >&58095 echo "$as_me:8095: \$? = $ac_status" >&5 8092 8096 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8093 8097 then … … 10469 10473 lt_status=$lt_dlunknown 10470 10474 cat > conftest.$ac_ext <<_LT_EOF 10471 #line 1047 1"configure"10475 #line 10475 "configure" 10472 10476 #include "confdefs.h" 10473 10477 … … 10565 10569 lt_status=$lt_dlunknown 10566 10570 cat > conftest.$ac_ext <<_LT_EOF 10567 #line 105 67"configure"10571 #line 10571 "configure" 10568 10572 #include "confdefs.h" 10569 10573 … … 12521 12525 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12522 12526 -e 's:$: $lt_compiler_flag:'` 12523 (eval echo "\"\$as_me:1252 3: $lt_compile\"" >&5)12527 (eval echo "\"\$as_me:12527: $lt_compile\"" >&5) 12524 12528 (eval "$lt_compile" 2>conftest.err) 12525 12529 ac_status=$? 12526 12530 cat conftest.err >&5 12527 echo "$as_me:125 27: \$? = $ac_status" >&512531 echo "$as_me:12531: \$? = $ac_status" >&5 12528 12532 if (exit $ac_status) && test -s "$ac_outfile"; then 12529 12533 # The compiler can only warn and ignore the option if not recognized … … 12620 12624 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12621 12625 -e 's:$: $lt_compiler_flag:'` 12622 (eval echo "\"\$as_me:1262 2: $lt_compile\"" >&5)12626 (eval echo "\"\$as_me:12626: $lt_compile\"" >&5) 12623 12627 (eval "$lt_compile" 2>out/conftest.err) 12624 12628 ac_status=$? 12625 12629 cat out/conftest.err >&5 12626 echo "$as_me:126 26: \$? = $ac_status" >&512630 echo "$as_me:12630: \$? = $ac_status" >&5 12627 12631 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12628 12632 then … … 12672 12676 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12673 12677 -e 's:$: $lt_compiler_flag:'` 12674 (eval echo "\"\$as_me:1267 4: $lt_compile\"" >&5)12678 (eval echo "\"\$as_me:12678: $lt_compile\"" >&5) 12675 12679 (eval "$lt_compile" 2>out/conftest.err) 12676 12680 ac_status=$? 12677 12681 cat out/conftest.err >&5 12678 echo "$as_me:126 78: \$? = $ac_status" >&512682 echo "$as_me:12682: \$? = $ac_status" >&5 12679 12683 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12680 12684 then … … 18073 18077 fi 18074 18078 if test "$lt_cv_libxp" = "yes"; then 18075 H ave_Libxp_TRUE=18076 H ave_Libxp_FALSE='#'18077 else 18078 H ave_Libxp_TRUE='#'18079 H ave_Libxp_FALSE=18079 HAS_LIBXP_TRUE= 18080 HAS_LIBXP_FALSE='#' 18081 else 18082 HAS_LIBXP_TRUE='#' 18083 HAS_LIBXP_FALSE= 18080 18084 fi 18081 18085 … … 18325 18329 fi 18326 18330 if test "$lt_cv_libxp" = "yes"; then 18327 H ave_Libxp_TRUE=18328 H ave_Libxp_FALSE='#'18329 else 18330 H ave_Libxp_TRUE='#'18331 H ave_Libxp_FALSE=18331 HAS_LIBXP_TRUE= 18332 HAS_LIBXP_FALSE='#' 18333 else 18334 HAS_LIBXP_TRUE='#' 18335 HAS_LIBXP_FALSE= 18332 18336 fi 18333 18337 … … 18382 18386 LDFLAGS+=" "$MOTIF_LDFLAGS" " 18383 18387 18384 #AC_CHECK_HEADERS([Mrm/MrmAppl.h], [], 18385 # [ 18386 # echo "Error! Mrm/MrmAppl.h not properly installed, needed to compile did (you need most probably lesstif2-dev)." 18387 # exit -1 18388 # ] 18389 #) 18388 if test "$lt_cv_libxp" = "yes"; then 18389 : 18390 else 18391 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Motif/lesstif not found!" >&5 18392 $as_echo "$as_me: WARNING: Motif/lesstif not found!" >&2;} 18393 18394 fi 18390 18395 18391 18396 ###################################################################### … … 21607 21612 21608 21613 cat > conftest.$ac_ext <<EOF 21609 #line 216 09"configure"21614 #line 21614 "configure" 21610 21615 #include "confdefs.h" 21611 21616 #include <qglobal.h> … … 22283 22288 HAS_GUI_TRUE='#' 22284 22289 HAS_GUI_FALSE= 22290 fi 22291 22292 22293 if test "x" = "y"; then 22294 IS_FALSE_TRUE= 22295 IS_FALSE_FALSE='#' 22296 else 22297 IS_FALSE_TRUE='#' 22298 IS_FALSE_FALSE= 22299 fi 22300 22301 if test "x" = "x"; then 22302 IS_TRUE_TRUE= 22303 IS_TRUE_FALSE='#' 22304 else 22305 IS_TRUE_TRUE='#' 22306 IS_TRUE_FALSE= 22285 22307 fi 22286 22308 … … 22532 22554 Usually this means the macro was only invoked conditionally." "$LINENO" 5 22533 22555 fi 22534 if test -z "${H ave_Libxp_TRUE}" && test -z "${Have_Libxp_FALSE}"; then22535 as_fn_error $? "conditional \"H ave_Libxp\" was never defined.22556 if test -z "${HAS_LIBXP_TRUE}" && test -z "${HAS_LIBXP_FALSE}"; then 22557 as_fn_error $? "conditional \"HAS_LIBXP\" was never defined. 22536 22558 Usually this means the macro was only invoked conditionally." "$LINENO" 5 22537 22559 fi 22538 if test -z "${H ave_Libxp_TRUE}" && test -z "${Have_Libxp_FALSE}"; then22539 as_fn_error $? "conditional \"H ave_Libxp\" was never defined.22560 if test -z "${HAS_LIBXP_TRUE}" && test -z "${HAS_LIBXP_FALSE}"; then 22561 as_fn_error $? "conditional \"HAS_LIBXP\" was never defined. 22540 22562 Usually this means the macro was only invoked conditionally." "$LINENO" 5 22541 22563 fi … … 22582 22604 if test -z "${HAS_GUI_TRUE}" && test -z "${HAS_GUI_FALSE}"; then 22583 22605 as_fn_error $? "conditional \"HAS_GUI\" was never defined. 22606 Usually this means the macro was only invoked conditionally." "$LINENO" 5 22607 fi 22608 if test -z "${IS_FALSE_TRUE}" && test -z "${IS_FALSE_FALSE}"; then 22609 as_fn_error $? "conditional \"IS_FALSE\" was never defined. 22610 Usually this means the macro was only invoked conditionally." "$LINENO" 5 22611 fi 22612 if test -z "${IS_TRUE_TRUE}" && test -z "${IS_TRUE_FALSE}"; then 22613 as_fn_error $? "conditional \"IS_TRUE\" was never defined. 22584 22614 Usually this means the macro was only invoked conditionally." "$LINENO" 5 22585 22615 fi … … 24906 24936 { $as_echo "$as_me:${as_lineno-$LINENO}: BOOST_LDFLAGS = $BOOST_LDFLAGS" >&5 24907 24937 $as_echo "$as_me: BOOST_LDFLAGS = $BOOST_LDFLAGS" >&6;} 24908 24938 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 24909 24939 $as_echo "$as_me: " >&6;} 24910 24940 if test -n "$QT4_VERSION"; then … … 24956 24986 { $as_echo "$as_me:${as_lineno-$LINENO}: ROOTLDFLAGS = $ROOTLDFLAGS" >&5 24957 24987 $as_echo "$as_me: ROOTLDFLAGS = $ROOTLDFLAGS" >&6;} 24958 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&524988 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 24959 24989 $as_echo "$as_me: " >&6;} 24960 24990 … … 24964 24994 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 24965 24995 $as_echo "$as_me: " >&6;} 24966 24996 if test "$lt_cv_libxp" = "yes"; then 24997 { $as_echo "$as_me:${as_lineno-$LINENO}: Motif/lesstif / 'Xm/Xm.h' 'libXp' found: yes" >&5 24998 $as_echo "$as_me: Motif/lesstif / 'Xm/Xm.h' 'libXp' found: yes" >&6;} 24999 else 25000 { $as_echo "$as_me:${as_lineno-$LINENO}: Motif/lesstif / 'Xm/Xm.h' 'libXp' found: no" >&5 25001 $as_echo "$as_me: Motif/lesstif / 'Xm/Xm.h' 'libXp' found: no" >&6;} 25002 25003 fi 24967 25004 if test "$COLORDIFF" = colordiff; then 24968 { $as_echo "$as_me:${as_lineno-$LINENO}: colored svn diff / 'colordiff' found: yes" >&524969 $as_echo "$as_me: colored svn diff / 'colordiff' found: yes" >&6;}24970 else 24971 { $as_echo "$as_me:${as_lineno-$LINENO}: colored svn diff / 'colordiff' found: no" >&524972 $as_echo "$as_me: colored svn diff / 'colordiff' found: no" >&6;}25005 { $as_echo "$as_me:${as_lineno-$LINENO}: colored svn diff / 'colordiff' found: yes" >&5 25006 $as_echo "$as_me: colored svn diff / 'colordiff' found: yes" >&6;} 25007 else 25008 { $as_echo "$as_me:${as_lineno-$LINENO}: colored svn diff / 'colordiff' found: no" >&5 25009 $as_echo "$as_me: colored svn diff / 'colordiff' found: no" >&6;} 24973 25010 24974 25011 fi 24975 25012 if test "$HELP2MAN" = yes; then 24976 25013 24977 { $as_echo "$as_me:${as_lineno-$LINENO}: man-pages enabled / 'help2man' found: $HELP2MAN" >&524978 $as_echo "$as_me: man-pages enabled / 'help2man' found: $HELP2MAN" >&6;}25014 { $as_echo "$as_me:${as_lineno-$LINENO}: man-pages enabled / 'help2man' found: $HELP2MAN" >&5 25015 $as_echo "$as_me: man-pages enabled / 'help2man' found: $HELP2MAN" >&6;} 24979 25016 if test "$GROFF" = yes; then 24980 { $as_echo "$as_me:${as_lineno-$LINENO}: build of html enabled / 'groff' found: yes" >&524981 $as_echo "$as_me: build of html enabled / 'groff' found: yes" >&6;}24982 { $as_echo "$as_me:${as_lineno-$LINENO}: build of pdf enabled / 'ps2pdf' found: $PS2PDF" >&524983 $as_echo "$as_me: build of pdf enabled / 'ps2pdf' found: $PS2PDF" >&6;}24984 else 24985 { $as_echo "$as_me:${as_lineno-$LINENO}: build of html and pdf / 'groff' found: no" >&524986 $as_echo "$as_me: build of html and pdf / 'groff' found: no" >&6;}24987 24988 fi 24989 24990 else 24991 24992 { $as_echo "$as_me:${as_lineno-$LINENO}: man, html, pdf enabled / 'help2man' found: no" >&524993 $as_echo "$as_me: man, html, pdf enabled / 'help2man' found: no" >&6;}25017 { $as_echo "$as_me:${as_lineno-$LINENO}: build of html enabled / 'groff' found: yes" >&5 25018 $as_echo "$as_me: build of html enabled / 'groff' found: yes" >&6;} 25019 { $as_echo "$as_me:${as_lineno-$LINENO}: build of pdf enabled / 'ps2pdf' found: $PS2PDF" >&5 25020 $as_echo "$as_me: build of pdf enabled / 'ps2pdf' found: $PS2PDF" >&6;} 25021 else 25022 { $as_echo "$as_me:${as_lineno-$LINENO}: build of html and pdf / 'groff' found: no" >&5 25023 $as_echo "$as_me: build of html and pdf / 'groff' found: no" >&6;} 25024 25025 fi 25026 25027 else 25028 25029 { $as_echo "$as_me:${as_lineno-$LINENO}: man, html, pdf enabled / 'help2man' found: no" >&5 25030 $as_echo "$as_me: man, html, pdf enabled / 'help2man' found: no" >&6;} 24994 25031 24995 25032 fi 24996 25033 24997 25034 if test -n "$DX_DOXYGEN"; then 24998 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen docu enabled / 'doxygen' found: $DX_DOXYGEN" >&524999 $as_echo "$as_me: doxygen docu enabled / 'doxygen' found: $DX_DOXYGEN" >&6;}25000 else 25001 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen docu enabled / 'doxygen' found: no" >&525002 $as_echo "$as_me: doxygen docu enabled / 'doxygen' found: no" >&6;}25035 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen docu enabled / 'doxygen' found: $DX_DOXYGEN" >&5 25036 $as_echo "$as_me: doxygen docu enabled / 'doxygen' found: $DX_DOXYGEN" >&6;} 25037 else 25038 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen docu enabled / 'doxygen' found: no" >&5 25039 $as_echo "$as_me: doxygen docu enabled / 'doxygen' found: no" >&6;} 25003 25040 25004 25041 fi 25005 25042 if test -n "$DX_DOT"; then 25006 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen graphs enabled / 'dot' (graphviz) found: $DX_DOT" >&525007 $as_echo "$as_me: doxygen graphs enabled / 'dot' (graphviz) found: $DX_DOT" >&6;}25008 else 25009 { $as_echo "$as_me:${as_lineno-$LINENO}: dox agen graphs enabled / 'dot' (graphviz)found: no" >&525010 $as_echo "$as_me: dox agen graphs enabled / 'dot' (graphviz)found: no" >&6;}25043 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen graphs enabled / 'dot' (graphviz) found: $DX_DOT" >&5 25044 $as_echo "$as_me: doxygen graphs enabled / 'dot' (graphviz) found: $DX_DOT" >&6;} 25045 else 25046 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen graphs enabled / 'dot' (graphviz) found: no" >&5 25047 $as_echo "$as_me: doxygen graphs enabled / 'dot' (graphviz) found: no" >&6;} 25011 25048 25012 25049 fi 25013 25050 if test -n "$QT4_VERSION"; then 25014 { $as_echo "$as_me:${as_lineno-$LINENO}: QT4 support enabled / QT4 toolkit found: yes" >&525015 $as_echo "$as_me: QT4 support enabled / QT4 toolkit found: yes" >&6;}25016 else 25017 { $as_echo "$as_me:${as_lineno-$LINENO}: QT4 support enabled / QT4 toolkit found: no" >&525018 $as_echo "$as_me: QT4 support enabled / QT4 toolkit found: no" >&6;}25019 25020 fi 25021 { $as_echo "$as_me:${as_lineno-$LINENO}: ROOT support enabled / root >= 5.12/00 found: $ROOTEXEC" >&525022 $as_echo "$as_me: ROOT support enabled / root >= 5.12/00 found: $ROOTEXEC" >&6;}25023 { $as_echo "$as_me:${as_lineno-$LINENO}: ROOT built with --with-qt found: $HAVE_ROOT_QT" >&525024 $as_echo "$as_me: ROOT built with --with-qt found: $HAVE_ROOT_QT" >&6;}25051 { $as_echo "$as_me:${as_lineno-$LINENO}: QT4 support enabled / QT4 toolkit found: yes" >&5 25052 $as_echo "$as_me: QT4 support enabled / QT4 toolkit found: yes" >&6;} 25053 else 25054 { $as_echo "$as_me:${as_lineno-$LINENO}: QT4 support enabled / QT4 toolkit found: no" >&5 25055 $as_echo "$as_me: QT4 support enabled / QT4 toolkit found: no" >&6;} 25056 25057 fi 25058 { $as_echo "$as_me:${as_lineno-$LINENO}: ROOT support enabled / root >= 5.12/00 found: $ROOTEXEC" >&5 25059 $as_echo "$as_me: ROOT support enabled / root >= 5.12/00 found: $ROOTEXEC" >&6;} 25060 { $as_echo "$as_me:${as_lineno-$LINENO}: ROOT built with --with-qt found: $HAVE_ROOT_QT" >&5 25061 $as_echo "$as_me: ROOT built with --with-qt found: $HAVE_ROOT_QT" >&6;} 25025 25062 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 25026 25063 $as_echo "$as_me: " >&6;} … … 25033 25070 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 25034 25071 $as_echo "$as_me: " >&6;} 25035 { $as_echo "$as_me:${as_lineno-$LINENO}: 25036 $as_echo "$as_me: 25037 { $as_echo "$as_me:${as_lineno-$LINENO}: 25038 $as_echo "$as_me: 25039 { $as_echo "$as_me:${as_lineno-$LINENO}: 25040 $as_echo "$as_me: 25072 { $as_echo "$as_me:${as_lineno-$LINENO}: - Add 'V=1' to you make-call to switch on verbose output." >&5 25073 $as_echo "$as_me: - Add 'V=1' to you make-call to switch on verbose output." >&6;} 25074 { $as_echo "$as_me:${as_lineno-$LINENO}: - Do not try to create man-pages with doxygen," >&5 25075 $as_echo "$as_me: - Do not try to create man-pages with doxygen," >&6;} 25076 { $as_echo "$as_me:${as_lineno-$LINENO}: it does most probably not work." >&5 25077 $as_echo "$as_me: it does most probably not work." >&6;} 25041 25078 if test "$GCC" = colorgcc; then 25042 25079 : 25043 25080 else 25044 { $as_echo "$as_me:${as_lineno-$LINENO}: 25045 $as_echo "$as_me: 25046 25047 fi 25048 { $as_echo "$as_me:${as_lineno-$LINENO}: 25049 $as_echo "$as_me: 25050 { $as_echo "$as_me:${as_lineno-$LINENO}: + configureplease attach the file config.log" >&525051 $as_echo "$as_me: + configureplease attach the file config.log" >&6;}25052 { $as_echo "$as_me:${as_lineno-$LINENO}: + makeplease send me the output of 'make V=1'" >&525053 $as_echo "$as_me: + makeplease send me the output of 'make V=1'" >&6;}25081 { $as_echo "$as_me:${as_lineno-$LINENO}: - Install colorgcc to get colored compiler output." >&5 25082 $as_echo "$as_me: - Install colorgcc to get colored compiler output." >&6;} 25083 25084 fi 25085 { $as_echo "$as_me:${as_lineno-$LINENO}: - If you send me a bug report about:" >&5 25086 $as_echo "$as_me: - If you send me a bug report about:" >&6;} 25087 { $as_echo "$as_me:${as_lineno-$LINENO}: + configure: please attach the file config.log" >&5 25088 $as_echo "$as_me: + configure: please attach the file config.log" >&6;} 25089 { $as_echo "$as_me:${as_lineno-$LINENO}: + make: please send me the output of 'make V=1'" >&5 25090 $as_echo "$as_me: + make: please send me the output of 'make V=1'" >&6;} 25054 25091 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 25055 25092 $as_echo "$as_me: " >&6;} … … 25098 25135 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 25099 25136 $as_echo "$as_me: " >&6;} 25137 if test "$lt_cv_libxp" = "yes"; then 25138 : 25139 else 25140 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Motif/lesstif not found. The dim gui did will not be built!" >&5 25141 $as_echo "$as_me: WARNING: Motif/lesstif not found. The dim gui did will not be built!" >&2;} 25142 25143 fi 25100 25144 if test "$ROOTEXEC" != no; then 25101 25145 if test "$HAVE_ROOT_QT" = yes; then
Note:
See TracChangeset
for help on using the changeset viewer.