~ubuntu-branches/ubuntu/raring/gjs/raring

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-13 19:15:08 UTC
  • mfrom: (1.6.7)
  • Revision ID: package-import@ubuntu.com-20120313191508-k44let6s97mb45uv
Tags: 1.31.20-0ubuntu1
* New upstream release.
* Add gir package
* debian/control.in: Require minimum glib 2.31
* Drop all patches since they've been applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
host_triplet = @host@
40
40
bin_PROGRAMS = gjs-console$(EXEEXT)
41
41
check_PROGRAMS = $(am__EXEEXT_1)
42
 
@HAVE_FIREFOX_JS_LIBDIR_TRUE@am__append_1 = -R $(FIREFOX_JS_LIBDIR) 
43
 
@ENABLE_DTRACE_TRUE@am__append_2 = gjs_gi_probes.h gjs_gi_probes.o
44
 
@ENABLE_DTRACE_TRUE@am__append_3 = gjs_gi_probes.o
 
42
@ENABLE_DTRACE_TRUE@am__append_1 = gjs_gi_probes.h gjs_gi_probes.o
 
43
@ENABLE_DTRACE_TRUE@am__append_2 = gjs_gi_probes.o
45
44
DIST_COMMON = README $(am__configure_deps) $(dist_gjsjs_DATA) \
46
45
        $(dist_gjsoverride_DATA) $(dist_gjstweener_DATA) \
47
46
        $(gjs_dbusheader_HEADERS) $(nobase_gjs_module_include_HEADERS) \
54
53
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
55
54
        compile config.guess config.sub depcomp install-sh ltmain.sh \
56
55
        missing
57
 
@HAVE_FIREFOX_JS_LIBDIR_TRUE@am__append_4 = -R $(FIREFOX_JS_LIBDIR)
58
56
subdir = .
59
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
58
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
90
88
am__installdirs = "$(DESTDIR)$(gjsnativedir)" "$(DESTDIR)$(libdir)" \
91
89
        "$(DESTDIR)$(testlibdir)" "$(DESTDIR)$(bindir)" \
92
90
        "$(DESTDIR)$(gjsjsdir)" "$(DESTDIR)$(gjsoverridedir)" \
93
 
        "$(DESTDIR)$(gjstweenerdir)" "$(DESTDIR)$(pkgconfigdir)" \
94
 
        "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(tapsetdir)" \
95
 
        "$(DESTDIR)$(gjs_dbusheaderdir)" \
 
91
        "$(DESTDIR)$(gjstweenerdir)" "$(DESTDIR)$(girdir)" \
 
92
        "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(tapsetdir)" \
 
93
        "$(DESTDIR)$(typelibdir)" "$(DESTDIR)$(gjs_dbusheaderdir)" \
96
94
        "$(DESTDIR)$(gjs_module_includedir)" \
97
95
        "$(DESTDIR)$(gjs_public_includedir)"
98
96
LTLIBRARIES = $(gjsnative_LTLIBRARIES) $(lib_LTLIBRARIES) \
178
176
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
179
177
        $(libgjs_gdbus_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
180
178
        -o $@
181
 
libgjs_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__append_3)
 
179
libgjs_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__append_2)
182
180
am_libgjs_la_OBJECTS = libgjs_la-byteArray.lo libgjs_la-context.lo \
183
181
        libgjs_la-importer.lo libgjs_la-gi.lo \
184
182
        libgjs_la-jsapi-private.lo libgjs_la-jsapi-util.lo \
191
189
        libgjs_la-closure.lo libgjs_la-enumeration.lo \
192
190
        libgjs_la-function.lo libgjs_la-keep-alive.lo libgjs_la-ns.lo \
193
191
        libgjs_la-object.lo libgjs_la-foreign.lo libgjs_la-param.lo \
194
 
        libgjs_la-repo.lo libgjs_la-union.lo libgjs_la-value.lo
 
192
        libgjs_la-repo.lo libgjs_la-union.lo libgjs_la-value.lo \
 
193
        libgjs_la-interface.lo libgjs_la-gtype.lo
