Skip to content

Commit 0905df9

Browse files
authored
Merge pull request #1099 from deepmodeling/tmp_fix
fix : support for makefile
2 parents 5f510c9 + e460da9 commit 0905df9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/Makefile.Objects

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ gint_k_pvpr.o\
122122
gint_k_sparse.o\
123123
gint_rho.o\
124124
gint_vl.o\
125-
gint_tau.cpp
125+
gint_tau.o\
126126
gint.o\
127127
ORB_control.o\
128128
ORB_read.o\
@@ -284,7 +284,11 @@ elecstate_pw_sdft.o
284284
OBJ_PSI=psi.o
285285

286286
OBJ_HAMILT=hamilt_lcao.o\
287-
hamilt_pw.o
287+
hamilt_pw.o\
288+
ekinetic_pw.o\
289+
meta_pw.o\
290+
veff_pw.o\
291+
nonlocal_pw.o
288292

289293
OBJS_FIRST_PRINCIPLES=$(OBJS_MAIN)\
290294
$(OBJS_PW)\
@@ -451,4 +455,3 @@ psort_w.o\
451455
s_cmp.o\
452456
s_copy.o\
453457
xerbla.o\
454-

0 commit comments

Comments
 (0)