~ubuntu-branches/debian/sid/tickr/sid

« back to all changes in this revision

Viewing changes to src/libetm-0.4.3/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Emmanuel Thomas-Maurin
  • Date: 2012-06-04 14:23:24 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120604142324-j6ycu0cw6vvoahhy
Tags: 0.6.1-1
* Add: 'quick setup' thing (in tickr_quicksetup.c) which is launched
  at program startup if config file doesn't exist.

* Little improvements in layout of 'feed picker win' and 'preferences
  win'.

* Fix a segfault that happens when trying to export params and no
  config file exists yet.

* Make several windows that should not be resized by user, unresizable.

* Fix Launchpad bug #1007346: When 'window always-on-top' is disabled,
  'visible on all user desktops' stops working.

* If mouse wheel scrolling applies to speed (or feed), then Ctrl +
  mouse wheel scrolling applies to feed (or speed.)

* No real code changes in libetm, only in comments, so no need for a
  new version number.

* Update tickr_helptext.c and tickr.1 (man page.)

* Add new cli option 'no-ui' (similar to 'instance-id') used by new
  IF_UI_ALLOWED macro and remove all #if USE_GUI occurences.

* In tickr_list.c, free listfname before using it. Fixed by swapping 2
  lines:
    warning(FALSE, 4, "Can't save URL list ", listfname, ...);
    l_str_free(listfname);

* Use/add #define
    FONT_MAXLEN         68
    ARBITRARY_TASKBAR_HEIGHT    25
  to replace a few 'magic' numeric values.

* Rename: rss_title/description(_delimiter) ->
    item_title/description(_delimiter)
  then add new param: feed_title(_delimiter). Now we have:
  feed title / item title / item description.

* Use table in resource properties window.

* Fix a bug in f_list_load_from_file() in tickr_list.c which
  uncorrectly retrieves any feed title string containing TITLE_TAG_CHAR
  when TITLE_TAG_CHAR has not been removed from string first, for
  instance: 'NYT > World' -> ' World'.

* New param: disable left-click.

* Add 'check for updates' feature.

* Launch 'import OPML file' if feed list doesn't exist.

* Remove code changing get_params()->disable_popups value in
    START/END_PAUSE_TICKER_WHILE_OPENING
  macros which prevents this setting to be saved and add
    START/END_PAUSE_TICKER_ENABLE_POPUPS_WHILE_OPENING
  new macros. Which ones to use depends on context.

* Move:
    #ifdef G_OS_WIN32
    extern FILE *stdout_fp, *stderr_fp;
    #endif
  from *.c into tickr.h.

* Default always-on-top setting changed to 'n' (so that tickr is not
  intrusive by default.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
64
64
am__base_list = \
65
65
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
66
66
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
67
am__uninstall_files_from_dir = { \
 
68
  test -z "$$files" \
 
69
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
70
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
71
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
72
  }
67
73
am__installdirs = "$(DESTDIR)$(libsdir)"
68
74
LIBRARIES = $(libs_LIBRARIES)
69
75
AR = ar
247
253
        @$(NORMAL_UNINSTALL)
248
254
        @list='$(libs_LIBRARIES)'; test -n "$(libsdir)" || list=; \
249
255
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
250
 
        test -n "$$files" || exit 0; \
251
 
        echo " ( cd '$(DESTDIR)$(libsdir)' && rm -f "$$files" )"; \
252
 
        cd "$(DESTDIR)$(libsdir)" && rm -f $$files
 
256
        dir='$(DESTDIR)$(libsdir)'; $(am__uninstall_files_from_dir)
253
257
 
254
258
clean-libsLIBRARIES:
255
259
        -test -z "$(libs_LIBRARIES)" || rm -f $(libs_LIBRARIES)
256
 
libetm.a: $(libetm_a_OBJECTS) $(libetm_a_DEPENDENCIES) 
 
260
libetm.a: $(libetm_a_OBJECTS) $(libetm_a_DEPENDENCIES) $(EXTRA_libetm_a_DEPENDENCIES) 
257
261
        -rm -f libetm.a
258
262
        $(libetm_a_AR) libetm.a $(libetm_a_OBJECTS) $(libetm_a_LIBADD)
259
263
        $(RANLIB) libetm.a
423
427
 
424
428
installcheck: installcheck-am
425
429
install-strip:
426
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
427
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
428
 
          `test -z '$(STRIP)' || \
429
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
430
        if test -z '$(STRIP)'; then \
 
431
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
432
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
433
              install; \
 
434
        else \
 
435
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
436
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
437
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
438
        fi
430
439
mostlyclean-generic:
431
440
 
432
441
clean-generic: