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

    r2457 r2510  
    1313
    1414
    15 INCS    =       -I$(INC) -I$(LINC) -I$(XINC) -I$(LINC)/$(ARCH)
     15INCS    =       -I$(INC) -I$(LINC) -I$(XINC)
    1616LIBS    =       -L$(LLIB) -lFITS -lohana -lm
    1717CFLAGS  =       -o $*.$(ARCH).o $(INCS)
     
    3939
    4040$(BIN)/$(PROGRAM).$(ARCH): $(OBJ)
     41        @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi
    4142        $(CC) $(OBJ) -o $(BIN)/$(PROGRAM).$(ARCH) $(CCFLAGS)
    4243
     
    4445
    4546$(DESTBIN)/$(PROGRAM): $(BIN)/$(PROGRAM).$(ARCH)
     47        @if [ ! -d $(DESTBIN) ]; then mkdir -p $(DESTBIN); fi
    4648        rm -f $(DESTBIN)/$(PROGRAM)
    4749        cp $(BIN)/$(PROGRAM).$(ARCH) $(DESTBIN)/$(PROGRAM)
Note: See TracChangeset for help on using the changeset viewer.