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/libohana/Makefile

    r2469 r2510  
    1111DESTMAN =       $(LMAN)
    1212
    13 INCS    =       -I$(LINC) -I$(LINC)/$(ARCH)
     13INCS    =       -I$(LINC)
    1414CFLAGS  =       -Wunused -o $*.$(ARCH).o $(INCS)
    1515LFLAGS  =       -c $(INCS)
     
    3636
    3737$(LIB)/libohana.$(ARCH).a: $(HOBJ) $(LOBJ)
     38        @if [ ! -d $(LIB) ]; then mkdir -p $(LIB); fi
    3839        rm -f $(LIB)/libohana.$(ARCH).a
    3940        ar rcv $(LIB)/libohana.$(ARCH).a $(LOBJ)
Note: See TracChangeset for help on using the changeset viewer.