https://github.com/JeffersonLab/chroma
Raw File
Tip revision: 853850feea2a209cfd56350f1ae4a444833241c2 authored by edwards on 13 January 2005, 02:54:34 UTC
Info on 1.16.0
Tip revision: 853850f
Makefile.am
#
# Recurse down into lib (to build the library)
#                   examples (build examples)
#                   includes (to install includes)
#
SUBDIRS = other_libs lib mainprogs

#
# The end user's configuration script
# 
bin_SCRIPTS = chroma-config

#
# All the other goodies
#
EXTRA_DIST = install_scripts tests docs
back to top