Difference for ./Makefile from version 1.1235 to 1.1236

version 1.1235version 1.1236
Line 181
Line 181
  $(DSTDIR)/parm.o \  $(DSTDIR)/parm.o \
  $(DSTDIR)/imd.o \  $(DSTDIR)/imd.o \
  $(DSTDIR)/CompressPsf.o \  $(DSTDIR)/CompressPsf.o \
  $(DSTDIR)/AtomsDisInfo.o  $(DSTDIR)/AtomsDisInfo.o \
   $(DSTDIR)/FileIO.o
  
 # Add new modules here and also define explicit rule below. # Add new modules here and also define explicit rule below.
  
Line 219
Line 220
  $(INCDIR)/main.decl.h \  $(INCDIR)/main.decl.h \
  $(INCDIR)/main.def.h \  $(INCDIR)/main.def.h \
  $(INCDIR)/AtomsDisInfo.decl.h \  $(INCDIR)/AtomsDisInfo.decl.h \
  $(INCDIR)/AtomsDisInfo.def.h  $(INCDIR)/AtomsDisInfo.def.h \
   $(INCDIR)/FileIO.decl.h \
   $(INCDIR)/FileIO.def.h
  
 # Add new source files here. # Add new source files here.
  
Line 546
Line 549
  $(MOVE) AtomsDisInfo.def.h $(INCDIR)  $(MOVE) AtomsDisInfo.def.h $(INCDIR)
  $(MOVE) AtomsDisInfo.decl.h $(INCDIR)  $(MOVE) AtomsDisInfo.decl.h $(INCDIR)
  
  $(INCDIR)/FileIO.def.h: $(INCDIR)/FileIO.decl.h
  
  $(INCDIR)/FileIO.decl.h: $(SRCDIR)/FileIO.ci
   $(CHARMXI) $(SRCDIR)/FileIO.ci
   $(MOVE) FileIO.def.h $(INCDIR)
   $(MOVE) FileIO.decl.h $(INCDIR)
  
  
 DEPENDFILE = .rootdir/Make.depends DEPENDFILE = .rootdir/Make.depends
  
 # This is a CPU killer...  Don't make depends if you don't need to. # This is a CPU killer...  Don't make depends if you don't need to.


Legend:
Removed in v.1.1235 
changed lines
 Added in v.1.1236



Made by using version 1.53 of cvs2html