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

    r2490 r2510  
    1515
    1616
    17 INCS    =       -I$(INC) -I$(LINC) -I$(XINC) -I$(LINC)/$(ARCH)
     17INCS    =       -I$(INC) -I$(LINC) -I$(XINC)
    1818LIBS    =       -L$(LLIB) -lohana -lFITS -lm
    1919CFLAGS  =       -o $*.o $(INCS)
     
    3434
    3535$(BIN)/$(PROGRAM): $(OBJS)
     36        @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi
    3637        $(CC) $(OBJS) -o $(BIN)/$(PROGRAM) $(CCFLAGS)
    3738
    3839# -----------------------
    3940install:
     41        @if [ ! -d $(DESTBIN) ]; then mkdir -p $(DESTBIN); fi
    4042        rm -f $(DESTBIN)/$(PROGRAM)
    4143#       rm -f $(DESTMAN)/$(PROGRAM).1
Note: See TracChangeset for help on using the changeset viewer.