4 CFLAGS
= -Wall
-I
${X11HOME}/include
5 LIBS
=-L
${X11HOME}/lib
-lX11
7 # uncomment for Solaris
11 $(CC
) $(CFLAGS
) -o xwarppointer main.o
$(LIBS
)
14 rm -f main.o xwarppointer
This page took 0.31356 seconds and 4 git commands to generate.