6 # Copyright: (c) 1993, AIAI, University of Edinburgh
10 # Makefile for splitter example (UNIX).
14 # All common UNIX compiler flags and options are now in
15 # this central makefile.
16 include $(WXDIR)/src/makeg95.env
18 OBJECTS = $(OBJDIR)/test.$(OBJSUFF)
20 all: $(OBJDIR) test$(GUISUFFIX)$(EXESUFF)
27 test$(GUISUFFIX)$(EXESUFF): $(OBJDIR)/test.$(OBJSUFF) test.res $(WXLIB)
28 $(CC) $(LDFLAGS) -o test$(GUISUFFIX)$(EXESUFF) $(OBJDIR)/test.$(OBJSUFF) $(XVIEW_LINK) $(LDLIBS)
29 $(RSRC) test.$(RESSUFF) test.exe
31 $(OBJDIR)/test.$(OBJSUFF): test.$(SRCSUFF)
32 $(CC) -c $(CPPFLAGS) -o $@ test.$(SRCSUFF)
37 rm -f $(OBJECTS) test$(GUISUFFIX).exe core *.rsc *.res