195
194
libgjs_la_OBJECTS = $(am_libgjs_la_OBJECTS)
196
195
libgjs_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
197
196
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
208
207
mainloop_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
209
208
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(mainloop_la_CFLAGS) \
210
209
        $(CFLAGS) $(mainloop_la_LDFLAGS) $(LDFLAGS) -o $@
 
210
system_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
211
am_system_la_OBJECTS = system_la-system.lo
 
212
system_la_OBJECTS = $(am_system_la_OBJECTS)
 
213
system_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
214
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(system_la_CFLAGS) \
 
215
        $(CFLAGS) $(system_la_LDFLAGS) $(LDFLAGS) -o $@
211
216
am__EXEEXT_1 = gjs-tests$(EXEEXT) gjs-unit$(EXEEXT)
212
217
PROGRAMS = $(bin_PROGRAMS)
213
218
am_gjs_console_OBJECTS = gjs_console-console.$(OBJEXT)
214
219
gjs_console_OBJECTS = $(am_gjs_console_OBJECTS)
215
 
gjs_console_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
216
 
        libgjs.la
 
220
gjs_console_DEPENDENCIES = $(am__DEPENDENCIES_1) libgjs.la
217
221
gjs_console_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
218
222
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(gjs_console_CFLAGS) \
219
223
        $(CFLAGS) $(gjs_console_LDFLAGS) $(LDFLAGS) -o $@
284
288
        $(nodist_libgimarshallingtests_la_SOURCES) \
285
289
        $(libgjs_dbus_la_SOURCES) $(libgjs_gdbus_la_SOURCES) \
286
290
        $(libgjs_la_SOURCES) $(nodist_libregress_la_SOURCES) \
287
 
        $(mainloop_la_SOURCES) $(gjs_console_SOURCES) \
288
 
        $(gjs_tests_SOURCES) $(nodist_gjs_tests_SOURCES) \
289
 
        $(gjs_unit_SOURCES)
 
291
        $(mainloop_la_SOURCES) $(system_la_SOURCES) \
 
292
        $(gjs_console_SOURCES) $(gjs_tests_SOURCES) \
 
293
        $(nodist_gjs_tests_SOURCES) $(gjs_unit_SOURCES)
290
294
DIST_SOURCES = $(cairoNative_la_SOURCES) $(console_la_SOURCES) \
291
295
        $(dbusNative_la_SOURCES) $(debugger_la_SOURCES) \
292
296
        $(gettextNative_la_SOURCES) $(langNative_la_SOURCES) \
293
297
        $(libgjs_dbus_la_SOURCES) $(libgjs_gdbus_la_SOURCES) \
294
298
        $(libgjs_la_SOURCES) $(mainloop_la_SOURCES) \
295
 
        $(gjs_console_SOURCES) $(gjs_tests_SOURCES) \
296
 
        $(gjs_unit_SOURCES)
 
299
        $(system_la_SOURCES) $(gjs_console_SOURCES) \
 
300
        $(gjs_tests_SOURCES) $(gjs_unit_SOURCES)
297
301
DATA = $(dist_gjsjs_DATA) $(dist_gjsoverride_DATA) \
298
 
        $(dist_gjstweener_DATA) $(pkgconfig_DATA) $(pkglib_DATA) \
299
 
        $(tapset_DATA)
 
302
        $(dist_gjstweener_DATA) $(gir_DATA) $(pkgconfig_DATA) \
 
303
        $(tapset_DATA) $(typelib_DATA)
300
304
HEADERS = $(gjs_dbusheader_HEADERS) \
301
305
        $(nobase_gjs_module_include_HEADERS) \
302
306
        $(nobase_gjs_public_include_HEADERS) $(noinst_HEADERS)
343
347
EGREP = @EGREP@
344
348
EXEEXT = @EXEEXT@
345
349
FGREP = @FGREP@
346
 
