/[debburn]/nonameyet/trunk/GNUmakefile
ViewVC logotype

Contents of /nonameyet/trunk/GNUmakefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20 - (show annotations) (download)
Wed Aug 23 08:31:26 2006 UTC (6 years, 9 months ago) by blade
File size: 856 byte(s)
KUDOS message in the ABOUT file, converted it to UTF-8, VERSION file (fixme, content), release rule in GNUmakefile
1
2 DISTNAME=talibus-$(shell cat VERSION)
3
4 all: Makefile
5 $(MAKE) -f Makefile $(MAKE_FLAGS) all
6
7 distclean: Makefile
8 $(MAKE) -f Makefile $(MAKE_FLAGS) clean
9 rm -rf install_manifest.txt progress.make CMakeFiles CMakeCache.txt cmake_install.cmake */CMakeFiles */CMakeCache.txt */cmake_install.cmake */progress.make
10 rm -f Makefile include/align.h include/avoffset.h inc/align_test inc/avoffset
11
12 %: Makefile
13 $(MAKE) -f Makefile $(MAKE_FLAGS) $@
14
15 release: distclean
16 # if test "$(shell svn status | grep -v -i make)" ; then echo Uncommited files found. Run \"svn status\" to display them. ; exit 1 ; fi
17 @if test -f ../$(DISTNAME).tgz ; then echo ../$(DISTNAME).tgz exists, not overwritting ; exit 1; fi
18 mkdir tmp && svn export . tmp/$(DISTNAME) && cd tmp && tar -f - -c $(DISTNAME) | gzip -9 > ../../$(DISTNAME).tgz && cd .. && rm -rf tmp
19
20 Makefile:
21 cmake .

  ViewVC Help
Powered by ViewVC 1.1.5