IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2023, 3:19:30 PM (3 years ago)
Author:
eugene
Message:

remove ipp060 references; use programs in PATH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/Makefile

    r42453 r42454  
    55BIN     =       ~/src/bin/rawfix
    66SRC     =       src
    7 
    8 install: $(PROGRAMS)
    9 
    10 $(PROGRAMS): % : $(BIN)/%
    11 
    12 # copied from Makefile.Common : use a single c file: foo : foo.c
    13 .PRECIOUS: $(BIN)/%
    14 
    15 $(BIN)/% : $(SRC)/%
    16         @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi
    17         rm -f $(BIN)/$*
    18         cp $(SRC)/$* $(BIN)/$*
    19 
    20 PROGRAMS = $(PANTASKS) $(DB_PROG) $(PERL_PROG) $(TOOLS)
    217
    228PANTASKS = \
     
    5844fix_chip_failures.pl \
    5945
     46PROGRAMS = $(PANTASKS) $(DB_PROG) $(PERL_PROG) $(TOOLS)
     47
     48install: $(PROGRAMS)
     49
     50$(PROGRAMS): % : $(BIN)/%
     51
     52$(BIN)/% : $(SRC)/%
     53        @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi
     54        rm -f $(BIN)/$*
     55        cp $(SRC)/$* $(BIN)/$*
     56
     57
Note: See TracChangeset for help on using the changeset viewer.