IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 26, 2004, 10:47:02 PM (22 years ago)
Author:
eugene
Message:

fixed makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/Makefile

    r2415 r2510  
    1212DESTMAN =       $(LMAN)
    1313
    14 INCS    =       -I$(INC)  -I$(LINC)/$(ARCH)
     14INCS    =       -I$(INC)
    1515CFLAGS  =       -o $*.$(ARCH).o $(INCS) -D$(ARCH)
    1616LFLAGS  =       -c $(INCS)
     
    6464
    6565$(LIB)/libFITS.$(ARCH).a: $(LIBOBJ)
     66        @if [ ! -d $(LIB) ]; then mkdir -p $(LIB); fi
    6667        rm -f $(LIB)/libFITS.$(ARCH).a
    6768        ar rcv $(LIB)/libFITS.$(ARCH).a $(LIBOBJ)
Note: See TracChangeset for help on using the changeset viewer.