aboutsummaryrefslogblamecommitdiffstats
path: root/src/Makefile.am
blob: e4c3c48bec263f378ebf5bdd7b43e0de922d883b (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                         
                                         
                                         
                                         

                                         
                                                                 

                                                         





                                                                             
 

                                   
                           
                      



                                                                              
                


                                   







                                                          








                              


                                                                
                                                         
                                                         
                                                         
                                                         
                                                         





                                                         



                                                         
                                                         






                                                         
                                                         
                                                         
                                                         

                                                         
                     
 
                                                         
                                                         
                                                         
                                                         

                                                         
                                                         
                                                         

                                                         
                                                         
                                                         
                                                         
                                                         
                                                         
                                                         
                                                         
                                                         
                                                         

                                                         
                                                         

                                                         
                                                         
                                                         
                                                         
                                                         
                                                         
                                                         
                                                         
                                                         
                                                         

                                                         
 

                                  
                      
                                            
                                                           

                                                              
                                               


                                                       



                                         
                               
 
                            

                                                 


                                             
SUBDIRS = bookmarks

INCLUDES = \
    -I$(top_srcdir)/embed       \
    -I$(top_srcdir)/lib         \
    -I$(top_srcdir)/lib/egg     \
    -I$(top_srcdir)/lib/widgets     \
    -I$(top_srcdir)/src/bookmarks   \
    $(EPIPHANY_DEPENDENCY_CFLAGS)   \
    -DSHARE_DIR=\"$(pkgdatadir)\"   \
    -DEXTENSIONS_DIR=\""$(libdir)/epiphany/extensions"\"    \
    -DDATADIR=\""$(datadir)"\"  \
    -DPIXMAP_DIR=\""$(datadir)/pixmaps"\"       \
    -DGNOMELOCALEDIR=\""$(datadir)/locale"\"

if MAINTAINER_MODE
INCLUDES += -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED \
    -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED $(WARN_CFLAGS)
endif

noinst_LTLIBRARIES = libephymain.la

bin_PROGRAMS = epiphany-bin
bin_SCRIPTS = epiphany

CXXLD = $(CXX)
LINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@

CORBA_SOURCE = \
    EphyAutomation-common.c   \
    EphyAutomation-stubs.c    \
    EphyAutomation-skels.c    \
    EphyAutomation.h

idls = $(top_srcdir)/idl/EphyAutomation.idl

idl_flags = -I$(LIBBONOBO_IDL) -I$(BONOBO_ACTIVATION_IDL) 

$(CORBA_SOURCE): $(idls) $(ORBIT_IDL)
    $(ORBIT_IDL) $(idl_flags) $(idls)

if ENABLE_NAUTILUS_VIEW
nautilus_view_sources = \
    ephy-nautilus-view.c \
    ephy-nautilus-view.h
else
nautilus_view_sources =
endif

headerdir = $(prefix)/include/epiphany-@EPIPHANY_MAJOR@/epiphany
header_DATA = $(INST_H_FILES)

NOINST_H_FILES =                    \
    ephy-automation.h               \
    ephy-encoding-dialog.h              \
    ephy-encoding-menu.h                \
    ephy-extensions-manager.h           \
    ephy-favicon-action.h               \
    ephy-favorites-menu.h               \
    ephy-go-action.h                \
    ephy-history-window.h               \
    ephy-location-action.h              \
    ephy-navigation-action.h            \
    ephy-tabs-menu.h                \
    ephy-toolbars-model.h               \
    language-editor.h               \
    pdm-dialog.h                    \
    popup-commands.h                \
    prefs-dialog.h                  \
    ppview-toolbar.h                \
    statusbar.h                 \
    toolbar.h                   \
    window-commands.h

INST_H_FILES =                          \
    ephy-extension.h                \
    ephy-notebook.h                 \
    ephy-session.h                  \
    ephy-shell.h                    \
    ephy-tab.h                  \
    ephy-window.h

libephymain_la_SOURCES =                \
    $(CORBA_SOURCE)                 \
    $(nautilus_view_sources)            \
    ephy-automation.c               \
    ephy-completion-model.c             \
    ephy-completion-model.h             \
    ephy-encoding-dialog.c              \
    ephy-encoding-menu.c                \
    ephy-extension.c                \
    ephy-extensions-manager.c           \
    ephy-favicon-action.c               \
    ephy-favorites-menu.c               \
    ephy-go-action.c                \
    ephy-history-window.c               \
    ephy-location-action.c              \
    ephy-navigation-action.c            \
    ephy-notebook.c                 \
    ephy-session.c                  \
    ephy-shell.c                    \
    ephy-tab.c                  \
    ephy-tab.h                  \
    ephy-tabs-menu.c                \
    ephy-toolbars-model.c               \
    ephy-toolbars-model.h               \
    ephy-window.c                   \
    language-editor.c               \
    pdm-dialog.c                    \
    popup-commands.c                \
    prefs-dialog.c                  \
    ppview-toolbar.c                \
    statusbar.c                 \
    toolbar.c                   \
    window-commands.c               \
    $(INST_H_FILES)                 \
    $(NOINST_H_FILES)

epiphany_bin_SOURCES = ephy-main.c

epiphany_bin_LDADD = \
    $(top_builddir)/src/libephymain.la \
    $(top_builddir)/src/bookmarks/libephybookmarks.la \
    $(top_builddir)/embed/libephyembedfactory.la \
    $(top_builddir)/embed/mozilla/libephymozillaembed.la \
    $(top_builddir)/embed/libephyembed.la \
    $(top_builddir)/lib/widgets/libephywidgets.la \
    $(top_builddir)/lib/libephymisc.la \
    $(top_builddir)/lib/egg/libegg.la \
    $(MOZILLA_COMPONENT_LIBS)   \
    $(EPIPHANY_DEPENDENCY_LIBS) \
    $(INTLLIBS)

BUILT_SOURCES = $(CORBA_SOURCE)

CLEANFILES = $(CORBA_SOURCE)

EXTRA_DIST = $(top_srcdir)/idl/EphyAutomation.idl

dist-hook:
    cd $(distdir); rm -f $(BUILT_SOURCES)