IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 27, 2004, 4:51:39 PM (22 years ago)
Author:
desonia
Message:

misc changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/Makefile

    r532 r541  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.2 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-04-27 22:57:09 $
     5##  $Revision: 1.3 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-04-28 02:51:39 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1313
    1414PSLIB_INCL_DIR = ../../include
    15 
    1615PSLIB_LIB_DIR = ../../lib
    1716
    1817TARGET = tst_psError        \
     18         tstMemory          \
    1919         atst_psAbort_01    \
    2020         atst_psAbort_02    \
     
    3535
    3636%.o : %.c
    37         $(CC) $(CFLAGS) $(CPPFLAGS) -I$(PSLIB_INCL_DIR) -c -o $@ $<
     37        $(CC) $(CFLAGS) $(CPPFLAGS) -I.. -I$(PSLIB_INCL_DIR) -c -o $@ $<
    3838
    3939%   : %.o
    40         $(CC) $(LDFLAGS) -L$(PSLIB_LIB_DIR) -lpslib -lpstest -o $@ $<
     40        $(CC) $(LDFLAGS) -L$(PSLIB_LIB_DIR) -L.. -lpslib -lpstest -o $@ $<
    4141
    4242%.lint: %.c
Note: See TracChangeset for help on using the changeset viewer.