FIREFOX_JS_LIBDIR = @FIREFOX_JS_LIBDIR@
347
350
GENHTML = @GENHTML@
348
351
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
349
352
GI_DATADIR = @GI_DATADIR@
356
359
GJS_DBUS_LIBS = @GJS_DBUS_LIBS@
357
360
GJS_GDBUS_CFLAGS = @GJS_GDBUS_CFLAGS@
358
361
GJS_GDBUS_LIBS = @GJS_GDBUS_LIBS@
359
 
GJS_INTERNALS_LIBS = @GJS_INTERNALS_LIBS@
360
362
GJS_LIBS = @GJS_LIBS@
361
363
GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
362
364
GOBJECT_LIBS = @GOBJECT_LIBS@
375
377
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
376
378
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
377
379
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
378
 
JS_CFLAGS = @JS_CFLAGS@
379
 
JS_LIBS = @JS_LIBS@
380
 
JS_PACKAGE = @JS_PACKAGE@
381
380
LCOV = @LCOV@
382
381
LD = @LD@
383
382
LDFLAGS = @LDFLAGS@
481
480
        modules/signals.js modules/cairo.js modules/dbus.js \
482
481
        modules/promise.js
483
482
gjsnative_LTLIBRARIES = console.la debugger.la langNative.la \
484
 
        mainloop.la gettextNative.la dbusNative.la cairoNative.la
485
 
BUILT_SOURCES = $(am__append_2) $(nodist_gjs_tests_SOURCES)
 
483
        mainloop.la gettextNative.la dbusNative.la cairoNative.la \
 
484
        system.la
 
485
BUILT_SOURCES = $(am__append_1) $(nodist_gjs_tests_SOURCES)
486
486
CLEANFILES = $(nodist_gjs_tests_SOURCES) gjstest.c.stamp \
487
487
        gjstest.h.stamp Regress-1.0.gir Regress-1.0.typelib \
488
488
        GIMarshallingTests-1.0.gir GIMarshallingTests-1.0.typelib \
503
503
        test/js/test0020importer.js test/js/test0030basicBoxed.js \
504
504
        test/js/test0040mainloop.js test/js/testself.js \
505
505
        test/js/testByteArray.js test/js/testCairo.js \
506
 
        test/js/testDBus.js test/js/testGDBus.js \
 
506
        test/js/testClass.js test/js/testDBus.js test/js/testGDBus.js \
507
507
        test/js/testEverythingBasic.js \
508
508
        test/js/testEverythingEncapsulated.js \
509
509
        test/js/testGIMarshalling.js test/js/testImporter.js \
550
550
        gi/closure.h    \
551
551
        gi/enumeration.h        \
552
552
        gi/function.h   \
553
 
        gi/keep-alive.h 
 
553
        gi/keep-alive.h \
 
554
        gi/interface.h  \
 
555
        gi/gtype.h
554
556
 
555
557
 
556
558
########################################################################
574
576
libgjs_la_CFLAGS = \
575
577
        $(AM_CFLAGS)
576
578
 
577
 
libgjs_la_LDFLAGS = -export-symbols-regex "^[^_]" -version-info 0:0:0 \
578
 
        -no-undefined -rdynamic $(am__append_1)
579
 
libgjs_la_LIBADD = $(GJS_LIBS) $(am__append_3)
 
579
libgjs_la_LDFLAGS = \
 
580
        -export-symbols-regex "^[^_]" -version-info 0:0:0       \
 
581
        -no-undefined \
 
582
        -rdynamic
 
583
 
 
584
libgjs_la_LIBADD = $(GJS_LIBS) $(am__append_2)
580
585
 
581
586
# For historical reasons, some files live in gi/
582
587
libgjs_la_SOURCES = gjs/byteArray.c gjs/context.c gjs/importer.c \
587
592
        util/crash.c util/log.c util/misc.c gi/gjs_gi_trace.h gi/arg.c \
588
593
        gi/boxed.c gi/closure.c gi/enumeration.c gi/function.c \
589
594
        gi/keep-alive.c gi/ns.c gi/object.c gi/foreign.c gi/param.c \
590
 
        gi/repo.c gi/union.c gi/value.c
 
