]> git.saurik.com Git - wxWidgets.git/blob - samples/makefile.unx
Rmoved more wxprop files
[wxWidgets.git] / samples / makefile.unx
1 #
2 # Makefile : Builds wxWindows utils for Unix.
3
4 # Replace this with your own path if necessary
5 WXDIR = ..
6
7 # All common UNIX compiler flags and options are now in
8 # this central makefile.
9 include $(WXDIR)/src/make.env
10
11 TARGET=motif
12
13 # Change these if needed.
14
15 THISDIR = $(WXDIR)/samples
16
17 all:
18 cd config; $(MAKE) -f makefile.unx $(TARGET)
19 cd controls; $(MAKE) -f makefile.unx $(TARGET)
20 cd dialogs; $(MAKE) -f makefile.unx $(TARGET)
21 cd dnd; $(MAKE) -f makefile.unx $(TARGET)
22 cd docview; $(MAKE) -f makefile.unx $(TARGET)
23 cd docvwmdi; $(MAKE) -f makefile.unx $(TARGET)
24 cd dynamic; $(MAKE) -f makefile.unx $(TARGET)
25 cd grid; $(MAKE) -f makefile.unx $(TARGET)
26 cd help; $(MAKE) -f makefile.unx $(TARGET)
27 cd image; $(MAKE) -f makefile.unx $(TARGET)
28 cd internat; $(MAKE) -f makefile.unx $(TARGET)
29 cd layout; $(MAKE) -f makefile.unx $(TARGET)
30 cd memcheck; $(MAKE) -f makefile.unx $(TARGET)
31 cd minifram; $(MAKE) -f makefile.unx $(TARGET)
32 cd minimal; $(MAKE) -f makefile.unx $(TARGET)
33 cd nativdlg; $(MAKE) -f makefile.unx $(TARGET)
34 cd notebook; $(MAKE) -f makefile.unx $(TARGET)
35 cd printing; $(MAKE) -f makefile.unx $(TARGET)
36 cd resource; $(MAKE) -f makefile.unx $(TARGET)
37 cd sashtest; $(MAKE) -f makefile.unx $(TARGET)
38 cd splitter; $(MAKE) -f makefile.unx $(TARGET)
39 cd tab; $(MAKE) -f makefile.unx $(TARGET)
40 cd thread; $(MAKE) -f makefile.unx $(TARGET)
41 cd toolbar; $(MAKE) -f makefile.unx $(TARGET)
42 cd typetest; $(MAKE) -f makefile.unx $(TARGET)
43 cd validate; $(MAKE) -f makefile.unx $(TARGET)
44 cd treectrl; $(MAKE) -f makefile.unx $(TARGET)
45 cd wxpoem; $(MAKE) -f makefile.unx $(TARGET)
46
47 clean:
48 cd config; $(MAKE) -f makefile.unx clean$(TARGET)
49 cd controls; $(MAKE) -f makefile.unx clean$(TARGET)
50 cd dialogs; $(MAKE) -f makefile.unx clean$(TARGET)
51 cd dnd; $(MAKE) -f makefile.unx clean$(TARGET)
52 cd docview; $(MAKE) -f makefile.unx clean$(TARGET)
53 cd docvwmdi; $(MAKE) -f makefile.unx clean$(TARGET)
54 cd dynamic; $(MAKE) -f makefile.unx clean$(TARGET)
55 cd grid; $(MAKE) -f makefile.unx clean$(TARGET)
56 cd help; $(MAKE) -f makefile.unx clean$(TARGET)
57 cd image; $(MAKE) -f makefile.unx clean$(TARGET)
58 cd internat; $(MAKE) -f makefile.unx clean$(TARGET)
59 cd layout; $(MAKE) -f makefile.unx clean$(TARGET)
60 cd memcheck; $(MAKE) -f makefile.unx clean$(TARGET)
61 cd minifram; $(MAKE) -f makefile.unx clean$(TARGET)
62 cd minimal; $(MAKE) -f makefile.unx clean$(TARGET)
63 cd nativdlg; $(MAKE) -f makefile.unx clean$(TARGET)
64 cd notebook; $(MAKE) -f makefile.unx clean$(TARGET)
65 cd printing; $(MAKE) -f makefile.unx clean$(TARGET)
66 cd resource; $(MAKE) -f makefile.unx clean$(TARGET)
67 cd sashtest; $(MAKE) -f makefile.unx clean$(TARGET)
68 cd splitter; $(MAKE) -f makefile.unx clean$(TARGET)
69 cd tab; $(MAKE) -f makefile.unx clean$(TARGET)
70 cd thread; $(MAKE) -f makefile.unx clean$(TARGET)
71 cd toolbar; $(MAKE) -f makefile.unx clean$(TARGET)
72 cd typetest; $(MAKE) -f makefile.unx clean$(TARGET)
73 cd validate; $(MAKE) -f makefile.unx clean$(TARGET)
74 cd treectrl; $(MAKE) -f makefile.unx clean$(TARGET)
75 cd wxpoem; $(MAKE) -f makefile.unx clean$(TARGET)
76
77 cleanmotif: clean
78 motif: all