~nickpapior/siesta/tddft-work

« back to all changes in this revision

Viewing changes to Util/SiestaSubroutine/ProtoNEB/Src/Makefile

  • Committer: Rafi Ullah
  • Date: 2017-08-30 14:09:10 UTC
  • mfrom: (611.1.19 trunk)
  • Revision ID: rraffiu@gmail.com-20170830140910-bhu0osuh4d59wn8e
Merged with trunk-630

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
.SUFFIXES: .f .F .o .a .f90 .F90
21
21
#
22
22
VPATH=$(SRC_DIR)
23
 
#
24
 
default: protoNEB clean 
25
 
#
 
23
 
 
24
all: default
 
25
default: protoNEB
 
26
 
26
27
ARCH_MAKE=$(OBJ_DIR)/arch.make
27
28
include $(ARCH_MAKE)
28
29
#
53
54
        $(FC) $(LDFLAGS) -o protoNEB \
54
55
              protoNEB.o $(ALL_LIBS)
55
56
#
56
 
clean: 
 
57
intermediate: 
57
58
        @echo "==> Cleaning intermediate files ONLY"
58
 
        @echo "==> Use make pristine to remove executable files"
 
59
        @echo "==> Use make clean to remove executable files"
59
60
        rm -f *.a *.o *.mod libs_collected
60
61
#
61
 
pristine: 
 
62
pristine: clean
 
63
clean:
62
64
        @echo "==> Cleaning all intermediate and executable files"
63
65
        rm -f protoNEB
64
66
        rm -f *.a *.o *.mod libs_collected