git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@273 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2007-02-05 16:54:44 +00:00
parent 49dc6757c2
commit 4b48dc819d
2 changed files with 11 additions and 6 deletions

View File

@ -26,6 +26,11 @@ $(EXE): $(OBJ)
$(LINK) $(LINKFLAGS) $(OBJ) $(USRLIB) $(SYSLIB) -o $(EXE)
$(SIZE) $(EXE)
# Library target
lib: $(OBJ)
$(ARCHIVE) $(ARFLAGS) $(EXE) $(OBJ)
# Compilation rules
%.o:%.cpp

View File

@ -39,6 +39,12 @@
#ifdef CommandClass
#endif
#ifdef ComputeInclude
#endif
#ifdef ComputeClass
#endif
#ifdef DihedralInclude
#endif
@ -92,9 +98,3 @@
#ifdef RegionClass
#endif
#ifdef TempInclude
#endif
#ifdef TempClass
#endif