]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/isosurf/makefile.unx
don't show line numbers as 0 when they're not available, show empty string instead
[wxWidgets.git] / samples / opengl / isosurf / makefile.unx
index 1cdd977f444436bbd9c7034d61f91f95e8db1180..642e1284e7b3e19d927980db17cab183d066965a 100644 (file)
@@ -1,39 +1,71 @@
-#
-# File:                makefile.unx
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-# Copyright:   (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for isosurf example (UNIX).
+# =========================================================================
+#     This makefile was generated by
+#     Bakefile 0.2.1 (http://bakefile.sourceforge.net)
+#     Do not modify, all changes will be overwritten!
+# =========================================================================
 
-OPENGL_LIBS=-lGL -lGLU
-#if you have old Mesa, try this:
-#OPENGL_LIBS=-lMesaGL -lMesaGLU
 
-PROGRAM=isosurf
 
-CC = gcc
+# -------------------------------------------------------------------------
+# These are configurable options:
+# -------------------------------------------------------------------------
 
-OBJECTS = $(PROGRAM).o
+# C++ compiler 
+CXX = g++
 
-# implementation
+# Standard flags for C++ 
+CXXFLAGS = 
 
-.SUFFIXES:     .o .cpp
+# Standard preprocessor flags (common for CC and CXX) 
+CPPFLAGS = 
 
-.cpp.o :
-       $(CC) -c `wx-config --cxxflags` -o $@ $<
+# Standard linker flags 
+LDFLAGS = 
 
-all: $(PROGRAM) isosurf.dat
+# Location and arguments of wx-config script 
+WX_CONFIG = wx-config
 
-$(PROGRAM):    $(OBJECTS)
-       $(CC) -o $(PROGRAM) $(OBJECTS) `wx-config --libs` -lwx_gtk_gl $(OPENGL_LIBS)
+# C++ flags to use with wxWidgets code 
+WX_CXXFLAGS = `$(WX_CONFIG) --cxxflags`
+
+
+
+# -------------------------------------------------------------------------
+# Do not modify the rest of this file!
+# -------------------------------------------------------------------------
+
+### Variables: ###
+
+CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD
+ISOSURF_CXXFLAGS =  -I.  $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
+ISOSURF_OBJECTS =  \
+       isosurf_isosurf.o
+
+### Conditionally set variables: ###
+
+
+
+### Targets: ###
+
+all: isosurf
+
+install: all
+
+uninstall: 
 
 clean: 
-       rm -f *.o $(PROGRAM)
+       rm -f ./*.o
+       rm -f ./*.d
+       rm -f isosurf
+
+isosurf: $(ISOSURF_OBJECTS)
+       $(CXX) -o $@ $(ISOSURF_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) --libs gl,core,base`
+
+isosurf_isosurf.o: ./isosurf.cpp
+       $(CXX) -c -o $@ $(ISOSURF_CXXFLAGS) $(CPPDEPS) $<
+
+.PHONY: all install uninstall clean
 
-isosurf.dat:   isosurf.dat.gz
-       gzip -c -d isosurf.dat.gz > isosurf.dat
 
+# Dependencies tracking:
+-include ./*.d