Skip to content

Commit

Permalink
Merge pull request #1099 from deepmodeling/tmp_fix
Browse files Browse the repository at this point in the history
fix : support for makefile
  • Loading branch information
dyzheng authored Jul 15, 2022
2 parents 5f510c9 + e460da9 commit 0905df9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions source/Makefile.Objects
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ gint_k_pvpr.o\
gint_k_sparse.o\
gint_rho.o\
gint_vl.o\
gint_tau.cpp
gint_tau.o\
gint.o\
ORB_control.o\
ORB_read.o\
Expand Down Expand Up @@ -284,7 +284,11 @@ elecstate_pw_sdft.o
OBJ_PSI=psi.o

OBJ_HAMILT=hamilt_lcao.o\
hamilt_pw.o
hamilt_pw.o\
ekinetic_pw.o\
meta_pw.o\
veff_pw.o\
nonlocal_pw.o

OBJS_FIRST_PRINCIPLES=$(OBJS_MAIN)\
$(OBJS_PW)\
Expand Down Expand Up @@ -451,4 +455,3 @@ psort_w.o\
s_cmp.o\
s_copy.o\
xerbla.o\

0 comments on commit 0905df9

Please sign in to comment.