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

Contents of /nonameyet/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (hide annotations) (download)
Tue Aug 22 18:04:11 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk/GNUmakefile
File size: 344 byte(s)
improved GNUmakefile and added scgcheck, though not installin it
1 blade 11
2     all: Makefile
3 blade 10 $(MAKE) -f Makefile $(MAKE_FLAGS) all
4    
5 blade 11 distclean: Makefile
6     $(MAKE) -f Makefile $(MAKE_FLAGS) clean
7     rm -rf install_manifest.txt progress.make CMakeFiles CMakeCache.txt cmake_install.cmake */CMakeFiles */CMakeCache.txt */cmake_install.cmake */progress.make
8    
9 blade 10 %: Makefile
10     $(MAKE) -f Makefile $(MAKE_FLAGS) $@
11    
12     Makefile:
13     cmake .

  ViewVC Help
Powered by ViewVC 1.1.5