IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2005, 7:37:04 AM (21 years ago)
Author:
eugene
Message:

adding fprintf, uninstall option, fixed error in libdata/Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.data/Makefile

    r4697 r4746  
    4040$(SDIR)/PlotVectors.$(ARCH).o
    4141
    42 libdata:    $(DESTLIB)/libdata.a
     42libdata: $(DESTLIB)/libdata.a
    4343
    44 $(LIB)/libdata.$(ARCH).a:       $(libdata)
     44$(LIB)/libdata.$(ARCH).a: $(libdata)
    4545
    4646# utilities #################################################
     47# .SUFFIXES: .$(ARCH).o
     48
    4749$(BIN)/%.$(ARCH):
    4850        @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi
     
    9496        rm -f $(BIN)/*
    9597        rm -f $(LIB)/*
     98
     99uninstall:
     100        rm -f $(DESTLIB)/libdata.a
Note: See TracChangeset for help on using the changeset viewer.