IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 3, 2004, 9:43:43 AM (22 years ago)
Author:
gusciora
Message:

MOdified makefile for /usr/local/include

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/Makefile

    r2600 r2602  
    33endif
    44
     5# XXX: Must put appropiate conditional here:
     6LIBXMLDIR = /usr/include/libxml2
     7LIBXMLDIR = /usr/local/include/libxml2
     8
    59TARGET_STATIC  = libpslib.a
    610include ../Makefile.Globals
    711CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I../dataManip \
    8     -I.. -I../image -I../fileUtils -I/usr/local/include/libxml2 \
     12    -I.. -I../image -I../fileUtils -I$(LIBXMLDIR) \
    913    -DTIME_CONFIG_FILE="\"$(TIME_CONFIG_FILE)\""
    1014
Note: See TracChangeset for help on using the changeset viewer.