aboutsummaryrefslogblamecommitdiffstats
path: root/lib/Makefile.am
blob: 08f19224e65b3826d71bb7509d79ac2757f9008f (plain) (tree)
1
2
3
4
5
6
7
8
                     
 
                                   
 
                                                                 


                                         


                                                 

                                                 
                                                 
                                                 
                                                 
                                                 
                                                 

                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 

                                                 
                                                 

                   
                 
                                                 

                    

                                                 
                                                 
                                                 

                                                 
 
                          
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 

                                                 


                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 

                                                 


                                 
                        
 

                                                 
                                                 
                                                 
                                                 
                                                 
                                                                                         


                         
                                 

                    
                           
 











                                 











                                      




                                         
 
                                            
                                                


                                                      
                                         
                                         
                                         
                            
 


                                       
                                                                                                                           
                                 
 


                                       
                                                                                                                    
                                 
 
                                                                 
             
                                                         
                                     
                                                   


                                                                     


                                                                   
                                                                                   


                                                                                                               
                                                 
                                                  


                                                                                   
 
                                                                 
             
                                                         
                                     


                                                                                                          








                                                                                  
                                                  


                                                                                   
 
                                 
                         
SUBDIRS = widgets egg

noinst_LTLIBRARIES = libephymisc.la

headerdir = $(prefix)/include/epiphany/$(EPIPHANY_MAJOR)/epiphany
header_DATA = \
    ephy-lib-type-builtins.h    \
    $(INST_H_FILES)

NOINST_H_FILES = \
    eel-gconf-extensions.h          \
    ephy-debug.h                \
    ephy-dnd.h              \
    ephy-file-chooser.h         \
    ephy-file-helpers.h         \
    ephy-gui.h              \
    ephy-langs.h                \
    ephy-module.h               \
    ephy-node-filter.h          \
    ephy-node-common.h          \
    ephy-object-helpers.h           \
    ephy-prefs.h                \
    ephy-profile-migration.h            \
    ephy-print-utils.h          \
    ephy-shlib-loader.h         \
    ephy-signal-accumulator.h       \
    ephy-string.h               \
    ephy-stock-icons.h          \
    ephy-time-helpers.h         \
    ephy-zoom.h

TYPES_H_FILES = \
    ephy-node.h             \
    ephy-state.h

INST_H_FILES = \
    ephy-dialog.h               \
    ephy-loader.h               \
    ephy-node.h             \
    ephy-node-db.h              \
    ephy-state.h

libephymisc_la_SOURCES = \
    eel-gconf-extensions.c          \
    ephy-debug.c                \
    ephy-dialog.c               \
    ephy-dnd.c              \
    ephy-file-chooser.c         \
    ephy-file-helpers.c         \
    ephy-gui.c              \
    ephy-langs.c                \
    ephy-loader.c               \
    ephy-module.c               \
    ephy-node.c             \
    ephy-node.h             \
    ephy-node-filter.c          \
    ephy-node-common.h          \
    ephy-node-db.c              \
    ephy-object-helpers.c           \
    ephy-prefs.h                \
    ephy-profile-migration.c            \
    ephy-print-utils.c          \
    ephy-shlib-loader.c         \
    ephy-signal-accumulator.c       \
    ephy-state.c                \
    ephy-string.c               \
    ephy-stock-icons.c          \
    ephy-time-helpers.c         \
    ephy-zoom.c             \
    $(INST_H_FILES)             \
    $(NOINST_H_FILES)

nodist_libephymisc_la_SOURCES = \
    $(BUILT_SOURCES)

libephymisc_la_CPPFLAGS = \
    -I$(top_builddir)/lib           \
    -I$(top_builddir)/lib/egg       \
    -I$(top_srcdir)/lib/egg         \
    -DDATADIR="\"$(datadir)\""      \
    -DSHARE_DIR=\"$(pkgdatadir)\"       \
    -DEXTENSIONS_DIR=\""$(libdir)/epiphany/$(EPIPHANY_API_VERSION)/extensions"\"    \
    $(AM_CPPFLAGS)

libephymisc_la_CFLAGS = \
    $(DEPENDENCIES_CFLAGS)  \
    $(AM_CFLAGS)

libephymisc_la_LIBADD = -lm

if ENABLE_SPELLCHECKER
libephymisc_la_SOURCES += \
    ephy-spell-check.c  \
    ephy-spell-check.h

