Mercurial > ecos-v3_0-branch
annotate host/tools/configtool/standalone/wxwin/makefile.gnu @ 2858:212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
| author | jld |
|---|---|
| date | Wed, 25 Mar 2009 09:13:48 +0000 |
| parents | 24c0267fbb70 |
| children |
| rev | line source |
|---|---|
|
2858
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
1 # ####ECOSHOSTGPLCOPYRIGHTBEGIN#### |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
2 # ------------------------------------------- |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
3 # This file is part of the eCos host tools. |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
4 # Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc. |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
5 # |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
6 # This program is free software; you can redistribute it and/or modify |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
7 # it under the terms of the GNU General Public License as published by |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
8 # the Free Software Foundation; either version 2 or (at your option) any |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
9 # later version. |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
10 # |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
11 # This program is distributed in the hope that it will be useful, but |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
12 # WITHOUT ANY WARRANTY; without even the implied warranty of |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
14 # General Public License for more details. |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
15 # |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
16 # You should have received a copy of the GNU General Public License |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
17 # along with this program; if not, write to the |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
18 # Free Software Foundation, Inc., 51 Franklin Street, |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
19 # Fifth Floor, Boston, MA 02110-1301, USA. |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
20 # ------------------------------------------- |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
21 # ####ECOSHOSTGPLCOPYRIGHTEND#### |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
22 |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
23 # #####DESCRIPTIONBEGIN#### |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
24 # |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
25 # Author(s): jld, julians |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
26 # Contact(s): jld |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
27 # Date: 2003-01-17 |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
28 # Purpose: Building configtool using GNU tools |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
29 # Description: GNU makefile for building configtool on Linux and Cygwin hosts |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
30 # Requires: |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
31 # Provides: |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
32 # See also: |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
33 # Known bugs: |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
34 # Usage: |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
35 # |
|
212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
jld
parents:
2515
diff
changeset
|
36 # ####DESCRIPTIONEND#### |
|
497
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
37 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
38 # Usage: |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
39 # cd emptydir |
|
963
3dd941afc053
* standalone/wxwin/mainwin.cpp: Fix behaviour of user tools warning
jld
parents:
909
diff
changeset
|
40 # make -f /path/to/this/makefile WXDIR=/path/to/wx/installation INSTALLDIR=/path/to/ecos/tools [ ECOSSRCDIR=/path/to/ecos/tools/src ] [ TCLDIR=/path/to/tcl/installation ] [ DEBUG=1 ] |
|
497
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
41 |
| 869 | 42 INSTALLDIR=INSTALLDIR_not_defined |
| 530 | 43 WXDIR=WXDIR_not_defined |
|
497
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
44 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
45 CTBUILDDIR=$(shell pwd) |
| 869 | 46 ECOSSRCDIR=$(INSTALLDIR)/src |
|
497
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
47 CTDIR=$(ECOSSRCDIR)/tools/configtool/standalone/wxwin |
| 869 | 48 TCLDIR=TCLDIR_use_system |
|
497
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
49 USEEXPERIMENTALCODE=1 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
50 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
51 EXTRACPPFLAGS=\ |
|
652
41d813de1ffc
* standalone/wxwin/makefile.gnu: Allow a specific installation of Tcl/Tk
jld
parents:
646
diff
changeset
|
52 -I$(TCLDIR)/include \ |
|
497
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
53 -I$(INSTALLDIR)/include \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
54 -I$(ECOSSRCDIR)/tools/configtool/common/common \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
55 -I$(ECOSSRCDIR)/tools/Utils/common \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
56 -I$(ECOSSRCDIR)/tools/ecostest/common \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
57 -DecUSE_EXPERIMENTAL_CODE=$(USEEXPERIMENTALCODE) |
|
652
41d813de1ffc
* standalone/wxwin/makefile.gnu: Allow a specific installation of Tcl/Tk
jld
parents:
646
diff
changeset
|
58 EXTRALDFLAGS=-L$(TCLDIR)/lib -L$(INSTALLDIR)/lib -lcdl -lcyginfra -ltcl |
|
497
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
59 |
|
963
3dd941afc053
* standalone/wxwin/mainwin.cpp: Fix behaviour of user tools warning
jld
parents:
909
diff
changeset
|
60 ifneq (,$(findstring CYGWIN, $(shell uname))) |
|
497
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
61 PROGRAM=configtool.exe |
| 2466 | 62 CPPFLAGS=`$(WXDIR)/bin/wx-config --cppflags` -D_WIN32 -D__WIN32__ -DSTRICT -D__USE_W32_SOCKETS |
| 2515 | 63 LDFLAGS=`$(WXDIR)/bin/wx-config --libs std,gizmos` -lshlwapi -Wl,--subsystem,windows |
|
497
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
64 EXTRAOBJECTS=$(CTBUILDDIR)/configtoolres.o |
| 2466 | 65 RCFLAGS=`$(WXDIR)/bin/wx-config --cppflags` |
|
497
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
66 else |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
67 PROGRAM=configtool |
|
839
706b0bdaf01c
* standalone/wxwin/appsettings.cpp, standalone/wxwin/configtool.cpp:
jld
parents:
757
diff
changeset
|
68 CPPFLAGS=`$(WXDIR)/bin/wx-config --cppflags` |
| 2515 | 69 LDFLAGS=`$(WXDIR)/bin/wx-config --libs std,gizmos` |
|
497
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
70 EXTRAOBJECTS= |
| 2466 | 71 RCFLAGS=`$(WXDIR)/bin/wx-config --cppflags` |
|
497
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
72 endif |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
73 |
| 869 | 74 ifeq "$(DEBUG)" "" |
|
497
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
75 CPPDEBUGOPTIONS=-O2 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
76 else |
| 869 | 77 CPPDEBUGOPTIONS=-ggdb |
|
497
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
78 endif |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
79 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
80 OBJECTS = \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
81 $(CTBUILDDIR)/aboutdlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
82 $(CTBUILDDIR)/admindlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
83 $(CTBUILDDIR)/appsettings.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
84 $(CTBUILDDIR)/build.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
85 $(CTBUILDDIR)/buildoptionsdlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
86 $(CTBUILDDIR)/choosereposdlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
87 $(CTBUILDDIR)/Collections.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
88 $(CTBUILDDIR)/configitem.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
89 $(CTBUILDDIR)/configpropdlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
90 $(CTBUILDDIR)/configtool.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
91 $(CTBUILDDIR)/configtooldoc.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
92 $(CTBUILDDIR)/configtoolview.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
93 $(CTBUILDDIR)/configtree.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
94 $(CTBUILDDIR)/conflictsdlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
95 $(CTBUILDDIR)/conflictwin.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
96 $(CTBUILDDIR)/docsystem.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
97 $(CTBUILDDIR)/eCosSerial.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
98 $(CTBUILDDIR)/eCosSocket.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
99 $(CTBUILDDIR)/eCosStd.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
100 $(CTBUILDDIR)/eCosTest.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
101 $(CTBUILDDIR)/eCosTestDownloadFilter.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
102 $(CTBUILDDIR)/eCosTestPlatform.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
103 $(CTBUILDDIR)/eCosTestSerialFilter.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
104 $(CTBUILDDIR)/eCosTestUtils.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
105 $(CTBUILDDIR)/eCosThreadUtils.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
106 $(CTBUILDDIR)/eCosTrace.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
107 $(CTBUILDDIR)/ecutils.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
108 $(CTBUILDDIR)/filename.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
109 $(CTBUILDDIR)/finddlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
110 $(CTBUILDDIR)/flags.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
111 $(CTBUILDDIR)/folderdlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
112 $(CTBUILDDIR)/htmlparser.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
113 $(CTBUILDDIR)/licensedlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
114 $(CTBUILDDIR)/mainwin.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
115 $(CTBUILDDIR)/mltwin.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
116 $(CTBUILDDIR)/outputwin.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
117 $(CTBUILDDIR)/packagesdlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
118 $(CTBUILDDIR)/platformeditordlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
119 $(CTBUILDDIR)/platformsdlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
120 $(CTBUILDDIR)/propertywin.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
121 $(CTBUILDDIR)/Properties.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
122 $(CTBUILDDIR)/reposdlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
123 $(CTBUILDDIR)/ResetAttributes.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
124 $(CTBUILDDIR)/runtestsdlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
125 $(CTBUILDDIR)/sectiondlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
126 $(CTBUILDDIR)/settingsdlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
127 $(CTBUILDDIR)/shortdescrwin.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
128 $(CTBUILDDIR)/solutionswin.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
129 $(CTBUILDDIR)/Subprocess.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
130 $(CTBUILDDIR)/templatesdlg.o \ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
131 $(CTBUILDDIR)/TestResource.o |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
132 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
133 # Compilers |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
134 CC = c++ |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
135 RESCOMP = windres |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
136 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
137 .SUFFIXES: .o .cpp .cxx |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
138 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
139 $(CTBUILDDIR)/$(PROGRAM): $(OBJECTS) $(EXTRAOBJECTS) |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
140 $(CC) -o $@ $(OBJECTS) $(EXTRAOBJECTS) $(EXTRALDFLAGS) $(LDFLAGS) |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
141 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
142 install: $(CTBUILDDIR)/$(PROGRAM) |
| 2466 | 143 install -D -s $< $(INSTALLDIR)/bin/$(PROGRAM) |
|
497
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
144 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
145 .cpp.o : |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
146 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
147 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
148 .cxx.o : |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
149 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
150 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
151 $(CTBUILDDIR)/configtoolres.o: $(CTDIR)/configtool.rc |
| 2466 | 152 $(RESCOMP) -i $< -o $@ --preprocessor "$(CC) -c -E -xc-header -DRC_INVOKED" $(RCFLAGS) --include-dir $(CTDIR) --define __GNUWIN32__ |
|
497
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
153 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
154 clean: |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
155 rm -f $(CTBUILDDIR)/$(PROGRAM) $(CTBUILDDIR)/*.o |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
156 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
157 ### GUI Configtool files |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
158 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
159 $(CTBUILDDIR)/aboutdlg.o: $(CTDIR)/aboutdlg.cpp $(CTDIR)/aboutdlg.h $(CTDIR)/symbols.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
160 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
161 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
162 $(CTBUILDDIR)/admindlg.o: $(CTDIR)/admindlg.cpp $(CTDIR)/admindlg.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
163 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
164 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
165 $(CTBUILDDIR)/appsettings.o: $(CTDIR)/appsettings.cpp $(CTDIR)/appsettings.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
166 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
167 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
168 $(CTBUILDDIR)/buildoptionsdlg.o: $(CTDIR)/buildoptionsdlg.cpp $(CTDIR)/buildoptionsdlg.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
169 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
170 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
171 $(CTBUILDDIR)/choosereposdlg.o: $(CTDIR)/choosereposdlg.cpp $(CTDIR)/choosereposdlg.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
172 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
173 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
174 $(CTBUILDDIR)/configitem.o: $(CTDIR)/configitem.cpp $(CTDIR)/configitem.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
175 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
176 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
177 $(CTBUILDDIR)/configpropdlg.o: $(CTDIR)/configpropdlg.cpp $(CTDIR)/configpropdlg.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
178 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
179 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
180 $(CTBUILDDIR)/configtool.o: $(CTDIR)/configtool.cpp $(CTDIR)/configtool.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
181 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
182 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
183 $(CTBUILDDIR)/configtooldoc.o: $(CTDIR)/configtooldoc.cpp $(CTDIR)/configtooldoc.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
184 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
185 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
186 $(CTBUILDDIR)/configtoolview.o: $(CTDIR)/configtoolview.cpp $(CTDIR)/configtoolview.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
187 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
188 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
189 $(CTBUILDDIR)/configtree.o: $(CTDIR)/configtree.cpp $(CTDIR)/configtree.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
190 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
191 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
192 $(CTBUILDDIR)/conflictsdlg.o: $(CTDIR)/conflictsdlg.cpp $(CTDIR)/conflictsdlg.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
193 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
194 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
195 $(CTBUILDDIR)/conflictwin.o: $(CTDIR)/conflictwin.cpp $(CTDIR)/conflictwin.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
196 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
197 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
198 $(CTBUILDDIR)/docsystem.o: $(CTDIR)/docsystem.cpp $(CTDIR)/docsystem.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
199 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
200 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
201 $(CTBUILDDIR)/ecutils.o: $(CTDIR)/ecutils.cpp $(CTDIR)/ecutils.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
202 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
203 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
204 $(CTBUILDDIR)/filename.o: $(CTDIR)/filename.cpp $(CTDIR)/filename.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
205 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
206 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
207 $(CTBUILDDIR)/finddlg.o: $(CTDIR)/finddlg.cpp $(CTDIR)/finddlg.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
208 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
209 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
210 $(CTBUILDDIR)/folderdlg.o: $(CTDIR)/folderdlg.cpp $(CTDIR)/folderdlg.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
211 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
212 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
213 $(CTBUILDDIR)/htmlparser.o: $(CTDIR)/htmlparser.cpp $(CTDIR)/htmlparser.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
214 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
215 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
216 $(CTBUILDDIR)/licensedlg.o: $(CTDIR)/licensedlg.cpp $(CTDIR)/licensedlg.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
217 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
218 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
219 $(CTBUILDDIR)/mainwin.o: $(CTDIR)/mainwin.cpp $(CTDIR)/mainwin.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
220 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
221 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
222 $(CTBUILDDIR)/mltwin.o: $(CTDIR)/mltwin.cpp $(CTDIR)/mltwin.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
223 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
224 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
225 $(CTBUILDDIR)/outputwin.o: $(CTDIR)/outputwin.cpp $(CTDIR)/outputwin.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
226 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
227 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
228 $(CTBUILDDIR)/packagesdlg.o: $(CTDIR)/packagesdlg.cpp $(CTDIR)/packagesdlg.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
229 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
230 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
231 $(CTBUILDDIR)/platformeditordlg.o: $(CTDIR)/platformeditordlg.cpp $(CTDIR)/platformeditordlg.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
232 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
233 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
234 $(CTBUILDDIR)/platformsdlg.o: $(CTDIR)/platformsdlg.cpp $(CTDIR)/platformsdlg.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
235 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
236 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
237 $(CTBUILDDIR)/propertywin.o: $(CTDIR)/propertywin.cpp $(CTDIR)/propertywin.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
238 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
239 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
240 $(CTBUILDDIR)/reposdlg.o: $(CTDIR)/reposdlg.cpp $(CTDIR)/reposdlg.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
241 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
242 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
243 $(CTBUILDDIR)/runtestsdlg.o: $(CTDIR)/runtestsdlg.cpp $(CTDIR)/runtestsdlg.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
244 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
245 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
246 $(CTBUILDDIR)/sectiondlg.o: $(CTDIR)/sectiondlg.cpp $(CTDIR)/sectiondlg.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
247 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
248 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
249 $(CTBUILDDIR)/settingsdlg.o: $(CTDIR)/settingsdlg.cpp $(CTDIR)/settingsdlg.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
250 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
251 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
252 $(CTBUILDDIR)/shortdescrwin.o: $(CTDIR)/shortdescrwin.cpp $(CTDIR)/shortdescrwin.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
253 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
254 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
255 $(CTBUILDDIR)/solutionswin.o: $(CTDIR)/solutionswin.cpp $(CTDIR)/solutionswin.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
256 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
257 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
258 $(CTBUILDDIR)/templatesdlg.o: $(CTDIR)/templatesdlg.cpp $(CTDIR)/templatesdlg.h |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
259 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
260 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
261 ### Common files |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
262 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
263 $(CTBUILDDIR)/build.o: $(ECOSSRCDIR)/tools/configtool/common/common/build.cxx $(ECOSSRCDIR)/tools/configtool/common/common/build.hxx |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
264 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
265 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
266 $(CTBUILDDIR)/flags.o: $(ECOSSRCDIR)/tools/configtool/common/common/flags.cxx $(ECOSSRCDIR)/tools/configtool/common/common/flags.hxx |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
267 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
268 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
269 $(CTBUILDDIR)/Collections.o: $(ECOSSRCDIR)/tools/Utils/common/Collections.cpp |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
270 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
271 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
272 $(CTBUILDDIR)/Properties.o: $(ECOSSRCDIR)/tools/Utils/common/Properties.cpp |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
273 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
274 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
275 $(CTBUILDDIR)/Subprocess.o: $(ECOSSRCDIR)/tools/Utils/common/Subprocess.cpp |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
276 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
277 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
278 $(CTBUILDDIR)/eCosSerial.o: $(ECOSSRCDIR)/tools/Utils/common/eCosSerial.cpp |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
279 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
280 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
281 $(CTBUILDDIR)/eCosSocket.o: $(ECOSSRCDIR)/tools/Utils/common/eCosSocket.cpp |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
282 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
283 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
284 $(CTBUILDDIR)/eCosStd.o: $(ECOSSRCDIR)/tools/Utils/common/eCosStd.cpp |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
285 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
286 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
287 $(CTBUILDDIR)/eCosThreadUtils.o: $(ECOSSRCDIR)/tools/Utils/common/eCosThreadUtils.cpp |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
288 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
289 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
290 $(CTBUILDDIR)/eCosTrace.o: $(ECOSSRCDIR)/tools/Utils/common/eCosTrace.cpp |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
291 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
292 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
293 $(CTBUILDDIR)/eCosTest.o: $(ECOSSRCDIR)/tools/ecostest/common/eCosTest.cpp |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
294 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
295 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
296 $(CTBUILDDIR)/eCosTestDownloadFilter.o: $(ECOSSRCDIR)/tools/ecostest/common/eCosTestDownloadFilter.cpp |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
297 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
298 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
299 $(CTBUILDDIR)/eCosTestPlatform.o: $(ECOSSRCDIR)/tools/ecostest/common/eCosTestPlatform.cpp |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
300 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
301 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
302 $(CTBUILDDIR)/eCosTestSerialFilter.o: $(ECOSSRCDIR)/tools/ecostest/common/eCosTestSerialFilter.cpp |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
303 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
304 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
305 $(CTBUILDDIR)/eCosTestUtils.o: $(ECOSSRCDIR)/tools/ecostest/common/eCosTestUtils.cpp |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
306 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
307 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
308 $(CTBUILDDIR)/ResetAttributes.o: $(ECOSSRCDIR)/tools/ecostest/common/ResetAttributes.cpp |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
309 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
310 |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
311 $(CTBUILDDIR)/TestResource.o: $(ECOSSRCDIR)/tools/ecostest/common/TestResource.cpp |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
312 $(CC) $(CPPDEBUGOPTIONS) -c $(EXTRACPPFLAGS) $(CPPFLAGS) -o $@ $< |
|
84ef0d76f1f1
* standalone/wxwin/makefile.gnu: New makefile for GNU tools
jld
parents:
diff
changeset
|
313 |
