Changeset 72


Ignore:
Timestamp:
07/19/04 14:30:29 (20 years ago)
Author:
mmarquar
Message:

moved cfitsio into one block

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r71 r72  
    99
    1010CFITSIOLIB := /usr/local/lib/libcfitsio.a #-lcfitsio
     11CFITSIOINC := -I/usr/local/include/cfitsio
    1112
    1213AIPSROOT  := $(word 1, $(AIPSPATH))
     
    2728PYTHONINC := -I/usr/include/python2.2
    2829PYTHONLIB := -lpython2.2
    29 
    30 CFITSIOINC := -I/usr/local/include/cfitsio
    3130
    3231INCDIRS   := -I. $(AIPSINC) $(BOOSTINC) $(PYTHONINC) $(CFITSIOINC)
Note: See TracChangeset for help on using the changeset viewer.