From 4b48dc819d3b14a84aeb6259e3ba1236c6a42e1e Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 5 Feb 2007 16:54:44 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@273 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/MAKE/Makefile.tbird | 5 +++++ src/style_user.h | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/MAKE/Makefile.tbird b/src/MAKE/Makefile.tbird index 3c92a5a969..18bcac7a0b 100644 --- a/src/MAKE/Makefile.tbird +++ b/src/MAKE/Makefile.tbird @@ -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 diff --git a/src/style_user.h b/src/style_user.h index 57c6a0d0b2..c4c0c512bd 100644 --- a/src/style_user.h +++ b/src/style_user.h @@ -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