IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2652


Ignore:
Timestamp:
Dec 7, 2004, 12:46:18 PM (22 years ago)
Author:
gusciora
Message:

Trying to fix makefiles.

File:
1 edited

Legend:

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

    r2603 r2652  
    55TARGET_STATIC  = libpslib.a
    66include ../Makefile.Globals
    7 CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I../dataManip \
    8     -I.. -I../image -I../fileUtils \
    9     -DTIME_CONFIG_FILE="\"$(TIME_CONFIG_FILE)\""
     7CFLAGS := -I/usr/local/include/libxml2 -I. -I../sysUtils
     8
     9#CFLAGS := -I/usr/local/include/libxml2 -I. -I../sysUtils -I../collections -I../dataManip \
     10#    -I.. -I../image -I../fileUtils \
     11#    -DTIME_CONFIG_FILE="\"$(TIME_CONFIG_FILE)\""
    1012
    1113SRC_OBJS = psTime.o \
Note: See TracChangeset for help on using the changeset viewer.