IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 886


Ignore:
Timestamp:
Jun 5, 2004, 9:12:51 AM (22 years ago)
Author:
gusciora
Message:

Added a hack to get include files to work. We should fix our system for
storing and using include files, as well as the system the Makefiles use to
locate them.

Location:
trunk/psLib/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psDlist.h

    r874 r886  
    99 *  @author Robert Daniel DeSonia, MHPCC
    1010 *
    11  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-06-04 23:44:36 $
     11 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-06-05 19:12:51 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6363;
    6464
     65#include "psMemory.h"
    6566/** Destructor */
    6667void psDlistFree(
  • trunk/psLib/src/sysUtils/Makefile

    r864 r886  
    33##  Makefile:   sysUtils
    44##
    5 ##  $Revision: 1.14 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-06-04 19:00:15 $
     5##  $Revision: 1.15 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-06-05 19:12:51 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2626# Set CFLAGS used by the implicit rule to compile .c
    2727
    28 CFLAGS := $(CFLAGS_RELOC)
     28CFLAGS := $(CFLAGS_RELOC) -I../collections -I../dataManip -I../sysUtils -I../include
    2929
    3030# Define the source objects
  • trunk/psLib/src/sysUtils/psHash.h

    r885 r886  
    66 *  \ingroup DataGroup
    77 */
    8 #include "psDList.h"
     8#include "psDlist.h"
    99
    1010
Note: See TracChangeset for help on using the changeset viewer.