makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / glu32 / Makefile.in
1 MODULE    = glu32.dll
2 IMPORTLIB = glu32
3 EXTRAINCL = @X_CFLAGS@
4 EXTRALIBS = -lGLU @OPENGL_LIBS@ @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@
5
6 C_SRCS = \
7         glu.c
8
9 @MAKE_DLL_RULES@