~peter-pearse/ubuntu/oneiric/upower/prop001

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-05-05 14:31:17 UTC
  • mfrom: (15.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110505143117-9clyzsrw45vt5g6y
Tags: 0.9.10-1
* New upstream release:
  - Fix "unknown" battery status guessing to not be recursive. (LP: #384304)
* debian/control: Drop obsolete devicekit-power-* Conflicts/Replaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
@BACKEND_TYPE_FREEBSD_TRUE@am__append_2 = \
43
43
@BACKEND_TYPE_FREEBSD_TRUE@     freebsd/libupshared.la
44
44
 
45
 
@BACKEND_TYPE_LINUX_TRUE@am__append_3 = \
 
45
@BACKEND_TYPE_OPENBSD_TRUE@am__append_3 = \
 
46
@BACKEND_TYPE_OPENBSD_TRUE@     openbsd/libupshared.la
 
47
 
 
48
@BACKEND_TYPE_LINUX_TRUE@am__append_4 = \
46
49
@BACKEND_TYPE_LINUX_TRUE@       linux/libupshared.la                                    \
47
50
@BACKEND_TYPE_LINUX_TRUE@       $(USB_LIBS)                                             \
48
51
@BACKEND_TYPE_LINUX_TRUE@       $(GUDEV_LIBS)                                           \
68
71
        "$(DESTDIR)$(dbusifdir)" "$(DESTDIR)$(servicedir)"
69
72
PROGRAMS = $(libexec_PROGRAMS)
70
73
am__up_self_test_SOURCES_DIST = up-self-test.c up-polkit.h up-polkit.c \
71
 
        up-daemon.h up-daemon.c up-device.h up-device.c \
72
 
        up-device-list.h up-device-list.c up-qos.h up-qos.c \
73
 
        up-kbd-backlight.h up-kbd-backlight.c up-wakeups.h \
 
74
        up-config.h up-config.c up-daemon.h up-daemon.c up-device.h \
 
75
        up-device.c up-device-list.h up-device-list.c up-qos.h \
 
76
        up-qos.c up-kbd-backlight.h up-kbd-backlight.c up-wakeups.h \
74
77
        up-wakeups.c up-history.h up-history.c up-backend.h \
75
78
        up-native.h up-daemon-glue.h up-device-glue.h up-qos-glue.h \
76
79
        up-kbd-backlight-glue.h up-wakeups-glue.h up-marshal.h \
79
82
@UP_BUILD_TESTS_TRUE@am_up_self_test_OBJECTS =  \
80
83
@UP_BUILD_TESTS_TRUE@   up_self_test-up-self-test.$(OBJEXT) \
81
84
@UP_BUILD_TESTS_TRUE@   up_self_test-up-polkit.$(OBJEXT) \
 
85
@UP_BUILD_TESTS_TRUE@   up_self_test-up-config.$(OBJEXT) \
82
86
@UP_BUILD_TESTS_TRUE@   up_self_test-up-daemon.$(OBJEXT) \
83
87
@UP_BUILD_TESTS_TRUE@   up_self_test-up-device.$(OBJEXT) \
84
88
@UP_BUILD_TESTS_TRUE@   up_self_test-up-device-list.$(OBJEXT) \
114
118
@BACKEND_TYPE_LINUX_TRUE@       $(am__DEPENDENCIES_1)
115
119
upowerd_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
116
120
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) $(UPOWER_LIBS) \
117
 
        $(am__append_1) $(am__append_2) $(am__DEPENDENCIES_2)
 
121
        $(am__append_1) $(am__append_2) $(am__append_3) \
 
122
        $(am__DEPENDENCIES_2)
118
123
upowerd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
119
124
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(upowerd_CFLAGS) \
120
125
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
390
395
top_build_prefix = @top_build_prefix@
391
396
top_builddir = @top_builddir@
392
397
top_srcdir = @top_srcdir@
393
 
SUBDIRS = dummy freebsd linux
 
398
SUBDIRS = dummy freebsd linux openbsd
394
399
INCLUDES = \
395
400
        -I$(top_builddir)/src -I$(top_srcdir)/src               \
396
401
        -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\"               \
460
465
 
461
466
upowerd_LDADD = -lm $(USB_LIBS) $(GIO_LIBS) $(DBUS_GLIB_LIBS) \
462
467
        $(POLKIT_LIBS) $(UPOWER_LIBS) $(am__append_1) $(am__append_2) \
463
 
        $(am__append_3)
 
468
        $(am__append_3) $(am__append_4)
 
469
@BACKEND_TYPE_LINUX_TRUE@@UP_BUILD_TESTS_TRUE@DBUS_LAUNCH = $(shell which dbus-launch)
464
470
upowerd_CFLAGS = \
465
471
        $(WARNINGFLAGS_C)                                       \
466
472
        $(NULL)
469
475
@UP_BUILD_TESTS_TRUE@   up-self-test.c                                          \
470
476
@UP_BUILD_TESTS_TRUE@   up-polkit.h                                             \
471
477
@UP_BUILD_TESTS_TRUE@   up-polkit.c                                             \
 
478
@UP_BUILD_TESTS_TRUE@   up-config.h                                             \
 
479
@UP_BUILD_TESTS_TRUE@   up-config.c                                             \
472
480
@UP_BUILD_TESTS_TRUE@   up-daemon.h                                             \
473
481
@UP_BUILD_TESTS_TRUE@   up-daemon.c                                             \
474
482
@UP_BUILD_TESTS_TRUE@   up-device.h                                             \
614
622
distclean-compile:
615
623
        -rm -f *.tab.c
616
624
 
 
625
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_self_test-up-config.Po@am__quote@
617
626
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_self_test-up-daemon.Po@am__quote@
618
627
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_self_test-up-device-list.Po@am__quote@
619
628
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_self_test-up-device.Po@am__quote@
692
701
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
693
702
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(up_self_test_CFLAGS) $(CFLAGS) -c -o up_self_test-up-polkit.obj `if test -f 'up-polkit.c'; then $(CYGPATH_W) 'up-polkit.c'; else $(CYGPATH_W) '$(srcdir)/up-polkit.c'; fi`
694
703
 
 
704
up_self_test-up-config.o: up-config.c
 
705
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(up_self_test_CFLAGS) $(CFLAGS) -MT up_self_test-up-config.o -MD -MP -MF $(DEPDIR)/up_self_test-up-config.Tpo -c -o up_self_test-up-config.o `test -f 'up-config.c' || echo '$(srcdir)/'`up-config.c
 
706
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/up_self_test-up-config.Tpo $(DEPDIR)/up_self_test-up-config.Po
 
707
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
708
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='up-config.c' object='up_self_test-up-config.o' libtool=no @AMDEPBACKSLASH@
 
709
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
710
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(up_self_test_CFLAGS) $(CFLAGS) -c -o up_self_test-up-config.o `test -f 'up-config.c' || echo '$(srcdir)/'`up-config.c
 
711
 
 
712
up_self_test-up-config.obj: up-config.c
 
713
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(up_self_test_CFLAGS) $(CFLAGS) -MT up_self_test-up-config.obj -MD -MP -MF $(DEPDIR)/up_self_test-up-config.Tpo -c -o up_self_test-up-config.obj `if test -f 'up-config.c'; then $(CYGPATH_W) 'up-config.c'; else $(CYGPATH_W) '$(srcdir)/up-config.c'; fi`
 
714
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/up_self_test-up-config.Tpo $(DEPDIR)/up_self_test-up-config.Po
 
715
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
716
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='up-config.c' object='up_self_test-up-config.obj' libtool=no @AMDEPBACKSLASH@
 
717
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
718
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(up_self_test_CFLAGS) $(CFLAGS) -c -o up_self_test-up-config.obj `if test -f 'up-config.c'; then $(CYGPATH_W) 'up-config.c'; else $(CYGPATH_W) '$(srcdir)/up-config.c'; fi`
 
719
 
695
720
up_self_test-up-daemon.o: up-daemon.c
696
721
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(up_self_test_CFLAGS) $(CFLAGS) -MT up_self_test-up-daemon.o -MD -MP -MF $(DEPDIR)/up_self_test-up-daemon.Tpo -c -o up_self_test-up-daemon.o `test -f 'up-daemon.c' || echo '$(srcdir)/'`up-daemon.c
697
722
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/up_self_test-up-daemon.Tpo $(DEPDIR)/up_self_test-up-daemon.Po
1347
1372
              || exit 1; \
1348
1373
          fi; \
1349
1374
        done
 
1375
@BACKEND_TYPE_LINUX_FALSE@check-local:
 
1376
@UP_BUILD_TESTS_FALSE@check-local:
1350
1377
check-am: all-am
1351
1378
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1352
 
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
1379
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
1353
1380
check: $(BUILT_SOURCES)
1354
1381
        $(MAKE) $(AM_MAKEFLAGS) check-recursive
1355
1382
all-am: Makefile $(PROGRAMS) $(DATA)
1465
1492
        install-strip tags-recursive
1466
1493
 
1467
1494
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1468
 
        all all-am check check-TESTS check-am clean \
 
1495
        all all-am check check-TESTS check-am check-local clean \
1469
1496
        clean-checkPROGRAMS clean-generic clean-libexecPROGRAMS \
1470
1497
        clean-libtool clean-local ctags ctags-recursive distclean \
1471
1498
        distclean-compile distclean-generic distclean-libtool \
1505
1532
up-wakeups-glue.h: org.freedesktop.UPower.Wakeups.xml Makefile.am
1506
1533
        dbus-binding-tool --prefix=up_wakeups --mode=glib-server --output=up-wakeups-glue.h org.freedesktop.UPower.Wakeups.xml
1507
1534
 
 
1535
@BACKEND_TYPE_LINUX_TRUE@@UP_BUILD_TESTS_TRUE@check-local: upowerd
 
1536
@BACKEND_TYPE_LINUX_TRUE@@UP_BUILD_TESTS_TRUE@  env top_builddir=$(top_builddir) $(DBUS_LAUNCH) $(srcdir)/linux/integration-test -v
 
1537
 
1508
1538
$(service_DATA): $(service_in_files) Makefile
1509
1539
        @sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
1510
1540