- tms
- tms-fpga-src
- Makefile
This file ( 584B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
################################################################################
# Master Makefile for TMS FPGA
# T.Barnaby, BEAM Ltd, 2013-01-21
################################################################################
#
VERSION = 1.2.5
SVNROOT = file:///src/cern/SVN/tms-fpga
all:
svnList:
svn list $(SVNROOT)
svnListReleases:
svn list $(SVNROOT)/tags
svnRelease:
svn mkdir $(SVNROOT)/tags/release-$(VERSION) -m "Release"
svn copy -m "Release" $(SVNROOT)/trunk $(SVNROOT)/tags/release-${VERSION}
src:
tar -czf tms-fpga-${VERSION}.tar.gz --exclude=.svn tms-fpga