File: makefile

package info (click to toggle)
glfw 2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,180 kB
  • ctags: 2,274
  • sloc: ansic: 16,424; sh: 424; asm: 306; makefile: 227; pascal: 86
file content (12 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
all: glfwdll.lib opengl32.lib glu32.lib

IFLAGS =

glfwdll.lib: glfwdll.def
	implib $(IFLAGS) $@ glfwdll.def

opengl32.lib: opengl32.def
	implib $(IFLAGS) $@ opengl32.def

glu32.lib: glu32.def
	implib $(IFLAGS) $@ glu32.def