IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3830


Ignore:
Timestamp:
May 2, 2005, 3:09:54 PM (21 years ago)
Author:
jhoblitt
Message:

compile pois

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/src/Makefile.am

    r3829 r3830  
    1 AM_CFLAGS = @pois_CFLAGS@
     1AM_CFLAGS = $(pois_CFLAGS) $(PSLIB_CFLAGS)
     2AM_LDFLAGS = $(PSLIB_LIBS)
    23
    34include_HEADERS = pois.h poisErrorCodes.h
     5lib_LTLIBRARIES = libpois.la
     6noinst_PROGRAMS = pois
    47
    5 AM_CFLAGS  += $(PSLIB_CFLAGS)
    6 LIBS       = $(PSLIB_LIBS) $(AM_LIBS)
    7 AM_LDFLAGS = -release $(PACKAGE_VERSION)
    8 
    9 #noinst_PROGRAMS = pois
    10 lib_LTLIBRARIES = libpois.la
    11 
    12 BUILT_SOURCES = \
    13         poisErrorCodes.h errorCodes.c
    14 
     8pois_LDADD = libpois.la
    159pois_SOURCES = \
    1610        pois.c
     
    1913# Build a library
    2014#
     15BUILT_SOURCES = \
     16        poisErrorCodes.h errorCodes.c
     17
     18libpois_la_LDFLAGS = $(AM_LDFLAGS) -release $(PACKAGE_VERSION)
    2119libpois_la_SOURCES = \
    2220        pois.h \
Note: See TracChangeset for help on using the changeset viewer.