make 실행하면 sample.o gx.o gx16.o 가 만들어 지는데요
sample 가 안만들어 지거든요

에러 나온 내용을 보면
gx.o (.text+0x70f) : In function 'gx_screen_dc' :
: undefined reference to 'gx_color'
gx.o (.text+0x716) : In function 'gx_screen_dc' :
: undefined reference to 'gx_clear'
gx.o (.text+0x71d) : In function 'gx_screen_dc' :
: undefined reference to 'gx_get_pixel'
gx.o (.text+0x724) : In function 'gx_screen_dc' :
: undefined reference to 'gx_set_pixel'
gx.o (.text+0x72b) : In function 'gx_screen_dc' :
: undefined reference to 'gx_hline'
gx.o (.text+0x732) : In function 'gx_screen_dc' :
: undefined reference to 'gx_vline'
collect2: id returned 1 exit status
make: *** [sample] 오류 1

이렇게 메세지가 뜹니다. 아무리 찾아봐도 모르겠습니다. ㅠㅠ

어찌 해야합니까??