]> wagnertech.de Git - projects.git/blobdiff - tools/make/rules
cpp-d1064k
[projects.git] / tools / make / rules
index aa4f5d534a46bc40094886a3bf9e4b42610399e0..8c57576987d360f7bb4a46008fed41a11149b9bc 100755 (executable)
@@ -6,6 +6,7 @@
 NOP = @echo "No operation for target $@"
 DEB = fakeroot dpkg-deb --build $(oldpack) debian/tmp
 INSERT_BUILD = /usr/share/mbuild/insert_build.sh
+RSYNC_OPT = -av --exclude="build" --exclude="debian/tmp" --exclude="Packages" --exclude=".*"
 
 include debian/rules.pre
 
@@ -17,8 +18,8 @@ clean:
        -rm -rf debian/tmp
 
 # Bauen der kompilierten Programme und formatierten Dokumente aus den Quellen im Bauverzeichnis
-build: debian/$(paket).build sync
-       debian/$(paket).build
+build: debian/$(paket).build prebuild
+       cd ../build ; debian/$(paket).build
        # Build succeeded
 
 pack: $(PACK)
@@ -51,9 +52,15 @@ version: ~/build/$(TARGET)
 ../build:
        mkdir ../build
 
-sync:
-       #bash -c 'for dirs in $$(ls); do rsync -av $$dirs ../build; done'
-       rsync -av --exclude="build" --exclude="debian/tmp" --exclude="Packages" --exclude=".*" ./ ../build/
+sync: ../build
+       rsync $(RSYNC_OPT) ./ ../build/
+
+../build/cmake_check:
+       /usr/share/mbuild/cmake_check
+       touch ../build/cmake_check
+
+prebuild: sync ../build/cmake_check
+       cd ../build ; if [ -x debian/$(paket).prebuild ]; then debian/$(paket).prebuild; fi
 
 copy: debian/$(paket).cp
        debian/$(paket).cp debian/tmp