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

    r2463 r2510  
    1515
    1616
    17 INCS    =       -I$(INC) -I$(LINC) -I$(XINC) -I$(LINC)/$(ARCH)
     17INCS    =       -I$(INC) -I$(LINC) -I$(XINC)
    1818LIBS    =       -L$(LLIB) -lFITS -lohana -lm
    1919CFLAGS  =       -o $*.$(ARCH).o $(INCS)
     
    4141
    4242$(BIN)/$(PROGRAM).$(ARCH): $(OBJ)
     43        @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi
    4344        $(CC) $(OBJ) -o $(BIN)/$(PROGRAM).$(ARCH) $(CCFLAGS)
    4445
     
    4647
    4748$(DESTBIN)/$(PROGRAM): $(BIN)/$(PROGRAM).$(ARCH)
     49        @if [ ! -d $(DESTBIN) ]; then mkdir -p $(DESTBIN); fi
    4850        rm -f $(DESTBIN)/$(PROGRAM)
    4951        cp $(BIN)/$(PROGRAM).$(ARCH) $(DESTBIN)/$(PROGRAM)
Note: See TracChangeset for help on using the changeset viewer.