X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6616a36dbf473e2b5fab2e828233986f65cde81c..6ba5438dda164146bf36ca729f8328332fae36b7:/samples/opengl/Makefile.in diff --git a/samples/opengl/Makefile.in b/samples/opengl/Makefile.in index 07dd0ddf17..64f9503460 100644 --- a/samples/opengl/Makefile.in +++ b/samples/opengl/Makefile.in @@ -1,15 +1,54 @@ -# -# Makefile : Builds OpenGl samples for Unix. -# +# ========================================================================= +# This makefile was generated by +# Bakefile 0.1.9 (http://bakefile.sourceforge.net) +# Do not modify, all changes will be overwritten! +# ========================================================================= -all: - cd penguin && $(MAKE) - cd cube && $(MAKE) - cd isosurf && $(MAKE) -clean: - cd penguin && $(MAKE) clean - cd cube && $(MAKE) clean - cd isosurf && $(MAKE) clean +@MAKE_SET@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ +INSTALL = @INSTALL@ +### Variables: ### + +DESTDIR = + +### Conditionally set variables: ### + + +### Targets: ### + +all: cube isosurf penguin + +install: all + +uninstall: + +install-strip: install + +clean: + rm -rf ./.deps ./.pch + rm -f ./*.o + (cd cube && $(MAKE) clean) + (cd isosurf && $(MAKE) clean) + (cd penguin && $(MAKE) clean) + +distclean: clean + rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile + +cube: + (cd cube && $(MAKE) all) + +isosurf: + (cd isosurf && $(MAKE) all) + +penguin: + (cd penguin && $(MAKE) all) + + +# Include dependency info, if present: +@IF_GNU_MAKE@-include .deps/*.d + +.PHONY: all install uninstall clean distclean cube isosurf penguin