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