git-svn-id: https://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad/trunk/src/other/step@44740 2f96ce8b-6d43-0410-b8df-bffccc660ffb
19 lines
412 B
Makefile
19 lines
412 B
Makefile
|
|
SUBDIRS = \
|
|
express \
|
|
exppp
|
|
|
|
# As yet the status of most of scl's headers is
|
|
# not clarified - the C++ headers are shared among
|
|
# the various cl* subdirectory builds so for the
|
|
# moment they are left there. At some point the
|
|
# public headers should be identified and placed
|
|
# in subdirectories here.
|
|
|
|
noinst_HEADERS = \
|
|
sclprefixes.h
|
|
|
|
|
|
include $(top_srcdir)/misc/Makefile.defs
|
|
|
|
EXTRA_DIST = CMakeLists.txt
|