libephymisc_la_CFLAGS += \
    $(SPELLCHECKER_CFLAGS)

libephymisc_la_LIBADD += \
    $(SPELLCHECKER_LIBS)
endif

if ENABLE_NSS
NOINST_H_FILES += \
    ephy-nss-glue.h \
    $(NULL)

libephymisc_la_SOURCES += \
    ephy-nss-glue.c
    $(NULL)

libephymisc_la_CFLAGS += $(NSS_CFLAGS)
endif # ENABLE_NSS

BUILT_SOURCES = \
    ephy-lib-type-builtins.c    \
    ephy-lib-type-builtins.h    \
    ephy-marshal.c          \
    ephy-marshal.h

CLEANFILES = $(stamp_files) $(BUILT_SOURCES)
DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES)

stamp_files = \
    stamp-ephy-lib-type-builtins.c  \
    stamp-ephy-lib-type-builtins.h  \
    stamp-ephy-marshal.c        \
    stamp-ephy-marshal.h

ephy-marshal.c: stamp-ephy-marshal.c
    @true
stamp-ephy-marshal.c: ephy-marshal.list
    $(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=ephy_marshal $(srcdir)/ephy-marshal.list --header --body > ephy-marshal.c \
    && echo timestamp > $(@F)

ephy-marshal.h: stamp-ephy-marshal.h
    @true
stamp-ephy-marshal.h: ephy-marshal.list
    $(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=ephy_marshal $(srcdir)/ephy-marshal.list --header > ephy-marshal.h \
    && echo timestamp > $(@F)

ephy-lib-type-builtins.c: stamp-ephy-lib-type-builtins.c Makefile
    @true
stamp-ephy-lib-type-builtins.c: Makefile $(TYPES_H_FILES)
    $(AM_V_GEN) $(GLIB_MKENUMS) \
        --fhead "#include <config.h>\n\n" \
        --fhead "#include \"ephy-lib-type-builtins.h\"\n\n" \
        --fprod "\n/* enumerations from \"@filename@\" */" \
        --fprod "\n#include \"@filename@\"" \
        --vhead "GType\n@enum_name@_get_type (void)\n{\n" \
        --vhead "  static GType type = 0;\n\n" \
        --vhead "  if (G_UNLIKELY (type == 0))\n  {\n" \
        --vhead "    static const G@Type@Value _@enum_name@_values[] = {" \
        --vprod "      { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
        --vtail "      { 0, NULL, NULL }\n    };\n\n" \
        --vtail "    type = g_@type@_register_static (\"@EnumName@\", _@enum_name@_values);\n  }\n\n" \
        --vtail "  return type;\n}\n\n" \
        $(filter-out $<,$^) > xgen-$(@F) \
    && ( cmp -s xgen-$(@F) $(@F:stamp-%=%) || cp xgen-$(@F) $(@F:stamp-%=%) ) \
    && rm -f xgen-$(@F) \
    && echo timestamp > $(@F)

ephy-lib-type-builtins.h: stamp-ephy-lib-type-builtins.h Makefile
    @true
stamp-ephy-lib-type-builtins.h: Makefile $(TYPES_H_FILES)
    $(AM_V_GEN) $(GLIB_MKENUMS) \
        --fhead "#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)\n" \
        --fhead "#error Only <epiphany/epiphany.h> can be included directly.\n" \
        --fhead "#endif\n\n" \
        --fhead "#ifndef EPHY_LIB_TYPE_BUILTINS_H\n" \
        --fhead "#define EPHY_LIB_TYPE_BUILTINS_H 1\n\n" \
        --fhead "#include <glib-object.h>\n\n" \
        --fhead "G_BEGIN_DECLS\n\n" \
        --ftail "G_END_DECLS\n\n" \
        --ftail "#endif /* EPHY_LIB_TYPE_BUILTINS_H */\n" \
        --fprod "\n/* --- @filename@ --- */" \
        --eprod "#define EPHY_TYPE_@ENUMSHORT@ @enum_name@_get_type()\n" \
        --eprod "GType @enum_name@_get_type (void);\n" \
        $(filter-out $<,$^) > xgen-$(@F) \
    && ( cmp -s xgen-$(@F) $(@F:stamp-%=%) || cp xgen-$(@F) $(@F:stamp-%=%) ) \
    && rm -f xgen-$(@F) \
    && echo timestamp > $(@F)

EXTRA_DIST =            \
    ephy-marshal.list