6 # Copyright: (c) 1998 Julian Smart
10 # Makefile for OGL Studio (UNIX).
14 OBJECTS=$(PROGRAM).o doc.o shapes.o symbols.o view.o cspalette.o\
15 mainfrm.o project.o dialogs.o csprint.o
17 EXTRACPPFLAGS=-I$(WXDIR)/utils/ogl/src -I./bitmaps
18 EXTRALDLIBS=-logl$(GUISUFFIX)
22 include $(WXDIR)/src/makeprog.env
25 cd $(WXDIR)/utils/ogl/src; make -f makefile.unx cleanmotif
28 cd $(WXDIR)/utils/ogl/src; make -f makefile.unx motif
31 cd $(WXDIR)/src/motif; make -f makefile.unx motif
34 cd $(WXDIR)/src/motif; make -f makefile.unx cleanmotif
36 cleanall: cleanmotif cleanogl cleanwx