- Timestamp:
- 06/02/12 14:01:24 (12 years ago)
- Location:
- trunk/FACT++
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/Makefile.am
r13971 r14035 40 40 magicweather \ 41 41 smartfact \ 42 timecheck \ 42 43 fitsdump fitscheck 43 44 … … 93 94 fitscheck.man \ 94 95 smartfact.man 96 timecheck.man 95 97 endif 96 98 … … 271 273 libConfiguration.la 272 274 275 timecheck_SOURCES = src/timecheck.cc src/LocalControl.h 276 timecheck_LDADD = libDim++.la libDim.la libDimExtension.la \ 277 libStateMachine.la libTools.la libTime.la \ 278 libConfiguration.la 279 273 280 smartfact_SOURCES = src/smartfact.cc src/LocalControl.h src/PixelMap.cc 274 281 smartfact_LDADD = libDim++.la libDim.la libDimExtension.la \ -
trunk/FACT++/Makefile.in
r13972 r14035 49 49 drivectrl$(EXEEXT) mcp$(EXEEXT) feedback$(EXEEXT) \ 50 50 ratescan$(EXEEXT) ratecontrol$(EXEEXT) magicweather$(EXEEXT) \ 51 smartfact$(EXEEXT) fitsdump$(EXEEXT) fitscheck$(EXEEXT) \ 52 $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ 53 $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) 51 smartfact$(EXEEXT) timecheck$(EXEEXT) fitsdump$(EXEEXT) \ 52 fitscheck$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2) \ 53 $(am__EXEEXT_3) $(am__EXEEXT_4) $(am__EXEEXT_5) \ 54 $(am__EXEEXT_6) 54 55 @HAS_GUI_TRUE@am__append_1 = fact 55 56 @HAS_SOPRANO_TRUE@am__append_2 = tngweather … … 369 370 time_OBJECTS = $(am_time_OBJECTS) 370 371 time_DEPENDENCIES = libTime.la 372 am_timecheck_OBJECTS = src/timecheck.$(OBJEXT) 373 timecheck_OBJECTS = $(am_timecheck_OBJECTS) 374 timecheck_DEPENDENCIES = libDim++.la libDim.la libDimExtension.la \ 375 libStateMachine.la libTools.la libTime.la libConfiguration.la 371 376 am_tngweather_OBJECTS = src/tngweather.$(OBJEXT) 372 377 tngweather_OBJECTS = $(am_tngweather_OBJECTS) … … 461 466 $(scheduler_SOURCES) $(skypeclient_SOURCES) \ 462 467 $(smartfact_SOURCES) $(test_SOURCES) $(time_SOURCES) \ 463 $(t ngweather_SOURCES) $(triggerschedule_SOURCES) \464 $( viewer_SOURCES)468 $(timecheck_SOURCES) $(tngweather_SOURCES) \ 469 $(triggerschedule_SOURCES) $(viewer_SOURCES) 465 470 DIST_SOURCES = $(libConfiguration_la_SOURCES) $(libDim___la_SOURCES) \ 466 471 $(libDim_la_SOURCES) $(libDimExtension_la_SOURCES) \ … … 480 485 sched.c $(scheduler_SOURCES) $(skypeclient_SOURCES) \ 481 486 $(smartfact_SOURCES) $(test_SOURCES) $(time_SOURCES) \ 482 $(t ngweather_SOURCES) $(triggerschedule_SOURCES) \483 $( am__viewer_SOURCES_DIST)487 $(timecheck_SOURCES) $(tngweather_SOURCES) \ 488 $(triggerschedule_SOURCES) $(am__viewer_SOURCES_DIST) 484 489 man1dir = $(mandir)/man1 485 490 NROFF = nroff … … 715 720 AM_CPPFLAGS = -Idim/dim $(DIM_FLAGS) $(BOOST_FLAGS) $(ROOTCPPFLAGS) \ 716 721 -Wall -Winit-self -Wpointer-arith -Wcast-align -Wextra -Wformat=2 \ 717 $(SVN_REVISION) 718 719 #`pkg-config --cflags --libs dbus-1` `pkg-config --cflags --libs dbus-glib-1` 722 $(SVN_REVISION) 723 720 724 AM_CXXFLAGS = $(AM_CPPFLAGS) \ 721 725 -Woverloaded-virtual -Wnon-virtual-dtor -Wshadow … … 894 898 tngweather_SOURCES = src/tngweather.cc src/LocalControl.h 895 899 tngweather_LDADD = libDim++.la libDim.la libDimExtension.la \ 900 libStateMachine.la libTools.la libTime.la \ 901 libConfiguration.la 902 903 timecheck_SOURCES = src/timecheck.cc src/LocalControl.h 904 timecheck_LDADD = libDim++.la libDim.la libDimExtension.la \ 896 905 libStateMachine.la libTools.la libTime.la \ 897 906 libConfiguration.la … … 1504 1513 @rm -f time$(EXEEXT) 1505 1514 $(AM_V_CXXLD)$(CXXLINK) $(time_OBJECTS) $(time_LDADD) $(LIBS) 1515 src/timecheck.$(OBJEXT): src/$(am__dirstamp) \ 1516 src/$(DEPDIR)/$(am__dirstamp) 1517 timecheck$(EXEEXT): $(timecheck_OBJECTS) $(timecheck_DEPENDENCIES) 1518 @rm -f timecheck$(EXEEXT) 1519 $(AM_V_CXXLD)$(CXXLINK) $(timecheck_OBJECTS) $(timecheck_LDADD) $(LIBS) 1506 1520 src/tngweather.$(OBJEXT): src/$(am__dirstamp) \ 1507 1521 src/$(DEPDIR)/$(am__dirstamp) … … 1707 1721 -rm -f src/test.$(OBJEXT) 1708 1722 -rm -f src/time.$(OBJEXT) 1723 -rm -f src/timecheck.$(OBJEXT) 1709 1724 -rm -f src/tngweather.$(OBJEXT) 1710 1725 -rm -f src/tools.$(OBJEXT) … … 1834 1849 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/test.Po@am__quote@ 1835 1850 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/time.Po@am__quote@ 1851 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/timecheck.Po@am__quote@ 1836 1852 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/tngweather.Po@am__quote@ 1837 1853 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/tools.Plo@am__quote@ … … 2563 2579 uninstall-libLTLIBRARIES uninstall-man uninstall-man1 2564 2580 2581 @HAS_HELP2MAN_TRUE@ timecheck.man 2565 2582 2566 2583 .ui.h: $< -
trunk/FACT++/configure
r13970 r14035 650 650 HAS_ROOT_FALSE 651 651 HAS_ROOT_TRUE 652 HAS_SQL_FALSE 653 HAS_SQL_TRUE 652 654 HAS_QT4_FALSE 653 655 HAS_QT4_TRUE … … 23857 23859 23858 23860 cat > conftest.$ac_ext <<EOF 23859 #line 238 59"configure"23861 #line 23861 "configure" 23860 23862 #include "confdefs.h" 23861 23863 #include <qglobal.h> … … 24880 24882 fi 24881 24883 24882 if test -n"$DX_DOXYGEN"; then24884 if test "$DX_DOXYGEN"; then 24883 24885 HAS_DOXYGEN_TRUE= 24884 24886 HAS_DOXYGEN_FALSE='#' … … 24888 24890 fi 24889 24891 24890 if test -n"$DX_DOT"; then24892 if test "$DX_DOT"; then 24891 24893 HAS_DOT_TRUE= 24892 24894 HAS_DOT_FALSE='#' … … 24904 24906 fi 24905 24907 24906 if test -n"$QT4_VERSION"; then24908 if test "$QT4_VERSION"; then 24907 24909 HAS_QT4_TRUE= 24908 24910 HAS_QT4_FALSE='#' … … 24910 24912 HAS_QT4_TRUE='#' 24911 24913 HAS_QT4_FALSE= 24914 fi 24915 24916 if test "$MYSQLPP_LIB_DIR" -a "$MYSQLPP_INC_DIR" ; then 24917 HAS_SQL_TRUE= 24918 HAS_SQL_FALSE='#' 24919 else 24920 HAS_SQL_TRUE='#' 24921 HAS_SQL_FALSE= 24912 24922 fi 24913 24923 … … 25071 25081 if test "$HAVE_DBUS" = yes; then 25072 25082 $as_echo "#define HAVE_DBUS 1" >>confdefs.h 25083 25084 fi 25085 if test "$MYSQLPP_LIB_DIR" -a "$MYSQLPP_INC_DIR" ; then 25086 $as_echo "#define HAVE_SQL 1" >>confdefs.h 25073 25087 25074 25088 fi … … 25375 25389 if test -z "${HAS_QT4_TRUE}" && test -z "${HAS_QT4_FALSE}"; then 25376 25390 as_fn_error $? "conditional \"HAS_QT4\" was never defined. 25391 Usually this means the macro was only invoked conditionally." "$LINENO" 5 25392 fi 25393 if test -z "${HAS_SQL_TRUE}" && test -z "${HAS_SQL_FALSE}"; then 25394 as_fn_error $? "conditional \"HAS_SQL\" was never defined. 25377 25395 Usually this means the macro was only invoked conditionally." "$LINENO" 5 25378 25396 fi … … 27845 27863 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 27846 27864 $as_echo "$as_me: " >&6;} 27847 if test -n "$QT4_VERSION"; then 27865 if test "$MYSQLPP_LIB_DIR" -a "$MYSQLPP_INC_DIR" ; then 27866 27867 { $as_echo "$as_me:${as_lineno-$LINENO}: --------------------------------------------------------------------" >&5 27868 $as_echo "$as_me: --------------------------------------------------------------------" >&6;} 27869 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 27870 $as_echo "$as_me: " >&6;} 27871 { $as_echo "$as_me:${as_lineno-$LINENO}: MYSQLPP_INC_DIR = $MYSQLPP_INC_DIR" >&5 27872 $as_echo "$as_me: MYSQLPP_INC_DIR = $MYSQLPP_INC_DIR" >&6;} 27873 { $as_echo "$as_me:${as_lineno-$LINENO}: MYSQLPP_LIB_DIR = $MYSQLPP_LIB_DIR" >&5 27874 $as_echo "$as_me: MYSQLPP_LIB_DIR = $MYSQLPP_LIB_DIR" >&6;} 27875 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 27876 $as_echo "$as_me: " >&6;} 27877 27878 fi 27879 if test "$QT4_VERSION"; then 27848 27880 27849 27881 { $as_echo "$as_me:${as_lineno-$LINENO}: --------------------------------------------------------------------" >&5 … … 27921 27953 { $as_echo "$as_me:${as_lineno-$LINENO}: CCfits / 'CCfits/CCfits' found: $HAVE_CCFITS" >&5 27922 27954 $as_echo "$as_me: CCfits / 'CCfits/CCfits' found: $HAVE_CCFITS" >&6;} 27955 if test "$MYSQLPP_LIB_DIR" -a "$MYSQLPP_INC_DIR" ; then 27956 { $as_echo "$as_me:${as_lineno-$LINENO}: MySQL/MySQL++ / 'mysql++.h' found: yes" >&5 27957 $as_echo "$as_me: MySQL/MySQL++ / 'mysql++.h' found: yes" >&6;} 27958 else 27959 { $as_echo "$as_me:${as_lineno-$LINENO}: MySQL/MySQL++ / 'mysql++.h' found: no" >&5 27960 $as_echo "$as_me: MySQL/MySQL++ / 'mysql++.h' found: no" >&6;} 27961 27962 fi 27923 27963 { $as_echo "$as_me:${as_lineno-$LINENO}: DBus-1, DBus-glib-1 / pkg-config found: $HAVE_DBUS" >&5 27924 27964 $as_echo "$as_me: DBus-1, DBus-glib-1 / pkg-config found: $HAVE_DBUS" >&6;} … … 27970 28010 fi 27971 28011 27972 if test -n"$DX_DOXYGEN"; then28012 if test "$DX_DOXYGEN"; then 27973 28013 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen docu enabled / 'doxygen' found: $DX_DOXYGEN" >&5 27974 28014 $as_echo "$as_me: doxygen docu enabled / 'doxygen' found: $DX_DOXYGEN" >&6;} … … 27978 28018 27979 28019 fi 27980 if test -n"$DX_DOT"; then28020 if test "$DX_DOT"; then 27981 28021 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen graphs enabled / 'dot' (graphviz) found: $DX_DOT" >&5 27982 28022 $as_echo "$as_me: doxygen graphs enabled / 'dot' (graphviz) found: $DX_DOT" >&6;} … … 27986 28026 27987 28027 fi 27988 if test -n"$QT4_VERSION"; then28028 if test "$QT4_VERSION"; then 27989 28029 { $as_echo "$as_me:${as_lineno-$LINENO}: QT4 support enabled / QT4 toolkit found: yes" >&5 27990 28030 $as_echo "$as_me: QT4 support enabled / QT4 toolkit found: yes" >&6;} … … 28064 28104 28065 28105 fi 28066 if test -n"$DX_DOXYGEN"; then28106 if test "$DX_DOXYGEN"; then 28067 28107 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen-run: build html documentation with doxygen" >&5 28068 28108 $as_echo "$as_me: doxygen-run: build html documentation with doxygen" >&6;} … … 28110 28150 28111 28151 fi 28112 if test -n"$QT4_VERSION"; then28152 if test "$QT4_VERSION"; then 28113 28153 : 28114 28154 else … … 28154 28194 28155 28195 fi 28196 if test "$MYSQLPP_LIB_DIR" -a "$MYSQLPP_INC_DIR" ; then 28197 : 28198 else 28199 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: database support globally disabled!" >&5 28200 $as_echo "$as_me: WARNING: database support globally disabled!" >&2;} 28201 fi 28156 28202 if test "$HAVE_NOVA" = yes; then 28157 28203 : -
trunk/FACT++/configure.ac
r13969 r14035 168 168 #AX_CHECK_GLU 169 169 #AX_CHECK_GLUT 170 171 # Check for the fits header and zstream support from MARS172 #AC_CHECK_FILE(gui/RawEventsViewer/izstream.h,173 # HAVE_IZSTREAM_H=yes, HAVE_IZSTREAM_H=no)174 #AC_CHECK_FILE(gui/RawEventsViewer/fits.h,175 # HAVE_FITS_H=yes, HAVE_FITS_H=no)176 170 177 171 # Needed to compile FACT++ … … 372 366 AM_CONDITIONAL(HAS_PS2PDF, [test "$PS2PDF" = yes]) 373 367 AM_CONDITIONAL(HAS_HELP2MAN, [test "$HELP2MAN" = yes]) 374 AM_CONDITIONAL(HAS_DOXYGEN, [test -n"$DX_DOXYGEN"])375 AM_CONDITIONAL(HAS_DOT, [test -n"$DX_DOT"])368 AM_CONDITIONAL(HAS_DOXYGEN, [test "$DX_DOXYGEN"]) 369 AM_CONDITIONAL(HAS_DOT, [test "$DX_DOT"]) 376 370 AM_CONDITIONAL(HAS_COLORGCC, [test "$COLORGCC"]) 377 AM_CONDITIONAL(HAS_QT4, [test -n "$QT4_VERSION"]) 371 AM_CONDITIONAL(HAS_QT4, [test "$QT4_VERSION"]) 372 AM_CONDITIONAL(HAS_SQL, [test "$MYSQLPP_LIB_DIR" -a "$MYSQLPP_INC_DIR" ]) 378 373 AM_CONDITIONAL(HAS_ROOT, [test "$ROOTEXEC" != no]) 379 374 AM_CONDITIONAL(HAS_ROOT_QT, [test "$HAVE_ROOT_QT" = yes]) … … 382 377 AM_CONDITIONAL(HAS_FITS, [test "$HAVE_CFITSIO" = yes -a "$HAVE_CCFITS" = yes]) 383 378 AM_CONDITIONAL(HAS_ZLIB, [test "$HAVE_ZLIB" = yes]) 384 #AM_CONDITIONAL(HAS_IZSTREAM_H,[test "$HAVE_IZSTREAM_H" = yes])385 #AM_CONDITIONAL(HAS_FITS_H, [test "$HAVE_FITS_H" = yes])386 379 AM_CONDITIONAL(HAS_GL, [test "$HAVE_GL" = yes]) 387 380 AM_CONDITIONAL(HAS_GLU, [test "$HAVE_GLU" = yes]) … … 403 396 AM_COND_IF(HAS_NOVA, [AC_DEFINE(HAVE_NOVA)], ) 404 397 AM_COND_IF(HAS_DBUS, [AC_DEFINE(HAVE_DBUS)], ) 405 406 #AM_COND_IF(HAS_FITS_H, [ 407 # AM_COND_IF(HAS_IZSTREAM_H, [ 408 # ]) 409 #],) 410 398 AM_COND_IF(HAS_SQL, [AC_DEFINE(HAVE_SQL)], ) 411 399 412 400 ########################################################################## … … 432 420 AC_MSG_NOTICE([ BOOST_LDFLAGS = $BOOST_LDFLAGS]) 433 421 AC_MSG_NOTICE() 422 AM_COND_IF(HAS_SQL, [ 423 AC_MSG_NOTICE(--------------------------------------------------------------------) 424 AC_MSG_NOTICE() 425 AC_MSG_NOTICE([ MYSQLPP_INC_DIR = $MYSQLPP_INC_DIR]) 426 AC_MSG_NOTICE([ MYSQLPP_LIB_DIR = $MYSQLPP_LIB_DIR]) 427 AC_MSG_NOTICE() 428 ],[]) 434 429 AM_COND_IF(HAS_QT4, [ 435 430 AC_MSG_NOTICE(--------------------------------------------------------------------) … … 462 457 AC_MSG_NOTICE([ zlib / 'zlib.h' found: $HAVE_ZLIB]) 463 458 AC_MSG_NOTICE([ nova / libnova.so found: $HAVE_NOVA]) 464 #AC_MSG_NOTICE([ gui/RawEventsViewer/izstream.h found: $HAVE_IZSTREAM_H])465 #AC_MSG_NOTICE([ gui/RawEventsViewer/fits.h found: $HAVE_FITS_H])466 459 AC_MSG_NOTICE([ GL / GL/gl.h found: $HAVE_GL]) 467 460 AC_MSG_NOTICE([ GLU / GL/glu.h found: $HAVE_GLU]) … … 471 464 AC_MSG_NOTICE([ cfitsio / 'fitsio.h' found: $HAVE_CFITSIO]) 472 465 AC_MSG_NOTICE([ CCfits / 'CCfits/CCfits' found: $HAVE_CCFITS]) 466 AM_COND_IF(HAS_SQL, 467 AC_MSG_NOTICE([ MySQL/MySQL++ / 'mysql++.h' found: yes]), 468 AC_MSG_NOTICE([ MySQL/MySQL++ / 'mysql++.h' found: no]) 469 ) 473 470 AC_MSG_NOTICE([ DBus-1, DBus-glib-1 / pkg-config found: $HAVE_DBUS]) 474 471 AM_COND_IF(HAS_LIBXP, … … 576 573 AC_MSG_WARN([ Either of the necessary packages not found - viewer GUI disabled!]) 577 574 ) 575 AM_COND_IF(HAS_SQL,, AC_MSG_WARN([ database support globally disabled!])) 578 576 AM_COND_IF(HAS_NOVA,, AC_MSG_WARN([ libnova missing - smartfact will be compiles without astronomy support!])) 579 577 AM_COND_IF(HAS_DBUS,, AC_MSG_WARN([ DBus libraries missing - skypeclient will not be compiled!]))
Note:
See TracChangeset
for help on using the changeset viewer.