forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9957 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
18f063a865
commit
42954a55b7
|
@ -1,5 +1,9 @@
|
|||
SHELL = /bin/sh
|
||||
|
||||
# which file will be copied to Makefile.lammps
|
||||
|
||||
EXTRAMAKE = Makefile.lammps.linalg
|
||||
|
||||
# ------ FILES ------
|
||||
|
||||
SRC = ATC_HardyKernel.cpp \
|
||||
|
@ -111,6 +115,7 @@ SYSLIB =
|
|||
|
||||
lib: $(OBJ)
|
||||
$(ARCHIVE) $(ARFLAGS) $(LIB) $(OBJ)
|
||||
@cp $(EXTRAMAKE) Makefile.lammps
|
||||
|
||||
# ------ COMPILE RULES ------
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
# Settings that the LAMMPS build will import when this package library is used
|
||||
|
||||
user-atc_SYSINC =
|
||||
user-atc_SYSLIB =
|
||||
user-atc_SYSPATH =
|
Loading…
Reference in New Issue