Makefile.am commands.cxx commands.hxx Added Files: SGBinding.cxx SGBinding.hxx: Move FGBinding to SGBinding
26 lines
408 B
Makefile
26 lines
408 B
Makefile
includedir = @includedir@/structure
|
|
|
|
lib_LIBRARIES = libsgstructure.a
|
|
|
|
include_HEADERS = \
|
|
callback.hxx \
|
|
commands.hxx \
|
|
exception.hxx \
|
|
event_mgr.hxx \
|
|
subsystem_mgr.hxx \
|
|
SGAtomic.hxx \
|
|
SGBinding.hxx \
|
|
SGReferenced.hxx \
|
|
SGSharedPtr.hxx
|
|
|
|
libsgstructure_a_SOURCES = \
|
|
commands.cxx \
|
|
exception.cxx \
|
|
event_mgr.cxx\
|
|
subsystem_mgr.cxx \
|
|
SGAtomic.cxx \
|
|
SGBinding.cxx
|
|
|
|
INCLUDES = -I$(top_srcdir)
|
|
|