~ubuntu-branches/debian/sid/hal/sid

« back to all changes in this revision

Viewing changes to tools/linux/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
udevrulesdir = $(sysconfdir)/udev/rules.d
4
4
udevrules_DATA = 90-hal.rules
5
5
 
 
6
 
 
7
AM_CPPFLAGS = \
 
8
        -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
 
9
        -DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
 
10
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
 
11
        -DPACKAGE_BIN_DIR=\""$(bindir)"\" \
 
12
        -DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \
 
13
        -DPACKAGE_SCRIPT_DIR=\""$(libdir)/hal/scripts"\" \
 
14
        -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
 
15
        -I$(top_srcdir) -I$(top_srcdir)/libhal -I$(top_srcdir)/libhal-storage \
 
16
        @DBUS_CFLAGS@ @GLIB_CFLAGS@ @POLKIT_CFLAGS@
 
17
 
 
18
libexec_PROGRAMS =                    \
 
19
         hal-ipw-killswitch-linux
 
20
 
 
21
hal_ipw_killswitch_linux_SOURCES = hal-ipw-killswitch-linux.c
 
22
hal_ipw_killswitch_linux_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la
 
23
 
 
24
 
6
25
scriptdir = $(libdir)/hal/scripts/linux
7
26
 
8
27
script_SCRIPTS =                                        \
10
29
        hal-luks-teardown-linux                         \
11
30
        hal-luks-remove-linux                           \
12
31
        hal-system-power-suspend-linux                  \
 
32
        hal-system-power-suspend-hybrid-linux           \
13
33
        hal-system-power-hibernate-linux                \
14
34
        hal-system-power-shutdown-linux                 \
15
35
        hal-system-power-reboot-linux                   \
36
56
            fi; \
37
57
        done;
38
58
 
 
59
clean-local :
 
60
        rm -f *~