Index: trunk/Ohana/src/addstar/Makefile
===================================================================
--- trunk/Ohana/src/addstar/Makefile	(revision 20936)
+++ trunk/Ohana/src/addstar/Makefile	(revision 21508)
@@ -27,5 +27,9 @@
 mkcmf       : $(BIN)/mkcmf.$(ARCH)
 
-all: addstar addstarc addstard addstart sedstar load2mass skycells
+all: addstar sedstar load2mass skycells
+
+# I need to fix the client/server version of addstar now that I have dropped Stars
+# as an autocode type and have converted to carrying average and measure
+# all: addstar addstarc addstard addstart sedstar load2mass skycells
 
 ADDSTAR = \
@@ -48,9 +52,4 @@
 $(SRC)/find_matches_refstars.$(ARCH).o \
 $(SRC)/find_subset.$(ARCH).o \
-$(SRC)/get2mass.$(ARCH).o \
-$(SRC)/get2mass_as.$(ARCH).o \
-$(SRC)/get2mass_as_raw.$(ARCH).o \
-$(SRC)/get2mass_dr2.$(ARCH).o \
-$(SRC)/get2mass_ops.$(ARCH).o \
 $(SRC)/getgsc.$(ARCH).o \
 $(SRC)/gettycho.$(ARCH).o \
@@ -71,4 +70,5 @@
 $(SRC)/replace_match.$(ARCH).o \
 $(SRC)/resort_catalog.$(ARCH).o \
+$(SRC)/StarOps.$(ARCH).o \
 $(SRC)/ReadStarsFITS.$(ARCH).o \
 $(SRC)/ReadStarsTEXT.$(ARCH).o \
@@ -106,9 +106,4 @@
 $(SRC)/find_matches_refstars.$(ARCH).o \
 $(SRC)/find_subset.$(ARCH).o \
-$(SRC)/get2mass.$(ARCH).o \
-$(SRC)/get2mass_as.$(ARCH).o \
-$(SRC)/get2mass_as_raw.$(ARCH).o \
-$(SRC)/get2mass_dr2.$(ARCH).o \
-$(SRC)/get2mass_ops.$(ARCH).o \
 $(SRC)/getgsc.$(ARCH).o \
 $(SRC)/gettycho.$(ARCH).o \
@@ -141,9 +136,4 @@
 $(SRC)/find_matches_refstars.$(ARCH).o \
 $(SRC)/find_subset.$(ARCH).o \
-$(SRC)/get2mass.$(ARCH).o \
-$(SRC)/get2mass_as.$(ARCH).o \
-$(SRC)/get2mass_as_raw.$(ARCH).o \
-$(SRC)/get2mass_dr2.$(ARCH).o \
-$(SRC)/get2mass_ops.$(ARCH).o \
 $(SRC)/getgsc.$(ARCH).o \
 $(SRC)/getusno.$(ARCH).o \
@@ -209,4 +199,5 @@
 $(SRC)/replace_match.$(ARCH).o \
 $(SRC)/update_coords.$(ARCH).o \
+$(SRC)/StarOps.$(ARCH).o \
 $(SRC)/ConfigInit.$(ARCH).o \
 $(SRC)/Shutdown.$(ARCH).o \
@@ -252,5 +243,10 @@
 $(BIN)/mkcmf.$(ARCH)       : $(MKCMF)
 
-INSTALL = addstar addstarc addstard addstart sedstar load2mass skycells mkcmf
+INSTALL = addstar sedstar load2mass skycells mkcmf
+
+# I need to fix the client/server version of addstar now that I have dropped Stars
+# as an autocode type and have converted to carrying average and measure
+# all: addstar addstarc addstard addstart sedstar load2mass skycells
+# INSTALL = addstar addstarc addstard addstart sedstar load2mass skycells mkcmf
 
 # dependancy rules for binary code #########################
