2015-03-01から1ヶ月間の記事一覧

google codeが終了するらしい

「Google Code shutting down」というメールが来た。 Hello,Earlier today, Google announced we will be turning down Google Code Project Hosting. The service started in 2006 with the goal of providing a scalable and reliable way of hosting open…

(GNU)Makefileの変数とマクロの置換

変数とマクロ置換をうまく使えば冗長なコードをまとめられるみたいだ(GNU Makefile)。 Makefile | +--> A/Makefile | +--> B/Makefile | +--> C/MakefileこのようにトップディレクトリにMakefileがあり、配下のA,B,CディレクトリのMakefileがある場合、なに…