~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to idl/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-02-18 14:40:51 UTC
  • mto: (3.1.1 etch) (1.1.25 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050218144051-fo4h9qh2gim8x3wt
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        Bonobo_Zoomable.idl             \
21
21
        Bonobo_Exception.idl            \
22
22
        Bonobo_Clipboard.idl            \
 
23
        Bonobo_Application.idl          \
23
24
        $(NULL)
24
25
 
25
 
EXTRA_DIST = $(idl_DATA)
 
26
activation_idldir=$(datadir)/idl/bonobo-activation-2.0
 
27
activation_idl_DATA =                   \
 
28
        Bonobo_Unknown.idl              \
 
29
        Bonobo_GenericFactory.idl       \
 
30
        Bonobo_Activation_types.idl     \
 
31
        Bonobo_ObjectDirectory.idl      \
 
32
        Bonobo_ActivationContext.idl
 
33
 
 
34
EXTRA_DIST = $(idl_DATA) $(activation_idl_DATA)
26
35
 
27
36
orbittypelib_LTLIBRARIES = Bonobo_module.la
28
37
orbittypelibdir = $(libdir)/orbit-2.0
34
43
 
35
44
idl_flags = \
36
45
        -I$(top_srcdir)/idl \
37
 
        -I $(BONOBO_ACTIVATION_IDL_DIR) \
38
46
        -D__Bonobo_COMPILATION \
39
47
        -D__Bonobo_Unknown_COMPILATION \
40
48
        -D__Bonobo_GenericFactory_COMPILATION \
51
59
        $(LIBBONOBO_LIBS)
52
60
 
53
61
Bonobo_module_la_LDFLAGS = \
54
 
        -export-dynamic -module -avoid-version
 
62
        -export-dynamic -module -avoid-version -no-undefined
55
63
 
56
64
$(IMODULE_SOURCE): $(idl_DATA) $(ORBIT_IDL)
57
65
        $(ORBIT_IDL) $(idl_flags) --imodule $(top_srcdir)/idl/Bonobo.idl
58
66
 
59
 
DONT_DIST_SOURCE = $(IMODULE_SOURCE)
 
67
BUILT_SOURCES = $(IMODULE_SOURCE)
 
68
CLEANFILES = $(BUILT_SOURCES)
60
69
 
61
70
dist-hook:
62
 
        for file in $(DONT_DIST_SOURCE) ; do \
63
 
            rm -f $(distdir)/$$file ; \
64
 
        done
 
71
        cd $(distdir); rm -f $(BUILT_SOURCES)