bin_PROGRAMS = cooledit smalledit coolman bin_SCRIPTS = cooledit-gdb coolproject INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl @PYTHON_INCLUDES@ cooledit_SOURCES = cooledit.c find.c editoptions.c mancmd.c options.c \ debug.c cooleditmenus.c shell.c shell.h copyright.h mail.c complete.c \ manpage.c percentsubs.c _coolpython.c find.h postscript.c postscript.h \ print.c rxvt.c smalledit_SOURCES = smalledit.c copyright.h trivoptions.c coolman_SOURCES = coolman.c manpage.c trivoptions.c cooledit_LDADD = ../rxvt/librxvt.a ../widget/libCw.la @X_LIBS@ -lX11 @X_EXTRA_LIBS@ @LIBINTL@ @PYTHON_LIBS@ smalledit_LDADD = ../widget/libCw.la @X_LIBS@ -lX11 @X_EXTRA_LIBS@ @LIBINTL@ coolman_LDADD = ../widget/libCw.la @X_LIBS@ -lX11 @X_EXTRA_LIBS@ @LIBINTL@ datadir = $(prefix)/share localedir = $(datadir)/locale DEFS = @X_CFLAGS@ -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"${exec_prefix}/share/cooledit\" @DEFS@