595
        gi/repo.c gi/union.c gi/value.c gi/interface.c gi/gtype.c
591
596
tapset_in_files = gjs/gjs.stp.in
592
597
@ENABLE_SYSTEMTAP_TRUE@tapsetdir = $(DESTDIR)$(datadir)/systemtap/tapset
593
598
@ENABLE_SYSTEMTAP_TRUE@tapset_DATA = $(tapset_in_files:.stp.in=.stp)
637
642
 
638
643
dist_gjsoverride_DATA = \
639
644
        modules/overrides/GLib.js       \
640
 
        modules/overrides/Gio.js
 
645
        modules/overrides/Gio.js        \
 
646
        modules/overrides/GObject.js
641
647
 
642
648
JS_NATIVE_MODULE_CFLAGS = \
643
649
        $(AM_CFLAGS)            \
724
730
        modules/cairo-solid-pattern.c           \
725
731
        modules/cairo.c
726
732
 
 
733
system_la_CFLAGS = \
 
734
        $(JS_NATIVE_MODULE_CFLAGS)
 
735
 
 
736
system_la_LIBADD = \
 
737
        $(JS_NATIVE_MODULE_LIBADD)
 
738
 
 
739
system_la_LDFLAGS = \
 
740
        $(JS_NATIVE_MODULE_LDFLAGS)
 
741
 
 
742
system_la_SOURCES = \
 
743
        modules/system.h        \
 
744
        modules/system.c
 
745
 
727
746
console_la_CFLAGS = \
728
747
        $(JS_NATIVE_MODULE_CFLAGS)
729
748
 
773
792
dbusNative_la_LDFLAGS = \
774
793
        $(JS_NATIVE_MODULE_LDFLAGS)
775
794
 
776
 
pkglib_DATA = $(INTROSPECTION_GIRS) $(INTROSPECTION_GIRS:.gir=.typelib)
 
795
girdir = $(datadir)/gir-1.0
 
796
gir_DATA = $(INTROSPECTION_GIRS)
 
797
typelibdir = $(libdir)/girepository-1.0
 
798
typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
777
799
gjs_console_CFLAGS = \
778
800
        $(AM_CFLAGS)            \
779
801
        $(GOBJECT_CFLAGS)
783
805
        $(GOBJECT_LIBS)         \
784
806
        libgjs.la
785
807
 
786
 
gjs_console_LDFLAGS = -rdynamic $(am__append_4)
 
808
gjs_console_LDFLAGS = -rdynamic
787
809
gjs_console_SOURCES = gjs/console.c
788
810
RUN_WITH_DBUS = ${top_srcdir}/test/run-with-dbus --session --system
789
811
GTESTER = ${TESTS_ENVIRONMENT} ${RUN_WITH_DBUS} gtester
1038
1060
        $(AM_V_CCLD)$(libregress_la_LINK) -rpath $(testlibdir) $(libregress_la_OBJECTS) $(libregress_la_LIBADD) $(LIBS)
1039
1061
mainloop.la: $(mainloop_la_OBJECTS) $(mainloop_la_DEPENDENCIES) 
1040
1062
        $(AM_V_CCLD)$(mainloop_la_LINK) -rpath $(gjsnativedir) $(mainloop_la_OBJECTS) $(mainloop_la_LIBADD) $(LIBS)
 
1063
system.la: $(system_la_OBJECTS) $(system_la_DEPENDENCIES) 
 
1064
        $(AM_V_CCLD)$(system_la_LINK) -rpath $(gjsnativedir) $(system_la_OBJECTS) $(system_la_LIBADD) $(LIBS)
1041
1065
install-binPROGRAMS: $(bin_PROGRAMS)
1042
1066
        @$(NORMAL_INSTALL)
1043
1067
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
1154
1178
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgjs_la-function.Plo@am__quote@
1155
1179
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgjs_la-gi.Plo@am__quote@
1156
1180
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgjs_la-glib.Plo@am__quote@
 
1181
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgjs_la-gtype.Plo@am__quote@
1157
1182
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgjs_la-importer.Plo@am__quote@
 
