3b55640299a9fb73fb2169247e95dad63c1fd8fd
max
  Wed Jul 2 11:58:43 2025 -0700
adding back lowerlab make section, email from Patricia

diff --git src/inc/common.mk src/inc/common.mk
index b547e6e5d0e..dc44f4d630e 100644
--- src/inc/common.mk
+++ src/inc/common.mk
@@ -552,15 +552,22 @@
 ifeq (${UGLIFYJS},)
     UGLIFYJS=${NODEBIN}/uglifyjs
     ifeq ($(wildcard ${UGLIFYJS}),)
         UGLIFYJS=true
     endif
 endif
 
 # OSX does not have the --remove-destination option. 
 # We use this option to make sure that the username and date of files lets us figure out
 # who was the one that built the current version of a file
 ifeq ($(UNAME_S),Darwin)
     CPREMDESTOPT=-f
 else
     CPREMDESTOPT=--remove-destination
 endif
+
+ifeq (${LOWELAB}, 1)
+  O += lowelabPfamHit.o lowelabArkinOperonScore.o lowelabTIGROperonScore.o loweutils.o \
+  geneTree.o cogsxra.o jgiGene.o snoRNAs.o sargassoSeaXra.o minGeneInfo.o gbRNAs.o easyGene.o arcogdesc.o arCOGs.o cddDesc.o cddInfo.o \
+  megablastInfo.o alignInfo.o ec.o codeBlastScore.o ecAttribute.o tRNAs.o
+endif
+