]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/splitter/makefile.g95
switch to pImpl pattern for mac printing
[wxWidgets.git] / samples / splitter / makefile.g95
index 597f7d9a403d59087a83e4fe83fa7922fca838fa..2766d0e1065e7e9a15556f4b6ffcd7700c7a8d7d 100644 (file)
@@ -1,39 +1,10 @@
-#
-# File:                makefile.unx
-# Author:      Julian Smart
-# Created:     1993
-# Updated:     
-# Copyright:   (c) 1993, AIAI, University of Edinburgh
-#
-# "%W% %G%"
-#
-# Makefile for splitter example (UNIX).
+# Purpose: makefile for splitter example (Cygwin/Mingw32)
+# Created: #03.01.00
 
 WXDIR = ../..
 
-# All common UNIX compiler flags and options are now in
-# this central makefile.
-include $(WXDIR)/src/makeg95.env
-
-OBJECTS = $(OBJDIR)/test.$(OBJSUFF) $(OBJDIR)/test_resources.$(OBJSUFF)
-
-all:    $(OBJDIR) test$(GUISUFFIX)$(EXESUFF)
-
-wx:
-
-$(OBJDIR):
-       mkdir $(OBJDIR)
-
-test$(GUISUFFIX)$(EXESUFF):    $(OBJECTS) $(WXLIB)
-       $(CC) $(LDFLAGS) -o test$(GUISUFFIX)$(EXESUFF) $(OBJECTS) $(LDLIBS)
-
-$(OBJDIR)/test.$(OBJSUFF):     test.$(SRCSUFF)
-       $(CC) -c $(CPPFLAGS) -o $@ test.$(SRCSUFF)
-
-$(OBJDIR)/test_resources.o:  test.rc
-       $(RESCOMP) -i test.rc -o $(OBJDIR)/test_resources.o $(RESFLAGS)
-
-clean:
-       rm -f $(OBJECTS) test$(GUISUFFIX).exe core *.rsc *.res
+TARGET=splitter
+OBJECTS = $(TARGET).o
 
+include $(WXDIR)/src/makeprog.g95