Difference for crossedit/Makefile.in from version 1.2 to 1.3


version 1.2 version 1.3
Line 128
 
Line 128
  $(RM) -f crossedit $(OBJS) Makefile.bak   $(RM) -f crossedit $(OBJS) Makefile.bak
  (cd Cnv; $(MAKE) clean)   (cd Cnv; $(MAKE) clean)
   
   distclean:: clean
    @for dir in $(SUBDIRS); \
    do \
        (echo "making distclean in $$dir..."; \
        cd $$dir; $(MAKE) $(MFLAGS) 'MFLAGS=$(MFLAGS)' 'ARCHIVE=$(ARCHIVE)'  'VERSION=$(VERSION)' 'MKDIR=$(MKDIR)' 'CP=$(CP)' 'RM=$(RM)' distclean;) \
    done;
    $(RM) -f Makefile
   
 .c.o:  .c.o:
  $(CC) $(CFLAGS) $(INCLUDES) -I../include -I. -Iinclude -ICnv -c $*.c   $(CC) $(CFLAGS) $(INCLUDES) -I../include -I. -Iinclude -ICnv -c $*.c
   


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:50