IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4901 for trunk/psphot/Makefile


Ignore:
Timestamp:
Aug 29, 2005, 5:44:55 PM (21 years ago)
Author:
eugene
Message:

various psphot updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/Makefile

    r4641 r4901  
    33        @echo "USAGE: make psphot"
    44
    5 CC      =       gcc -g -Wall
     5CC      =       gcc -g -Wall -O2
    66SRC     =       src
    77BIN     =       bin
     
    3636$(SRC)/fit_galaxies.$(ARCH).o \
    3737$(SRC)/LocalSky.$(ARCH).o \
    38 $(SRC)/basic_classes.$(ARCH).o
     38$(SRC)/basic_classes.$(ARCH).o \
     39$(SRC)/psLine.$(ARCH).o \
     40$(SRC)/output.$(ARCH).o
    3941
    4042FITSOURCE = \
Note: See TracChangeset for help on using the changeset viewer.