summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* Add examples Makefile.David Thompson2014-02-091-1/+3
| | | | | | * Makefile.am (SUBDIRS): Add 'examples'. * configure.ac (AC_CONFIG_FILES): Add 'examples/Makefile'. * examples/Makefile.am: New file.
* Add shader module.David Thompson2014-02-091-0/+1
| | | | | | | | * 2d/shader.scm: New module. * Makefile.am: Add 2d/shader.scm to SOURCES. * examples/shader.scm: New example. * examples/shaders/fragment-shader.glsl: New shader. * examples/shaders/vertex-shader.glsl: New shader.
* List all source files explicitly.David Thompson2014-01-241-1/+34
| | | | | * Makefile.am (REPL_SOURCES, WRAPPER_SOURCES): New variables. (SOURCES): Remove wildcard and list modules explicitly.
* Build docs when make is run.David Thompson2013-09-241-0/+2
|
* add wildcards to makefile for sourcesPieter Slabbert2013-08-231-12/+1
| | | | | Makefile.am didn't change as modules were added added wildcards so that all the files in 2d/ are used as sources
* Add autotools files.David Thompson2013-07-261-0/+19