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

    r2492 r2510  
    1414
    1515#
    16 INCS    =       -I$(INC) -I$(LINC) -I$(XINC) -I$(LINC)/$(ARCH)
     16INCS    =       -I$(INC) -I$(LINC) -I$(XINC)
    1717LIBS    =       -L$(LLIB) -lohana -lFITS -lm
    1818CFLAGS  =       -o $*.$(ARCH).o $(INCS) -Wall
     
    4747
    4848$(BIN)/$(PROGRAM).$(ARCH): $(OBJ)
     49        @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi
    4950        $(CC) $(OBJ) -o $(BIN)/$(PROGRAM).$(ARCH) $(CCFLAGS)
    5051
     
    5253
    5354$(DESTBIN)/$(PROGRAM): $(BIN)/$(PROGRAM).$(ARCH)
     55        @if [ ! -d $(DESTBIN) ]; then mkdir -p $(DESTBIN); fi
    5456        rm -f $(DESTBIN)/$(PROGRAM)
    5557        cp $(BIN)/$(PROGRAM).$(ARCH) $(DESTBIN)/$(PROGRAM)
Note: See TracChangeset for help on using the changeset viewer.