Changeset 13469 for branches/kapa-mods-2007-05/Ohana/src/kapa2/Makefile
- Timestamp:
- May 21, 2007, 6:53:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kapa-mods-2007-05/Ohana/src/kapa2/Makefile
r13434 r13469 1 default: kapa 21 default: kapa 2 2 help: 3 3 @echo "make options: kapa (default)" … … 20 20 INDEPS = $(DESTINC)/kapa.h $(DESTINC)/dvo.h $(DESTINC)/gfitsio.h $(DESTINC)/ohana.h 21 21 22 kapa2: $(BIN)/kapa 2.$(ARCH)23 install: $(DESTBIN)/kapa 222 kapa2: $(BIN)/kapa.$(ARCH) 23 install: $(DESTBIN)/kapa 24 24 25 25 KAPA = \ … … 89 89 $(OBJ): $(INDEPS) $(LDDEPS) 90 90 91 $(BIN)/kapa 2.$(ARCH): $(OBJ)91 $(BIN)/kapa.$(ARCH): $(OBJ)
Note:
See TracChangeset
for help on using the changeset viewer.
