IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2005, 3:55:40 PM (22 years ago)
Author:
Paul Price
Message:

Updated to handle higher polynomial orders than linear, and to calculate the output size itself

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/Makefile

    r2764 r2897  
    55LDFLAGS += $(PSLIB)
    66
    7 OBJECTS = stac.o stacConfig.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \
    8         stacCombine.o stacInvertMaps.o stacRejection.o psPlaneTransform.o stacAreaOfInterest.o
     7STAC = stac.o stacConfig.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \
     8        stacCombine.o stacInvertMaps.o stacRejection.o psPlaneTransform.o stacAreaOfInterest.o stacSize.o
    99
    10 TARGET = stac
     10FITTRANS = fitTrans.o fitTransConfig.o fitTransRead.o stacCheckMemory.o fitTransSolve.o psPlaneTransform.o
    1111
    1212.PHONY: tags clean empty test profile optimise
     
    1515                $(CC) -c $(CFLAGS) $(OPTFLAGS) $<
    1616
    17 $(TARGET):      $(OBJECTS)
    18                 $(CC) $(CFLAGS) -o $@ $(OBJECTS) $(LDFLAGS) $(OPTFLAGS)
     17stac:           $(STAC)
     18                $(CC) $(CFLAGS) -o $@ $(STAC) $(LDFLAGS) $(OPTFLAGS)
    1919
    2020calcGrad:       calcGrad.o
     
    2727                $(CC) $(CFLAGS) -o $@ getPixels.o $(LDFLAGS) $(OPTFLAGS)
    2828
     29fitTrans:       $(FITTRANS)
     30                $(CC) $(CFLAGS) -o $@ $(FITTRANS) $(LDFLAGS) $(OPTFLAGS)
    2931
    3032clean:
Note: See TracChangeset for help on using the changeset viewer.