Systemnahe Programmierung in Chome  Prof. Dr. Uwe Schmidt FH Wedel

exec: make distclean all


> make distclean all
make clean
make[1]: Entering directory `/home/uwe/fh/public_html/vorlesungen/c/beispiele/patriciatree'
rm -f IntMap.o BitString.o IntMapTest.o  a.out *~
make[1]: Leaving directory `/home/uwe/fh/public_html/vorlesungen/c/beispiele/patriciatree'
rm -f ./IntMapProfTest ./IntMapTest gmon.out
make ndebug prof
make[1]: Entering directory `/home/uwe/fh/public_html/vorlesungen/c/beispiele/patriciatree'
make CCFLAGS='-Wall -pedantic -O2 \
                -DNDEBUG=1 -DTRACE=0 -DQUIET=0' IntMapTest
make[2]: Entering directory `/home/uwe/fh/public_html/vorlesungen/c/beispiele/patriciatree'
cc -Wall -pedantic -O2 \
                -DNDEBUG=1 -DTRACE=0 -DQUIET=0 -c IntMap.c
cc -Wall -pedantic -O2 \
                -DNDEBUG=1 -DTRACE=0 -DQUIET=0 -c BitString.c
cc -Wall -pedantic -O2 \
                -DNDEBUG=1 -DTRACE=0 -DQUIET=0 -c IntMapTest.c
cc -o IntMapTest IntMap.o BitString.o IntMapTest.o -Wall -pedantic -O2 \
                -DNDEBUG=1 -DTRACE=0 -DQUIET=0
make[2]: Leaving directory `/home/uwe/fh/public_html/vorlesungen/c/beispiele/patriciatree'
make CCFLAGS='-Wall -pedantic -pg \
                -DNDEBUG=1 -DTRACE=0 -DQUIET=1' IntMapProfTest
make[2]: Entering directory `/home/uwe/fh/public_html/vorlesungen/c/beispiele/patriciatree'
cc -o IntMapProfTest IntMap.c BitString.c IntMapTest.c -Wall -pedantic -pg \
                -DNDEBUG=1 -DTRACE=0 -DQUIET=1
make[2]: Leaving directory `/home/uwe/fh/public_html/vorlesungen/c/beispiele/patriciatree'
make[1]: Leaving directory `/home/uwe/fh/public_html/vorlesungen/c/beispiele/patriciatree'
>
Dieses ist das Protokoll eines Testlaufs

Letzte Änderung: 24.04.2024 16:23:38
© Prof. Dr. Uwe Schmidt
Prof. Dr. Uwe Schmidt FH Wedel