Contents of /branches/ports/maemo/version.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 86 - (show annotations)
Tue Feb 17 20:26:27 2009 UTC (15 years, 2 months ago) by harbaum
File size: 328 byte(s)
Minor maemo build fixes
1
2 # Set the version number pertaining to the trunk here.
3
4 TRUNK_VERSION=0.6.13
5
6 # Packagers can append or prepend whatever magic strings through
7 # environment vars.
8
9 VERSION=$${VERSION_PREFIX}$(TRUNK_VERSION)$${VERSION_SUFFIX}
10
11 version.h: FORCE
12 grep -q "\"$(VERSION)\"" $@ || echo "#define VERSION \"$(VERSION)\"" >$@
13
14 FORCE:
15