*** editor/Makefile.in	Fri Sep 18 08:20:35 1998
--- editor/Makefile.in	Mon Sep 21 10:59:53 1998
***************
*** 93,99 ****
  VERSION = @VERSION@
  l = @l@
  
! bin_PROGRAMS = cooledit smalledit coolman cooledit.static smalledit.static coolman.static
  
  INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl
  
--- 93,99 ----
  VERSION = @VERSION@
  l = @l@
  
! bin_PROGRAMS = cooledit smalledit coolman 
  
  INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl
  
***************
*** 103,120 ****
  smalledit_SOURCES = smalledit.c copyright.h trivoptions.c
  coolman_SOURCES = coolman.c manpage.c trivoptions.c
  
- cooledit_static_SOURCES = cooledit.c editoptions.c mancmd.c options.c \
- 	cooleditmenus.c shell.c shell.h copyright.h mail.c complete.c \
- 	manpage.c percentsubs.c
- smalledit_static_SOURCES = smalledit.c copyright.h trivoptions.c
- coolman_static_SOURCES = coolman.c manpage.c trivoptions.c
- 
  LDADD = ../widget/libCw.la -lX11 ../intl/libintl.$la
  
- cooledit_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la
- smalledit_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la
- coolman_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la
- 
  datadir = $(prefix)/@DATADIRNAME@
  localedir = $(datadir)/locale
  
--- 103,110 ----
***************
*** 143,161 ****
  coolman_LDADD = $(LDADD)
  coolman_DEPENDENCIES =  ../widget/libCw.la ../intl/libintl.$la
  coolman_LDFLAGS = 
- cooledit_static_OBJECTS =  cooledit.o editoptions.o mancmd.o options.o \
- cooleditmenus.o shell.o mail.o complete.o manpage.o percentsubs.o
- cooledit_static_DEPENDENCIES =  ../widget/.libs/libCw.a \
- ../intl/libintl.$la
- cooledit_static_LDFLAGS = 
- smalledit_static_OBJECTS =  smalledit.o trivoptions.o
- smalledit_static_DEPENDENCIES =  ../widget/.libs/libCw.a \
- ../intl/libintl.$la
- smalledit_static_LDFLAGS = 
- coolman_static_OBJECTS =  coolman.o manpage.o trivoptions.o
- coolman_static_DEPENDENCIES =  ../widget/.libs/libCw.a \
- ../intl/libintl.$la
- coolman_static_LDFLAGS = 
  CFLAGS = @CFLAGS@
  COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
--- 133,138 ----
***************
*** 167,174 ****
  
  TAR = tar
  GZIP = --best
! SOURCES = $(cooledit_SOURCES) $(smalledit_SOURCES) $(coolman_SOURCES) $(cooledit_static_SOURCES) $(smalledit_static_SOURCES) $(coolman_static_SOURCES)
! OBJECTS = $(cooledit_OBJECTS) $(smalledit_OBJECTS) $(coolman_OBJECTS) $(cooledit_static_OBJECTS) $(smalledit_static_OBJECTS) $(coolman_static_OBJECTS)
  
  all: Makefile $(PROGRAMS)
  
--- 144,151 ----
  
  TAR = tar
  GZIP = --best
! SOURCES = $(cooledit_SOURCES) $(smalledit_SOURCES) $(coolman_SOURCES) 
! OBJECTS = $(cooledit_OBJECTS) $(smalledit_OBJECTS) $(coolman_OBJECTS) 
  
  all: Makefile $(PROGRAMS)
  
***************
*** 256,273 ****
  coolman: $(coolman_OBJECTS) $(coolman_DEPENDENCIES)
  	@rm -f coolman
  	$(LINK) $(coolman_LDFLAGS) $(coolman_OBJECTS) $(coolman_LDADD) $(LIBS)
- 
- cooledit.static: $(cooledit_static_OBJECTS) $(cooledit_static_DEPENDENCIES)
- 	@rm -f cooledit.static
- 	$(LINK) $(cooledit_static_LDFLAGS) $(cooledit_static_OBJECTS) $(cooledit_static_LDADD) $(LIBS)
- 
- smalledit.static: $(smalledit_static_OBJECTS) $(smalledit_static_DEPENDENCIES)
- 	@rm -f smalledit.static
- 	$(LINK) $(smalledit_static_LDFLAGS) $(smalledit_static_OBJECTS) $(smalledit_static_LDADD) $(LIBS)
- 
- coolman.static: $(coolman_static_OBJECTS) $(coolman_static_DEPENDENCIES)
- 	@rm -f coolman.static
- 	$(LINK) $(coolman_static_LDFLAGS) $(coolman_static_OBJECTS) $(coolman_static_LDADD) $(LIBS)
  
  tags: TAGS
  
--- 233,238 ----
