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

    r2490 r2510  
    1818
    1919
    20 INCS    =       -I$(INC) -I$(LINC) -I$(XINC) -I$(LINC)/$(ARCH)
     20INCS    =       -I$(INC) -I$(LINC) -I$(XINC)
    2121LIBS    =       -L$(LLIB) -lFITS -lohana -lm
    2222CFLAGS  =       -o $*.$(ARCH).o $(INCS)
     
    4343
    4444$(BIN)/$(PROGRAM).$(ARCH): $(OBJ)
     45        @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi
    4546        $(CC) $(OBJ) -o $(BIN)/$(PROGRAM).$(ARCH) $(CCFLAGS)
    4647
     
    4849
    4950$(DESTBIN)/$(PROGRAM): $(BIN)/$(PROGRAM).$(ARCH)
     51        @if [ ! -d $(DESTBIN) ]; then mkdir -p $(DESTBIN); fi
    5052        rm -f $(DESTBIN)/$(PROGRAM)
    5153        cp $(BIN)/$(PROGRAM).$(ARCH) $(DESTBIN)/$(PROGRAM)
Note: See TracChangeset for help on using the changeset viewer.