Code Search for Developers
 
 
  

Makefile from gzz at Krugle


Show Makefile syntax highlighted

include ../rules.mk

sources = GzzGL-jni.cxx paper-jni.cxx

all: gzz_gfx_gl_GL.h gzz_gfx_gl_Paper.h $(sources:.cxx=.o)

gzz_gfx_gl_GL.h: ../../CLASSES/gzz/gfx/gl/GL.class
	javah -classpath $(CLASSPATH):../../CLASSES gzz.gfx.gl.GL
gzz_gfx_gl_Paper.h: ../../CLASSES/gzz/gfx/gl/Paper.class
	javah -classpath $(CLASSPATH):../../CLASSES gzz.gfx.gl.Paper

include $(sources:.cxx=.dep)

# GzzGL-jni.cxx: gzz_gfx_gl_GZZGL.h
# paper-jni.cxx: gzz_gfx_gl_Paper.h





See more files for this project here

gzz

An implementation of Ted Nelson's ZZstructure. ZZstructure is a new type of programming platform for structured data.

Project homepage: http://savannah.nongnu.org/projects/gzz
Programming language(s): C++,Java,Python
License: lgpl21

  GzzGL-jni.cxx
  Makefile
  paper-jni.cxx