X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..8916d00747c8e7b704ad549afcd8d0f88b6d861e:/samples/splitter/makefile.g95?ds=sidebyside

diff --git a/samples/splitter/makefile.g95 b/samples/splitter/makefile.g95
index 2ae60d6fc2..2766d0e106 100644
--- a/samples/splitter/makefile.g95
+++ b/samples/splitter/makefile.g95
@@ -1,37 +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
+TARGET=splitter
+OBJECTS = $(TARGET).o
 
-OBJECTS = $(OBJDIR)/test.$(OBJSUFF)
+include $(WXDIR)/src/makeprog.g95
 
-all:    $(OBJDIR) test$(GUISUFFIX)$(EXESUFF)
-
-wx:
-
-$(OBJDIR):
-	mkdir $(OBJDIR)
-
-test$(GUISUFFIX)$(EXESUFF):	$(OBJDIR)/test.$(OBJSUFF) test.res $(WXLIB)
-	$(CC) $(LDFLAGS) -o test$(GUISUFFIX)$(EXESUFF) $(OBJDIR)/test.$(OBJSUFF) $(XVIEW_LINK) $(LDLIBS)
-	$(RSRC) test.$(RESSUFF) test.exe
-
-$(OBJDIR)/test.$(OBJSUFF):	test.$(SRCSUFF)
-	$(CC) -c $(CPPFLAGS) -o $@ test.$(SRCSUFF)
-
-test.res:  test.rc
-
-clean:
-	rm -f $(OBJECTS) test$(GUISUFFIX).exe core *.rsc *.res