1183
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgjs_la-interface.Plo@am__quote@
1158
1184
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgjs_la-jsapi-private.Plo@am__quote@
1159
1185
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgjs_la-jsapi-util-array.Plo@am__quote@
1160
1186
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgjs_la-jsapi-util-error.Plo@am__quote@
1176
1202
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgjs_la-value.Plo@am__quote@
1177
1203
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libregress_la-regress.Plo@am__quote@
1178
1204
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mainloop_la-mainloop.Plo@am__quote@
 
1205
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/system_la-system.Plo@am__quote@
1179
1206
 
1180
1207
.c.o:
1181
1208
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1657
1684
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1658
1685
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgjs_la_CPPFLAGS) $(CPPFLAGS) $(libgjs_la_CFLAGS) $(CFLAGS) -c -o libgjs_la-value.lo `test -f 'gi/value.c' || echo '$(srcdir)/'`gi/value.c
1659
1686
 
 
1687
libgjs_la-interface.lo: gi/interface.c
 
1688
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgjs_la_CPPFLAGS) $(CPPFLAGS) $(libgjs_la_CFLAGS) $(CFLAGS) -MT libgjs_la-interface.lo -MD -MP -MF $(DEPDIR)/libgjs_la-interface.Tpo -c -o libgjs_la-interface.lo `test -f 'gi/interface.c' || echo '$(srcdir)/'`gi/interface.c
 
1689
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgjs_la-interface.Tpo $(DEPDIR)/libgjs_la-interface.Plo
 
1690
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
1691
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gi/interface.c' object='libgjs_la-interface.lo' libtool=yes @AMDEPBACKSLASH@
 
1692
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1693
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgjs_la_CPPFLAGS) $(CPPFLAGS) $(libgjs_la_CFLAGS) $(CFLAGS) -c -o libgjs_la-interface.lo `test -f 'gi/interface.c' || echo '$(srcdir)/'`gi/interface.c
 
1694
 
 
1695
libgjs_la-gtype.lo: gi/gtype.c
 
1696
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgjs_la_CPPFLAGS) $(CPPFLAGS) $(libgjs_la_CFLAGS) $(CFLAGS) -MT libgjs_la-gtype.lo -MD -MP -MF $(DEPDIR)/libgjs_la-gtype.Tpo -c -o libgjs_la-gtype.lo `test -f 'gi/gtype.c' || echo '$(srcdir)/'`gi/gtype.c
 
1697
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgjs_la-gtype.Tpo $(DEPDIR)/libgjs_la-gtype.Plo
 
1698
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
1699
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gi/gtype.c' object='libgjs_la-gtype.lo' libtool=yes @AMDEPBACKSLASH@
 
1700
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1701
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgjs_la_CPPFLAGS) $(CPPFLAGS) $(libgjs_la_CFLAGS) $(CFLAGS) -c -o libgjs_la-gtype.lo `test -f 'gi/gtype.c' || echo '$(srcdir)/'`gi/gtype.c
 
1702
 
1660
1703
libregress_la-regress.lo: $(GI_DATADIR)/tests/regress.c
1661
1704
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libregress_la_CFLAGS) $(CFLAGS) -MT libregress_la-regress.lo -MD -MP -MF $(DEPDIR)/libregress_la-regress.Tpo -c -o libregress_la-regress.lo `test -f '$(GI_DATADIR)/tests/regress.c' || echo '$(srcdir)/'`$(GI_DATADIR)/tests/regress.c
1662
1705
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libregress_la-regress.Tpo $(DEPDIR)/libregress_la-regress.Plo
1673
1716
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1674
1717
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mainloop_la_CFLAGS) $(CFLAGS) -c -o mainloop_la-mainloop.lo `test -f 'modules/mainloop.c' || echo '$(srcdir)/'`modules/mainloop.c
1675
1718
 
 
1719
system_la-system.lo: modules/system.c
 
