Difference for random_maps/Makefile.in from version 1.11 to 1.12


version 1.11 version 1.12
Line 66
 
Line 66
 LIBS = -L../common -lcross @LIBS@ $(EXTRA_LIBS)  LIBS = -L../common -lcross @LIBS@ $(EXTRA_LIBS)
   
 SHELL = @BOURNE_SHELL@  SHELL = @BOURNE_SHELL@
   RANLIB = @RANLIB@
   
   
 prefix = @prefix@  prefix = @prefix@
 exec_prefix = @exec_prefix@  exec_prefix = @exec_prefix@
Line 87
 
Line 89
 random_map.a: $(OBJS)  random_map.a: $(OBJS)
  $(RM) -f $@   $(RM) -f $@
  $(AR) clq $@ $(OBJS)   $(AR) clq $@ $(OBJS)
    $(RANLIB) $@
   
 depend:  depend:
  $(DEPEND) $(DEPENDFLAGS) -- $(CFLAGS) $(INCLUDES) -I../include -- $(SRCS)   $(DEPEND) $(DEPENDFLAGS) -- $(CFLAGS) $(INCLUDES) -I../include -- $(SRCS)


Legend:
line(s) removed in v.1.11 
line(s) changed
 line(s) added in v.1.12

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:54