!! [ball6/|https://svn.cis.iwate-u.ac.jp/svn/csd/Examples/gtk2/Ball/ball6] !! ball5/ の module 化 * main.c <- ball_anime.c を変更 * ball_and_mighty/ <- ball_anime.c を変更 * ball/ <- ball.{h,c} * bg/ <- ball_anime.c の中の背景に関する部分を独立したモジュールに * mighty/ <- mighty.{h,c} * lib/ <- gtk_lib.{h,c}, anime.{h,c}, event.{h,c} * image/ <- 画像 !! Makefile 機能を分割 * ball6/モジュール/Makefile ** .o を作る * ball6/Makefile ** main.o を作る ** モジュールの make を行う ** main.o, モジュール/モジュール.o をリンクする ---- [[プログラム::ball]]に戻る