mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 15:31:31 +01:00
15 lines
259 B
Makefile
15 lines
259 B
Makefile
include $(top_srcdir)/Common.am
|
|
|
|
library_includedir = $(includedir)/libmutom-${PACKAGE_VERSION}/ParticlePhysics/Geant
|
|
|
|
library_include_HEADERS =
|
|
|
|
_PPGEANT_SOURCES =
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libmutomppgeant.la
|
|
libmutomppgeant_la_SOURCES = ${_PPGEANT_SOURCES}
|
|
|
|
|