IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5782


Ignore:
Timestamp:
Dec 13, 2005, 2:40:43 PM (20 years ago)
Author:
jhoblitt
Message:

add missing errorcode files to EXTRA_DIST
change form building a library to just building a util

File:
1 edited

Legend:

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

    r5753 r5782  
    55pois_LDFLAGS = $(PSLIB_LIBS)
    66
    7 include_HEADERS = pois.h poisErrorCodes.h
    8 lib_LTLIBRARIES = libpois.la
     7noinst_HEADERS = pois.h poisErrorCodes.h
    98bin_PROGRAMS = pois
    109
    11 pois_LDADD = libpois.la
    12 pois_SOURCES = \
    13         pois.c
    14 
    15 #
    16 # Build a library
    17 #
    1810BUILT_SOURCES = \
    1911        poisErrorCodes.h errorCodes.c
    2012
    21 libpois_la_LDFLAGS = $(AM_LDFLAGS) -release $(PACKAGE_VERSION)
    22 libpois_la_SOURCES = \
    23         pois.h \
     13pois_SOURCES = \
     14        pois.c \
    2415        poisAddPenalty.c \
    2516        poisCalculateDeviations.c \
     
    4839        $(PERL) parseErrorCodes.pl --data=errorCodes.dat --outfile=errorCodes.c \
    4940                        errorCodes-skl.c
     41
     42EXTRA_DIST = \
     43        parseErrorCodes.pl \
     44        errorCodes.dat \
     45        errorCodes-skl.h \
     46        errorCodes-skl.c \
     47        poisErrorCodes.h
     48
    5049#
    5150# test program
Note: See TracChangeset for help on using the changeset viewer.