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

    r2473 r2510  
    2222DESTMAN =       $(LMAN)
    2323#
    24 INCS    =       -I$(INC) -I$(LINC) -I$(XINC) -I$(LINC)/$(ARCH)
     24INCS    =       -I$(INC) -I$(LINC) -I$(XINC)
    2525#LIBS   =       -L$(LLIB) $(XLIB) -lFITS -lohana -lX11 -lm
    2626LIBS    =       -L$(LLIB) $(XLIB) -lFITS -lohana -lX11 -lsocket -lnsl -lpng -lz -lm
     
    8383
    8484$(BIN)/$(PROGRAM).$(ARCH): $(OBJ)
     85        @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi
    8586        $(CC) $(OBJ) -o $(BIN)/$(PROGRAM).$(ARCH) $(CCFLAGS)
    8687
     
    8889
    8990$(DESTBIN)/$(PROGRAM): $(BIN)/$(PROGRAM).$(ARCH)
     91        @if [ ! -d $(DESTBIN) ]; then mkdir -p $(DESTBIN); fi
    9092        rm -f $(DESTBIN)/$(PROGRAM)
    9193        cp $(BIN)/$(PROGRAM).$(ARCH) $(DESTBIN)/$(PROGRAM)
Note: See TracChangeset for help on using the changeset viewer.