Imakefile
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
- /* Copyright (c) Mark J. Kilgard, 1994. */
- #include "../../../Glut.cf"
- TARGETS = gliq
- SRCS = board.c game.c gliq.c pick.c score.c tb.c trackball.c
- AllTarget($(TARGETS))
- NormalGlutProgramTarget(gliq,board.o game.o gliq.o pick.o score.o tb.o trackball.o)
- LinkFile(trackball.c, ../../examples/trackball.c)
- LinkFile(trackball.h, ../../examples/trackball.h)
- trackball.o: trackball.h
- tb.o: trackball.h
- gliq.h: trackball.h
- board.c: gliq.h
- game.c: gliq.h
- gliq.c: gliq.h
- pick.c: gliq.h
- score.c: gliq.h
- /* some old imake configs do setup "make depend" dependencies on linked files */
- depend:: trackball.c trackball.h tb.c tb.h
- DependTarget()