~blackskad/gnomeradio/dev-vol-button

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: mfcn
  • Date: 2008-04-13 14:30:58 UTC
  • Revision ID: svn-v3-trunk0:ba97a3d1-ec25-0410-b1c6-e06ad936ea6c:trunk:194
        * data/gnomeradio.schemas.in:
        * src/Makefile.am:
        * src/gui.c (initial_frequency_scan_cb), (initial_frequency_scan),
        (start_radio), (redraw_status_window), (adj_value_changed_cb):
        * src/gui.h:
        * src/prefs.c (save_settings), (load_settings):
        * src/radio.c (radio_init), (radio_is_init), (radio_stop),
        (radio_set_freq), (radio_unmute), (radio_mute), (radio_get_stereo),
        (radio_get_signal), (radio_check_station):
        * src/radio.h:
        * src/tech.c (mixer_get_volume):
        * src/tech.h:
        * src/v4l1.c (v4l1_radio_init), (v4l1_radio_is_init),
        (v4l1_radio_set_freq), (v4l1_radio_mute), (v4l1_radio_get_stereo),
        (v4l1_radio_get_signal), (v4l1_radio_finalize),
        (v4l1_radio_dev_new):
        * src/v4l1.h:
        * src/v4l2.c (v4l2_radio_init), (v4l2_radio_is_init),
        (v4l2_radio_set_freq), (v4l2_radio_mute), (v4l2_radio_get_stereo),
        (v4l2_radio_get_signal), (v4l2_radio_finalize),
        (v4l2_radio_dev_new):
        * src/v4l2.h:
        Refactored backend so that it supports both v4l and v4l2 and selection can
        be made at runtime. The v4l2 code is based on the patch contributed by
        James Henstridge (bug #429005).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = docs pixmaps po src
2
 
 
3
 
Applicationsdir = $(datadir)/applications/
4
 
applications_in_files = gnomeradio.desktop.in
5
 
Applications_DATA = $(applications_in_files:.desktop.in=.desktop)
6
 
@INTLTOOL_DESKTOP_RULE@
7
 
 
8
 
schemadir = @GCONF_SCHEMA_FILE_DIR@
9
 
schema_in_files = gnomeradio.schemas.in
10
 
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
11
 
@INTLTOOL_SCHEMAS_RULE@
12
 
 
13
 
spec = $(PACKAGE).spec
14
 
 
15
 
all-local: $(spec) $(Applications_DATA)
16
 
 
17
 
install-data-local: 
18
 
if INSTALL_SCHEMAS
19
 
        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
20
 
endif
21
 
 
22
 
EXTRA_DIST = $(Applications_DATA) \
23
 
             $(applications_in_files) \
24
 
             $(schema_DATA) \
25
 
             $(schema_in_files) \
26
 
             $(spec) \
27
 
             intltool-update.in \
 
1
SUBDIRS = help data po src
 
2
 
 
3
distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper
 
4
 
 
5
EXTRA_DIST = intltool-update.in \
28
6
             intltool-merge.in \
29
7
             intltool-extract.in \
 
8
             README \
30
9
             README.lirc \
31
10
             README.recording \
32
 
             example.lircrc \
33
 
             xmldocs.make \
34
 
             omf.make
 
11
             gnomeradio.spec.in \
 
12
             gnomeradio.spec \
 
13
             gnome-doc-utils.make
 
14
 
 
15
CLEANFILES = gnomeradio.spec
 
16
 
 
17
DISTCLEANFILES = gnome-doc-utils.make \
 
18
                 intltool-extract \
 
19
                 intltool-merge \
 
20
                 intltool-update
 
21
 
 
22
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper