IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2005, 9:12:01 AM (21 years ago)
Author:
desonia
Message:

massive restructuring of codebase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/xml/Makefile.am

    r4446 r4540  
    1 #Makefile for dataIO functions of psLib
     1#Makefile for xml functions of psLib
    22#
    3 INCLUDES = \
    4         -I$(top_srcdir)/src/astro \
    5         -I$(top_srcdir)/src/db \
    6         -I$(top_srcdir)/src/fft \
    7         -I$(top_srcdir)/src/fits \
    8         -I$(top_srcdir)/src/imageops \
    9         -I$(top_srcdir)/src/math \
    10         -I$(top_srcdir)/src/mathtypes \
    11         -I$(top_srcdir)/src/sys \
    12         -I$(top_srcdir)/src/types \
    13         -I$(top_srcdir)/src/xml \
    14         $(all_includes)
     3noinst_LTLIBRARIES = libpslibxml.la
    154
    16 noinst_LTLIBRARIES = libpslibdataIO.la
     5libpslibxml_la_SOURCES = \
     6        psXML.c
    177
    18 libpslibdataIO_la_SOURCES = \
    19         psLookupTable.c \
    20         psFits.c \
    21         psDB.c
    22 
    23 
    24 BUILT_SOURCES = psFileUtilsErrors.h
    25 EXTRA_DIST = psFileUtilsErrors.dat psFileUtilsErrors.h dataIO.i
    26 
    27 psFileUtilsErrors.h: psFileUtilsErrors.dat
    28         $(top_srcdir)/src/psParseErrorCodes --data=$? $@
     8EXTRA_DIST = xml.i
    299
    3010pslibincludedir = $(includedir)
    3111pslibinclude_HEADERS = \
    32         psLookupTable.h \
    33         psFits.h \
    34         psDB.h
    35 
     12        psXML.h
Note: See TracChangeset for help on using the changeset viewer.