~ubuntu-branches/ubuntu/oneiric/gtk-qt-engine/oneiric

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Venthur
  • Date: 2006-11-30 09:08:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061130090859-5sqtp4xfmexdn3qo
Tags: 1:0.7-4
Removed debian/gtk-qt-engine.dirs since it's not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# KDE tags expanded automatically by am_edit - $Revision: 1.5 $ 
3
3
# @configure_input@
4
4
 
5
5
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
6
 
# 2003, 2004  Free Software Foundation, Inc.
 
6
# 2003, 2004, 2005  Free Software 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.
17
17
 
18
18
 
19
19
 
20
 
SOURCES = $(libqtengine_la_SOURCES)
21
 
 
22
20
srcdir = @srcdir@
23
21
top_srcdir = @top_srcdir@
24
22
VPATH = @srcdir@
43
41
host_triplet = @host@
44
42
target_triplet = @target@
45
43
subdir = src
46
 
DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
44
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
47
45
        $(srcdir)/Makefile.in
48
46
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49
47
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
277
275
ac_ct_F77 = @ac_ct_F77@
278
276
ac_ct_RANLIB = @ac_ct_RANLIB@
279
277
ac_ct_STRIP = @ac_ct_STRIP@
 
278
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
280
279
all_includes = @all_includes@
281
280
all_libraries = @all_libraries@
282
281
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
373
372
engine_LTLIBRARIES = libqtengine.la
374
373
libqtengine_la_SOURCES = qt_main.c qt_rc_style.c qt_theme_draw.c qt_qt_wrapper.cpp
375
374
# the application source, library search path, and link libraries
376
 
libqtengine_la_LDFLAGS = -avoid-version $(GTK2_CFLAGS) $(all_libraries)
 
375
#>- libqtengine_la_LDFLAGS = -module -avoid-version -no-undefined $(GTK2_CFLAGS) $(all_libraries)
 
376
#>+ 1
 
377
libqtengine_la_LDFLAGS = -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED) $(GTK2_CFLAGS) $(all_libraries)
377
378
libqtengine_la_LIBADD = $(GTK2_LIBS) $(LIB_QT) $(LIBBONOBOUI_LIBS) 
378
379
dummy = 
379
380
themedir = $(GTK_PREFIX)/share/themes/Qt/gtk-2.0
456
457
          echo "rm -f \"$${dir}/so_locations\""; \
457
458
          rm -f "$${dir}/so_locations"; \
458
459
        done
459
 
libqtengine.la: $(libqtengine_la_OBJECTS) $(libqtengine_la_DEPENDENCIES) 
 
460
#>- libqtengine.la: $(libqtengine_la_OBJECTS) $(libqtengine_la_DEPENDENCIES) 
 
461
#>+ 2
 
462
@KDE_USE_CLOSURE_TRUE@libqtengine.la: libqtengine.la.closure $(libqtengine_la_OBJECTS) $(libqtengine_la_DEPENDENCIES) 
 
463
@KDE_USE_CLOSURE_FALSE@libqtengine.la: $(libqtengine_la_OBJECTS) $(libqtengine_la_DEPENDENCIES) 
460
464
        $(CXXLINK) -rpath $(enginedir) $(libqtengine_la_LDFLAGS) $(libqtengine_la_OBJECTS) $(libqtengine_la_LIBADD) $(LIBS)
461
465
 
462
466
mostlyclean-compile:
669
673
#>- clean-am: clean-engineLTLIBRARIES clean-generic clean-libtool \
670
674
#>-     mostlyclean-am
671
675
#>+ 2
672
 
clean-am: clean-bcheck  clean-engineLTLIBRARIES clean-generic clean-libtool \
 
676
clean-am: clean-closures clean-bcheck  clean-engineLTLIBRARIES clean-generic clean-libtool \
673
677
        mostlyclean-am
674
678
 
675
679
distclean: distclean-am
742
746
# Otherwise a system limit (for SysV at least) may be exceeded.
743
747
.NOEXPORT:
744
748
 
 
749
#>+ 8
 
750
libqtengine.la.closure: $(libqtengine_la_OBJECTS) $(libqtengine_la_DEPENDENCIES)
 
751
        @echo "int main() {return 0;}" > libqtengine_la_closure.cpp
 
752
        @$(LTCXXCOMPILE) -c libqtengine_la_closure.cpp
 
753
        $(CXXLINK) libqtengine_la_closure.lo $(libqtengine_la_LDFLAGS) $(libqtengine_la_OBJECTS) $(libqtengine_la_LIBADD) $(LIBS)
 
754
        @rm -f libqtengine_la_closure.* libqtengine.la.closure
 
755
        @echo "timestamp" > libqtengine.la.closure
 
756
 
 
757
 
745
758
#>+ 2
746
759
KDE_DIST=Makefile.in kde-index.theme Makefile.am gtkrc 
747
760
 
 
761
#>+ 3
 
762
clean-closures:
 
763
        -rm -f  libqtengine.la.closure
 
764
 
748
765
#>+ 2
749
766
docs-am:
750
767