[00f983] | 1 | LIBSCLIBPSIOSOURCES = \
|
---|
[23612c] | 2 | util/psi3/libpsio/init.cc \
|
---|
| 3 | util/psi3/libpsio/done.cc \
|
---|
| 4 | util/psi3/libpsio/open.cc \
|
---|
| 5 | util/psi3/libpsio/close.cc \
|
---|
| 6 | util/psi3/libpsio/open_check.cc \
|
---|
| 7 | util/psi3/libpsio/error.cc \
|
---|
| 8 | util/psi3/libpsio/rw.cc \
|
---|
| 9 | util/psi3/libpsio/read.cc \
|
---|
| 10 | util/psi3/libpsio/write.cc \
|
---|
| 11 | util/psi3/libpsio/tocwrite.cc \
|
---|
| 12 | util/psi3/libpsio/tocread.cc \
|
---|
| 13 | util/psi3/libpsio/tocscan.cc \
|
---|
| 14 | util/psi3/libpsio/toclast.cc \
|
---|
| 15 | util/psi3/libpsio/tocdel.cc \
|
---|
| 16 | util/psi3/libpsio/tocclean.cc \
|
---|
| 17 | util/psi3/libpsio/tocprint.cc \
|
---|
| 18 | util/psi3/libpsio/get_filename.cc \
|
---|
| 19 | util/psi3/libpsio/get_numvols.cc \
|
---|
| 20 | util/psi3/libpsio/get_volpath.cc \
|
---|
| 21 | util/psi3/libpsio/volseek.cc \
|
---|
| 22 | util/psi3/libpsio/get_address.cc \
|
---|
| 23 | util/psi3/libpsio/get_global_address.cc \
|
---|
| 24 | util/psi3/libpsio/write_entry.cc \
|
---|
| 25 | util/psi3/libpsio/read_entry.cc \
|
---|
| 26 | util/psi3/libpsio/write_block.cc \
|
---|
| 27 | util/psi3/libpsio/read_block.cc
|
---|
| 28 |
|
---|
| 29 | # util/psi3/libpsio/close.cc \
|
---|
| 30 | # util/psi3/libpsio/done.cc \
|
---|
| 31 | # util/psi3/libpsio/error.cc \
|
---|
| 32 | # util/psi3/libpsio/get_address.cc \
|
---|
| 33 | # util/psi3/libpsio/get_filename.cc \
|
---|
| 34 | # util/psi3/libpsio/get_global_address.cc \
|
---|
| 35 | # util/psi3/libpsio/get_numvols.cc \
|
---|
| 36 | # util/psi3/libpsio/get_volpath.cc \
|
---|
| 37 | # util/psi3/libpsio/init.cc \
|
---|
| 38 | # util/psi3/libpsio/open.cc \
|
---|
| 39 | # util/psi3/libpsio/open_check.cc \
|
---|
| 40 | # util/psi3/libpsio/psiotest.cc \
|
---|
| 41 | # util/psi3/libpsio/read_block.cc \
|
---|
| 42 | # util/psi3/libpsio/read.cc \
|
---|
| 43 | # util/psi3/libpsio/read_entry.cc \
|
---|
| 44 | # util/psi3/libpsio/rw.cc \
|
---|
| 45 | # util/psi3/libpsio/tocclean.cc \
|
---|
| 46 | # util/psi3/libpsio/tocdel.cc \
|
---|
| 47 | # util/psi3/libpsio/toclast.cc \
|
---|
| 48 | # util/psi3/libpsio/tocprint.cc \
|
---|
| 49 | # util/psi3/libpsio/tocread.cc \
|
---|
| 50 | # util/psi3/libpsio/tocscan.cc \
|
---|
| 51 | # util/psi3/libpsio/tocwrite.cc \
|
---|
| 52 | # util/psi3/libpsio/volseek.cc \
|
---|
| 53 | # util/psi3/libpsio/write_block.cc \
|
---|
| 54 | # util/psi3/libpsio/write.cc \
|
---|
| 55 | # util/psi3/libpsio/write_entry.cc
|
---|
| 56 |
|
---|
[00f983] | 57 |
|
---|
| 58 | LIBSCLIBPSIOHEADERS = \
|
---|
[23612c] | 59 | util/psi3/libpsio/psio.h \
|
---|
| 60 | util/psi3/libpsio/psio.gbl
|
---|
| 61 |
|
---|
| 62 | # util/psi3/libpsio/psifiles.h \
|
---|
| 63 | # util/psi3/libpsio/psio.h
|
---|
| 64 |
|
---|
[00f983] | 65 |
|
---|
| 66 | lib_LTLIBRARIES +=
|
---|
| 67 | noinst_LTLIBRARIES += libSCpsio.la
|
---|
| 68 | libSCpsio_la_includedir = $(includedir)/util/psi3/libpsio
|
---|
| 69 | libSCpsio_la_CPPFLAGS = $(AM_CPPFLAGS)
|
---|
| 70 | libSCpsio_la_LDFLAGS = $(AM_LDFLAGS)
|
---|
| 71 | libSCpsio_la_LIBADD =
|
---|
| 72 |
|
---|
| 73 | nobase_libSCpsio_la_include_HEADERS = ${LIBSCLIBPSIOHEADERS}
|
---|
| 74 |
|
---|
| 75 | ## Define the source file list for the "libexample-@MPQC_API_VERSION@.la"
|
---|
| 76 | ## target. Note that @MPQC_API_VERSION@ is not interpreted by Automake and
|
---|
| 77 | ## will therefore be treated as if it were literally part of the target name,
|
---|
| 78 | ## and the variable name derived from that.
|
---|
| 79 | ## The file extension .cc is recognized by Automake, and makes it produce
|
---|
| 80 | ## rules which invoke the C++ compiler to produce a libtool object file (.lo)
|
---|
| 81 | ## from each source file. Note that it is not necessary to list header files
|
---|
| 82 | ## which are already listed elsewhere in a _HEADERS variable assignment.
|
---|
| 83 | libSCpsio_la_SOURCES = ${LIBSCLIBPSIOSOURCES}
|
---|
| 84 |
|
---|
| 85 | ## Instruct libtool to include ABI version information in the generated shared
|
---|
| 86 | ## library file (.so). The library ABI version is defined in configure.ac, so
|
---|
| 87 | ## that all version information is kept in one place.
|
---|
| 88 | #libSCpsio_la_LDFLAGS += $(AM_LDFLAGS) -version-info $(MPQC_SO_VERSION)
|
---|
| 89 |
|
---|
| 90 | ## The generated configuration header is installed in its own subdirectory of
|
---|
| 91 | ## $(libdir). The reason for this is that the configuration information put
|
---|
| 92 | ## into this header file describes the target platform the installed library
|
---|
| 93 | ## has been built for. Thus the file must not be installed into a location
|
---|
| 94 | ## intended for architecture-independent files, as defined by the Filesystem
|
---|
| 95 | ## Hierarchy Standard (FHS).
|
---|
| 96 | ## The nodist_ prefix instructs Automake to not generate rules for including
|
---|
| 97 | ## the listed files in the distribution on 'make dist'. Files that are listed
|
---|
| 98 | ## in _HEADERS variables are normally included in the distribution, but the
|
---|
| 99 | ## configuration header file is generated at configure time and should not be
|
---|
| 100 | ## shipped with the source tarball.
|
---|
| 101 | #libSCpsio_libincludedir = $(libdir)/util/psi3/libpsio/include
|
---|
| 102 | #nodist_libSCpsio_libinclude_HEADERS = $(top_builddir)/src/lib/scconfig.h
|
---|
| 103 |
|
---|
[23612c] | 104 |
|
---|
[00f983] | 105 | PSIOTESTS = \
|
---|
| 106 | psiotest
|
---|
| 107 |
|
---|
| 108 | check_PROGRAMS += $(PSIOTESTS)
|
---|
| 109 | noinst_PROGRAMS += $(PSIOTESTS)
|
---|
| 110 |
|
---|
| 111 | PSIOLIBS = \
|
---|
| 112 | libSCpsio.la libSCclass.la libSCcontainer.la libSCref.la libSCmisc.la libSCstate.la libSCkeyval.la
|
---|
| 113 |
|
---|
[23612c] | 114 | psiotest_SOURCES = \
|
---|
| 115 | util/psi3/libpsio/psiotest.cc
|
---|
[00f983] | 116 | psiotest_LDADD = \
|
---|
| 117 | $(PSIOLIBS)
|
---|
| 118 |
|
---|
| 119 |
|
---|