NULL = INCLUDES = \ -DDATADIR=\"$(datadir)\" \ -I$(top_srcdir) \ -I$(top_builddir) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED_CFLAGS) \ $(LIBS_CFLAGS) \ -DG_LOG_DOMAIN=\"cgg\" bin_PROGRAMS = \ cgg \ $(NULL) bin_SCRIPTS = \ cgg-dirgen \ $(NULL) cgg_SOURCES = \ cgg.c \ atom-writer.c \ atom-writer.h \ block-parser.c \ block-parser.h \ gallery-utils.c \ gallery-utils.h \ generators.c \ generators.h \ items.c \ items.h \ job-manager.h \ job-manager.c \ jpeg-utils.cpp \ jpeg-utils.h \ replace-table.c \ replace-table.h \ setup.c \ setup.h \ stats.h \ stats.c \ xml-parser.c \ xml-parser.h \ $(NULL) cgg_LDADD = $(LIBS_LIBS) EXTRA_DIST = cgg-dirgen