1720
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(system_la_CFLAGS) $(CFLAGS) -MT system_la-system.lo -MD -MP -MF $(DEPDIR)/system_la-system.Tpo -c -o system_la-system.lo `test -f 'modules/system.c' || echo '$(srcdir)/'`modules/system.c
 
1721
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/system_la-system.Tpo $(DEPDIR)/system_la-system.Plo
 
1722
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
1723
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='modules/system.c' object='system_la-system.lo' libtool=yes @AMDEPBACKSLASH@
 
1724
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1725
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(system_la_CFLAGS) $(CFLAGS) -c -o system_la-system.lo `test -f 'modules/system.c' || echo '$(srcdir)/'`modules/system.c
 
1726
 
1676
1727
gjs_console-console.o: gjs/console.c
1677
1728
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gjs_console_CFLAGS) $(CFLAGS) -MT gjs_console-console.o -MD -MP -MF $(DEPDIR)/gjs_console-console.Tpo -c -o gjs_console-console.o `test -f 'gjs/console.c' || echo '$(srcdir)/'`gjs/console.c
1678
1729
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gjs_console-console.Tpo $(DEPDIR)/gjs_console-console.Po
1933
1984
        test -n "$$files" || exit 0; \
1934
1985
        echo " ( cd '$(DESTDIR)$(gjstweenerdir)' && rm -f" $$files ")"; \
1935
1986
        cd "$(DESTDIR)$(gjstweenerdir)" && rm -f $$files
 
1987
install-girDATA: $(gir_DATA)
 
1988
        @$(NORMAL_INSTALL)
 
1989
        test -z "$(girdir)" || $(MKDIR_P) "$(DESTDIR)$(girdir)"
 
1990
        @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
 
1991
        for p in $$list; do \
 
1992
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
1993
          echo "$$d$$p"; \
 
1994
        done | $(am__base_list) | \
 
1995
        while read files; do \
 
1996
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(girdir)'"; \
 
1997
          $(INSTALL_DATA) $$files "$(DESTDIR)$(girdir)" || exit $$?; \
 
1998
        done
 
1999
 
 
2000
uninstall-girDATA:
 
2001
        @$(NORMAL_UNINSTALL)
 
2002
        @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
 
2003
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
2004
        test -n "$$files" || exit 0; \
 
2005
        echo " ( cd '$(DESTDIR)$(girdir)' && rm -f" $$files ")"; \
 
2006
        cd "$(DESTDIR)$(girdir)" && rm -f $$files
1936
2007
install-pkgconfigDATA: $(pkgconfig_DATA)
1937
2008
        @$(NORMAL_INSTALL)
1938
2009
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
1953
2024
        test -n "$$files" || exit 0; \
1954
2025
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
1955
2026
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
1956
 
install-pkglibDATA: $(pkglib_DATA)
1957
 
        @$(NORMAL_INSTALL)
1958
 
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
1959
 
        @list='$(pkglib_DATA)'; test -n "$(pkglibdir)" || list=; \
1960
 
        for p in $$list; do \
1961
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1962
 
          echo "$$d$$p"; \
1963
 
        done | $(am__base_list) | \
1964
 
        while read files; do \
1965
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkglibdir)'"; \
1966
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkglibdir)" || exit $$?; \
1967
 
        done
1968
 
 
1969
 
uninstall-pkglibDATA:
1970
 
        @$(NORMAL_UNINSTALL)
1971
 
        @list='$(pkglib_DATA)'; test -n "$(pkglibdir)" || list=; \
1972
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1973
 
        test -n "$$files" || exit 0; \
1974
 
        echo " ( cd '$(DESTDIR)$(pkglibdir)' && rm -f" $$files ")"; \
1975
 
        cd "$(DESTDIR)$(pkglibdir)" && rm -f $$files
1976
2027
install-tapsetDATA: $(tapset_DATA)
1977
2028
        @$(NORMAL_INSTALL)
1978
2029
        test -z "$(tapsetdir)" || $(MKDIR_P) "$(DESTDIR)$(tapsetdir)"
1993
2044
        test -n "$$files" || exit 0; \
