SUBDIRS = fribidi pixmaps BUILT_SOURCES = katoobmarshalers.c katoobmarshalers.h EXTRA_DIST = katoobmarshalers.list bin_PROGRAMS = katoob INCLUDES = $(SPELL_CFLAGS) $(KATOOB_CFLAGS) $(HIGHLIGHT_CFLAGS) -I./fribidi/ \ $(PANGOFT2_CFLAGS) katoob_LDADD = -L./fribidi -lfribidi $(SPELL_LIBS) $(KATOOB_LIBS) \ $(PANGOFT2_LIBS) $(HIGHLIGHT_LIBS) $(spell_cxx) katoob_DEPENDENCIES = fribidi/libfribidi.la KATOOB_WIDGETS = katoobdocument.c katoobdocument.h \ katooblabel.c katooblabel.h \ katoobstatusbar.c katoobstatusbar.h \ katoobwindow.c katoobwindow.h katoob_SOURCES = bidi.c bidi.h conf.c conf.h crash.c crash.h \ dnd.c dnd.h emulator.c emulator.h encodings.c \ encodings.h encodingslist.h file.c file.h \ highlight.c highlight.h html.c html.h init.c \ init.h iransystem.c iransystem.h katoob.h main.c \ mdi.c mdi.h menubar.c menubar.h misc.c misc.h new.c \ open.c open.h prefs.c prefs.h prefs-dlg.c prefs-dlg.h \ print.c print.h print-fonts-dlg.c print-gui.c print-gui.h \ print-private.h recent.c recent.h save.c save.h search.c \ search.h spell.c spell.h spelldlg.c spelldlg.h \ spell-private.h toolbar.c toolbar.h undoredo.c undoredo.h \ $(KATOOB_WIDGETS) $(BUILT_SOURCES) katoobdocument.c: katoobmarshalers.h #katooblabel.c: katoobmarshalers.h #katoobstatusbar.c: katoobmarshalers.h katoobmarshalers.c: katoobmarshalers.list $(GLIB_GENMARSHAL) echo "#include " > katoobmarshalers.c $(GLIB_GENMARSHAL) --body --nostdinc --prefix=katoob_marshal katoobmarshalers.list >> katoobmarshalers.c katoobmarshalers.h: katoobmarshalers.list $(GLIB_GENMARSHAL) $(GLIB_GENMARSHAL) --header --nostdinc --prefix=katoob_marshal katoobmarshalers.list > katoobmarshalers.h