]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/hlteve.conf
small change when running standalone
[u/mrichter/AliRoot.git] / HLT / hlteve.conf
CommitLineData
f5076539 1#-*- Mode: Makefile -*-
2# $Id$
3
4# This files defines the configuration for the hlteve libraries
5# which depend on the opengl build of root. The source files are
6# only defined if root is build with opengl
7
8include $(MODDIR)/hlt.conf
9
10ifneq ($(shell $(ROOTCONFIG) --has-opengl), no)
11
12# library sources, generated from the class headers
13MODULE_SRCS= $(CLASS_HDRS:.h=.cxx)
14
15# library headers
16# in most cases you might have already added all the header files to
17# the CLASS_HDRS variable. So we just use the content of this. You
18# can simply add more header files which don't contain classes with
19# ROOT dictionary support
20MODULE_HDRS:= $(CLASS_HDRS)
21
22endif