IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2007, 6:53:56 PM (19 years ago)
Author:
eugene
Message:

kapa2 binary is now called kapa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/kapa2/Makefile

    r13434 r13469  
    1 default: kapa2
     1default: kapa
    22help:
    33        @echo "make options: kapa (default)"
     
    2020INDEPS  = $(DESTINC)/kapa.h $(DESTINC)/dvo.h $(DESTINC)/gfitsio.h $(DESTINC)/ohana.h
    2121
    22 kapa2: $(BIN)/kapa2.$(ARCH)
    23 install: $(DESTBIN)/kapa2
     22kapa2: $(BIN)/kapa.$(ARCH)
     23install: $(DESTBIN)/kapa
    2424
    2525KAPA = \
     
    8989$(OBJ): $(INDEPS) $(LDDEPS)
    9090
    91 $(BIN)/kapa2.$(ARCH): $(OBJ)
     91$(BIN)/kapa.$(ARCH): $(OBJ)
Note: See TracChangeset for help on using the changeset viewer.