IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2005, 12:49:39 PM (21 years ago)
Author:
desonia
Message:

general autoconf cleanup.

Location:
trunk/psLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib

    • Property svn:ignore
      •  

        old new  
         1DoxygenLog
        12bin
        23lib
  • trunk/psLib/test/image/Makefile.am

    r3115 r3127  
    1 #Makefile for astronomy functions of psLib
     1#Makefile for image functions of psLib
    22#
     3EXTRA_DIST = verified
     4
    35INCLUDES = \
    46        -I$(top_srcdir)/src \
     
    1113        $(all_includes)
    1214
    13 AM_LDFLAGS = -L$(top_srcdir)/src `sh $(top_srcdir)/pslib-config --libs`
     15AM_LDFLAGS = -L$(top_builddir)/src $(PSLIB_LIBS)
    1416
    1517check_PROGRAMS = \
     
    2729        tst_psImageInterpolate
    2830
    29 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest
     31TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    3032TESTS = \
    3133        tst_psImage \
Note: See TracChangeset for help on using the changeset viewer.