IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3818 for trunk/pois/swig


Ignore:
Timestamp:
May 2, 2005, 9:49:28 AM (21 years ago)
Author:
rhl
Message:

Don't hardcode XPA_DIR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/swig/Makefile.am

    r3795 r3818  
    3737# Now for XPA
    3838#
    39 #_xpa.so : $(XPA_OBJS) xpa.py
    40 #       cc -o _xpa.so -bundle -undefined suppress -flat_namespace $(XPA_OBJS) -L$(XPA_DIR)/lib -lxpa $(PS_LIBS)
    41 XPA_DIR = /Users/rhl/ACT/products/Darwin/xpa/v2_1_5
     39# N.b. environment variable XPA_DIR must be set externally
     40#
    4241XPA_CFLAGS = -I$(XPA_DIR)/include
    4342XPA_LIBS   = -L$(XPA_DIR)/lib -lxpa
Note: See TracChangeset for help on using the changeset viewer.