IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 29, 2004, 8:19:57 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r549 r557  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.4 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-04-30 01:28:04 $
     5##  $Revision: 1.5 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-04-30 06:19:57 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2020         atst_psAbort_02    \
    2121         atst_psAbort_03    \
     22         tst_psTrace00      \
     23         tst_psTrace01      \
     24         tst_psTrace02      \
     25         tst_psTrace03      \
    2226         tst_psStringCopy
    2327
     
    4347        $(CC) tst_psTrace02.c $(LDFLAGS) -L$(PSLIB_LIB_DIR) -L.. -lpslib -lpstest -I$(PSLIB_INCL_DIR) -I.. -o tst_psTrace02
    4448
     49tst_psTrace03:  tst_psTrace03.c
     50        $(CC) tst_psTrace03.c $(LDFLAGS) -L$(PSLIB_LIB_DIR) -L.. -lpslib -lpstest -I$(PSLIB_INCL_DIR) -I.. -o tst_psTrace03
     51
    4552%.o : %.c
    4653        $(CC) $(CFLAGS) $(CPPFLAGS) -I.. -I$(PSLIB_INCL_DIR) -c -o $@ $<
Note: See TracChangeset for help on using the changeset viewer.