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

Diff of /cdrkit/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 136 by blade, Wed Aug 30 22:25:04 2006 UTC revision 137 by blade, Wed Aug 30 22:35:13 2006 UTC
# Line 1  Line 1 
1    
2    ifneq ($(CFLAGS),)
3    EXTRA_CMAKE_FLAGS += -DCMAKE_C_FLAGS="$(CFLAGS)"
4    endif
5    
6  all: build/Makefile  all: build/Makefile
7          $(MAKE) -C build $(MAKE_FLAGS) all          $(MAKE) -C build $(MAKE_FLAGS) all
8    
9  DISTNAME=cdrkit-$(shell cat VERSION)  DISTNAME=cdrkit-$(shell cat VERSION)
10    
11  build/Makefile:  build/Makefile:
12          -mkdir build 2>/dev/null          @-mkdir build 2>/dev/null
13          cd build && cmake ..          cd build && cmake .. $(EXTRA_CMAKE_FLAGS)
14    
15  cmakepurge:  cmakepurge:
16          rm -rf install_manifest.txt progress.make CMakeFiles CMakeCache.txt cmake_install.cmake */CMakeFiles */CMakeCache.txt */cmake_install.cmake */progress.make          rm -rf install_manifest.txt progress.make CMakeFiles CMakeCache.txt cmake_install.cmake */CMakeFiles */CMakeCache.txt */cmake_install.cmake */progress.make

Legend:
Removed from v.136  
changed lines
  Added in v.137

  ViewVC Help
Powered by ViewVC 1.1.5