Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8309699
Makefile.am
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
Makefile.am
View Options
ACLOCAL_AMFLAGS = -I m4 -I m4/cedar
SUBDIRS = src src/RecoVertex
if HAS_FLAVORTAGGING
SUBDIRS+=src/RecoBTag
endif
SUBDIRS+=src/RaveBase tests
if JAVA_ENABLED
SUBDIRS+= java
endif
# rules for pkg-config
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = rave.pc rave-impl.pc
swighdrdir = $(includedir)/rave/swig
swighdr_DATA = rave_autoconf.i rave_vcbuild.i rave.i
# install cmake configuration file
cmakeconfigdir = $(pkgdatadir)
cmakeconfig_DATA = RaveConfig.cmake
EXTRA_DIST = rave_autoconf.i rave_vcbuild.i rave.i vcconfig.h Rave.sln Rave.vcproj
$(pkgconfig_DATA): config.status
rpmbuild:
./configure
make clean
rm -rf /tmp/rave-${VERSION}
cp -r . /tmp/rave-${VERSION}
cd /tmp && tar czvf /usr/src/redhat/SOURCES/rave-${VERSION}.tar.gz rave-${VERSION}
rpmbuild -bb rave.spec
# mkdir -p /usr/src/redhat/BUILD/rave-${VERSION}/
if IS_WIN32
dlls:
cd src && $(MAKE) dlls
endif
# dist dist-zip
hepforge_distupload:
test -e rave-${VERSION}.tar.gz && scp rave-${VERSION}.tar.gz login.hepforge.org:rave/downloads
test -e rave-${VERSION}.zip && scp rave-${VERSION}.zip login.hepforge.org:rave/downloads
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Sat, Dec 21, 4:14 PM (21 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3977532
Default Alt Text
Makefile.am (1 KB)
Attached To
rRAVESVN ravesvn
Event Timeline
Log In to Comment