1994
2045
        echo " ( cd '$(DESTDIR)$(tapsetdir)' && rm -f" $$files ")"; \
1995
2046
        cd "$(DESTDIR)$(tapsetdir)" && rm -f $$files
 
2047
install-typelibDATA: $(typelib_DATA)
 
2048
        @$(NORMAL_INSTALL)
 
2049
        test -z "$(typelibdir)" || $(MKDIR_P) "$(DESTDIR)$(typelibdir)"
 
2050
        @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
 
2051
        for p in $$list; do \
 
2052
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
2053
          echo "$$d$$p"; \
 
2054
        done | $(am__base_list) | \
 
2055
        while read files; do \
 
2056
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(typelibdir)'"; \
 
2057
          $(INSTALL_DATA) $$files "$(DESTDIR)$(typelibdir)" || exit $$?; \
 
2058
        done
 
2059
 
 
2060
uninstall-typelibDATA:
 
2061
        @$(NORMAL_UNINSTALL)
 
2062
        @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
 
2063
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
2064
        test -n "$$files" || exit 0; \
 
2065
        echo " ( cd '$(DESTDIR)$(typelibdir)' && rm -f" $$files ")"; \
 
2066
        cd "$(DESTDIR)$(typelibdir)" && rm -f $$files
1996
2067
install-gjs_dbusheaderHEADERS: $(gjs_dbusheader_HEADERS)
1997
2068
        @$(NORMAL_INSTALL)
1998
2069
        test -z "$(gjs_dbusheaderdir)" || $(MKDIR_P) "$(DESTDIR)$(gjs_dbusheaderdir)"
2267
2338
install-binPROGRAMS: install-libLTLIBRARIES
2268
2339
 
2269
2340
installdirs:
2270
 
        for dir in "$(DESTDIR)$(gjsnativedir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(testlibdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(gjsjsdir)" "$(DESTDIR)$(gjsoverridedir)" "$(DESTDIR)$(gjstweenerdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(tapsetdir)" "$(DESTDIR)$(gjs_dbusheaderdir)" "$(DESTDIR)$(gjs_module_includedir)" "$(DESTDIR)$(gjs_public_includedir)"; do \
 
2341
        for dir in "$(DESTDIR)$(gjsnativedir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(testlibdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(gjsjsdir)" "$(DESTDIR)$(gjsoverridedir)" "$(DESTDIR)$(gjstweenerdir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(tapsetdir)" "$(DESTDIR)$(typelibdir)" "$(DESTDIR)$(gjs_dbusheaderdir)" "$(DESTDIR)$(gjs_module_includedir)" "$(DESTDIR)$(gjs_public_includedir)"; do \
2271
2342
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2272
2343
        done
2273
2344
install: $(BUILT_SOURCES)
2325
2396
info-am:
2326
2397
 
2327
2398
install-data-am: install-dist_gjsjsDATA install-dist_gjsoverrideDATA \
2328
 
        install-dist_gjstweenerDATA install-gjs_dbusheaderHEADERS \
2329
 
        install-gjsnativeLTLIBRARIES \
 
2399
        install-dist_gjstweenerDATA install-girDATA \
 
2400
        install-gjs_dbusheaderHEADERS install-gjsnativeLTLIBRARIES \
2330
2401
        install-nobase_gjs_module_includeHEADERS \
2331
2402
        install-nobase_gjs_public_includeHEADERS install-pkgconfigDATA \
2332
 
        install-tapsetDATA install-testlibLTLIBRARIES
 
2403
        install-tapsetDATA install-testlibLTLIBRARIES \
 
2404
        install-typelibDATA
2333
2405
 
2334
2406
install-dvi: install-dvi-am
2335
2407
 
2336
2408
install-dvi-am:
2337
2409
 
2338
 
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES \
2339
 
        install-pkglibDATA
 
2410
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
2340
2411
        @$(NORMAL_INSTALL)
2341
2412
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
2342
2413
install-html: install-html-am
2381
2452
 
2382
2453
uninstall-am: uninstall-binPROGRAMS uninstall-dist_gjsjsDATA \
2383
2454
        uninstall-dist_gjsoverrideDATA uninstall-dist_gjstweenerDATA \
