Diff for /Amaya/thotlib/Makefile.in between versions 1.44 and 1.45

version 1.44, 2001/08/22 14:35:45 version 1.45, 2001/12/18 19:24:47
Line 37  OBJDIRS = base content dialogue document Line 37  OBJDIRS = base content dialogue document
 # Rule to build specific objects for libThotKernel.a  # Rule to build specific objects for libThotKernel.a
 #  #
 .cND.o :  .cND.o :
         $(CC) $(CFLAGS) $(INCLUDES) -DNODISPLAY -c $< -o $@          $(CC) $(CFLAGS) $(THOT_OPTIONS) $(INCLUDES) -DNODISPLAY -c $< -o $@
   
 all : directories libThotKernel.a libThotEditor.a  all : directories libThotKernel.a libThotEditor.a
   
Line 240  EDITOR_OBJ = \ Line 240  EDITOR_OBJ = \
         view/xwindowdisplay.o          view/xwindowdisplay.o
   
 base/registry.o : @srcdir@/base/registry.c  base/registry.o : @srcdir@/base/registry.c
         $(CC) $(CFLAGS) $(INCLUDES) -DCOMPILED_IN_THOTDIR=\"@top_srcdir@\" \          $(CC) $(CFLAGS) $(THOT_OPTIONS) $(INCLUDES) \
              -DCOMPILED_IN_THOTDIR=\"@top_srcdir@\" \
            -DCOMPILED_IN_THOTDIR2=\"@prefix@/thot\" \             -DCOMPILED_IN_THOTDIR2=\"@prefix@/thot\" \
            -DMACHINE=\"$(MACHINE)\" -c @srcdir@/base/registry.c -o $@             -DMACHINE=\"$(MACHINE)\" -c @srcdir@/base/registry.c -o $@
   

Removed from v.1.44  
changed lines
  Added in v.1.45


Webmaster