mirror of https://github.com/BOINC/boinc.git
Unix build: tweak Makefiles in sample apps
This commit is contained in:
parent
5cc3c9601e
commit
2c3bc9c9b9
|
@ -50,8 +50,7 @@ libstdc++.a:
|
||||||
ttfont.cpp:
|
ttfont.cpp:
|
||||||
ln -s ../../api/ttfont.cpp .
|
ln -s ../../api/ttfont.cpp .
|
||||||
|
|
||||||
clean:
|
clean: distclean
|
||||||
/bin/rm -f $(PROGS) *.o libstdc++.a
|
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
/bin/rm -f $(PROGS) *.o libstdc++.a
|
/bin/rm -f $(PROGS) *.o libstdc++.a
|
||||||
|
|
|
@ -21,8 +21,7 @@ all: $(PROGS)
|
||||||
libstdc++.a:
|
libstdc++.a:
|
||||||
ln -s `g++ -print-file-name=libstdc++.a`
|
ln -s `g++ -print-file-name=libstdc++.a`
|
||||||
|
|
||||||
clean:
|
clean: distclean
|
||||||
rm $(PROGS) *.o
|
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
/bin/rm -f $(PROGS) *.o libstdc++.a
|
/bin/rm -f $(PROGS) *.o libstdc++.a
|
||||||
|
|
|
@ -23,8 +23,7 @@ all: $(PROGS)
|
||||||
libstdc++.a:
|
libstdc++.a:
|
||||||
ln -s `g++ -print-file-name=libstdc++.a`
|
ln -s `g++ -print-file-name=libstdc++.a`
|
||||||
|
|
||||||
clean:
|
clean: distclean
|
||||||
rm $(PROGS) *.o
|
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
/bin/rm -f $(PROGS) *.o libstdc++.a
|
/bin/rm -f $(PROGS) *.o libstdc++.a
|
||||||
|
|
Loading…
Reference in New Issue