2384
 
        uninstall-gjs_dbusheaderHEADERS uninstall-gjsnativeLTLIBRARIES \
2385
 
        uninstall-libLTLIBRARIES \
 
2455
        uninstall-girDATA uninstall-gjs_dbusheaderHEADERS \
 
2456
        uninstall-gjsnativeLTLIBRARIES uninstall-libLTLIBRARIES \
2386
2457
        uninstall-nobase_gjs_module_includeHEADERS \
2387
2458
        uninstall-nobase_gjs_public_includeHEADERS \
2388
 
        uninstall-pkgconfigDATA uninstall-pkglibDATA \
2389
 
        uninstall-tapsetDATA uninstall-testlibLTLIBRARIES
 
2459
        uninstall-pkgconfigDATA uninstall-tapsetDATA \
 
2460
        uninstall-testlibLTLIBRARIES uninstall-typelibDATA
2390
2461
 
2391
2462
.MAKE: all check check-am install install-am install-exec-am \
2392
2463
        install-strip
2404
2475
        install-data-am install-dist_gjsjsDATA \
2405
2476
        install-dist_gjsoverrideDATA install-dist_gjstweenerDATA \
2406
2477
        install-dvi install-dvi-am install-exec install-exec-am \
2407
 
        install-exec-hook install-gjs_dbusheaderHEADERS \
2408
 
        install-gjsnativeLTLIBRARIES install-html install-html-am \
2409
 
        install-info install-info-am install-libLTLIBRARIES \
2410
 
        install-man install-nobase_gjs_module_includeHEADERS \
 
2478
        install-exec-hook install-girDATA \
 
2479
        install-gjs_dbusheaderHEADERS install-gjsnativeLTLIBRARIES \
 
2480
        install-html install-html-am install-info install-info-am \
 
2481
        install-libLTLIBRARIES install-man \
 
2482
        install-nobase_gjs_module_includeHEADERS \
2411
2483
        install-nobase_gjs_public_includeHEADERS install-pdf \
2412
 
        install-pdf-am install-pkgconfigDATA install-pkglibDATA \
2413
 
        install-ps install-ps-am install-strip install-tapsetDATA \
2414
 
        install-testlibLTLIBRARIES installcheck installcheck-am \
2415
 
        installdirs maintainer-clean maintainer-clean-generic \
2416
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
2417
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
2418
 
        uninstall-am uninstall-binPROGRAMS uninstall-dist_gjsjsDATA \
 
2484
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
 
2485
        install-strip install-tapsetDATA install-testlibLTLIBRARIES \
 
2486
        install-typelibDATA installcheck installcheck-am installdirs \
 
2487
        maintainer-clean maintainer-clean-generic mostlyclean \
 
2488
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
2489
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
2490
        uninstall-binPROGRAMS uninstall-dist_gjsjsDATA \
2419
2491
        uninstall-dist_gjsoverrideDATA uninstall-dist_gjstweenerDATA \
2420
 
        uninstall-gjs_dbusheaderHEADERS uninstall-gjsnativeLTLIBRARIES \
2421
 
        uninstall-libLTLIBRARIES \
 
2492
        uninstall-girDATA uninstall-gjs_dbusheaderHEADERS \
 
2493
        uninstall-gjsnativeLTLIBRARIES uninstall-libLTLIBRARIES \
2422
2494
        uninstall-nobase_gjs_module_includeHEADERS \
2423
2495
        uninstall-nobase_gjs_public_includeHEADERS \
2424
 
        uninstall-pkgconfigDATA uninstall-pkglibDATA \
2425
 
        uninstall-tapsetDATA uninstall-testlibLTLIBRARIES
 
2496
        uninstall-pkgconfigDATA uninstall-tapsetDATA \
 
2497
        uninstall-testlibLTLIBRARIES uninstall-typelibDATA
2426
2498
 
2427
2499
 
2428
2500
# http://people.gnome.org/~walters/docs/build-api.txt