Diff for /np2/x11/Makefile.am between versions 1.11 and 1.13

version 1.11, 2011/12/29 13:42:02 version 1.13, 2012/01/29 03:22:24
Line 239  AM_CPPFLAGS= -I$(real_topsrcdir) \ Line 239  AM_CPPFLAGS= -I$(real_topsrcdir) \
                 -I$(real_topsrcdir)/vram \                  -I$(real_topsrcdir)/vram \
                 $(GTK_CFLAGS) $(SDL_CFLAGS)                  $(GTK_CFLAGS) $(SDL_CFLAGS)
   
   if HAVE_GCC
 AM_CFLAGS=      -fsigned-char  AM_CFLAGS=      -fsigned-char
 CFLAGS+=        -fno-strict-aliasing  CFLAGS+=        -fno-strict-aliasing
   endif
   
 xnp2_LDADD=     $(GTK_LIBS) $(SDL_LIBS) \  xnp2_LDADD=     $(GTK_LIBS) $(SDL_LIBS) \
                 $(X_LIBS) $(X_PRE_LIBS) $(XLIB) $(X_EXTRA_LIBS)                  $(X_LIBS) $(X_PRE_LIBS) $(XLIB) $(X_EXTRA_LIBS)
Line 271  xnp2_SOURCES+= $(real_topsrcdir)/i386c/c Line 273  xnp2_SOURCES+= $(real_topsrcdir)/i386c/c
                 $(real_topsrcdir)/i386c/ia32/instructions/data_trans.c \                  $(real_topsrcdir)/i386c/ia32/instructions/data_trans.c \
                 $(real_topsrcdir)/i386c/ia32/instructions/dec_arith.c \                  $(real_topsrcdir)/i386c/ia32/instructions/dec_arith.c \
                 $(real_topsrcdir)/i386c/ia32/instructions/flag_ctrl.c \                  $(real_topsrcdir)/i386c/ia32/instructions/flag_ctrl.c \
                   $(real_topsrcdir)/i386c/ia32/instructions/fpu.c \
                 $(real_topsrcdir)/i386c/ia32/instructions/logic_arith.c \                  $(real_topsrcdir)/i386c/ia32/instructions/logic_arith.c \
                 $(real_topsrcdir)/i386c/ia32/instructions/misc_inst.c \                  $(real_topsrcdir)/i386c/ia32/instructions/misc_inst.c \
                 $(real_topsrcdir)/i386c/ia32/instructions/seg_reg.c \                  $(real_topsrcdir)/i386c/ia32/instructions/seg_reg.c \

Removed from v.1.11  
changed lines
  Added in v.1.13


RetroPC.NET-CVS <cvs@retropc.net>