1 #/***************************************************************************
3 # TextEditor.mcc - Textediting MUI Custom Class
4 # Copyright (C) 1997-2000 Allan Odgaard
5 # Copyright (C) 2005-2014 TextEditor.mcc Open Source Team
7 # This library is free software; you can redistribute it and/or
8 # modify it under the terms of the GNU Lesser General Public
9 # License as published by the Free Software Foundation; either
10 # version 2.1 of the License, or (at your option) any later version.
12 # This library is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # Lesser General Public License for more details.
17 # TextEditor class Support Site: http://www.sf.net/projects/texteditor-mcc
21 #***************************************************************************/
23 ###########################################################################
24 # This makefile is a very generic one. It tries to identify both, the host
25 # and the target operating system for which YAM should be compiled.
26 # However, this auto-detection can be easily overridden by directly
27 # specifying an option on the commandline while calling 'make'.
31 # # to explicitly compile for AmigaOS3
34 # # to compile for AmigaOS4 but with debugging
35 # > make OS=os4 DEBUG=
38 #############################################
39 # find out the HOST operating system
40 # on which this makefile is run
41 HOST ?
= $(shell uname
)
42 ifeq ($(HOST
), AmigaOS
)
43 ifeq ($(shell uname
-m
), powerpc
)
46 ifeq ($(shell uname
-m
), ppc
)
51 # if no host is identifed (no uname tool)
52 # we assume a AmigaOS build
57 #############################################
58 # now we find out the target OS for
59 # which we are going to compile YAM in case
60 # the caller didn't yet define OS himself
62 ifeq ($(HOST
), AmigaOS4
)
65 ifeq ($(HOST
), AmigaOS
)
68 ifeq ($(HOST
), MorphOS
)
72 # now we find out which CPU system aros will be used
73 ifeq ($(shell uname
-m
), powerpc
)
76 ifeq ($(shell uname
-m
), ppc
)
79 ifeq ($(shell uname
-m
), i386
)
82 ifeq ($(shell uname
-m
), i686
)
85 ifeq ($(shell uname
-m
), x86_64
)
96 #############################################
97 # define common commands we use in this
98 # makefile. Please note that each of them
99 # might be overridden on the commandline.
107 RMDIR
= delete
force all
109 CHMOD
= protect FLAGS
=rwed
120 # override some variables for non-native builds (cross-compiler)
121 ifneq ($(HOST
), AmigaOS
)
122 ifneq ($(HOST
), AmigaOS4
)
123 ifneq ($(HOST
), MorphOS
)
125 # when we end up here this is either a unix or Aros host
126 # so lets use unix kind of commands
140 ###########################################################################
141 # CPU and DEBUG can be defined outside, defaults to above
142 # using e.g. "make DEBUG= CPU=-mcpu=603e" produces optimized non-debug
145 # OPTFLAGS are disabled by DEBUG normally!
147 # ignored warnings are:
148 # none - because we want to compile with -Wall all the time
155 DEPFILE
= Makefile.dep
156 DESTDIR
= MUI
:Libs
/MUI
159 TARGET
= $(BINDIR
)/TextEditor.mcc
160 TESTTARGET
= $(BINDIR
)/TextEditor-Test
162 # Common compiler/linker flags
163 WARN
= -W
-Wall
-Wwrite-strings
-Wpointer-arith
-Wsign-compare
164 OPTFLAGS
= -O3
-fomit-frame-pointer
166 DEBUGSYM
= -g
-gstabs
167 CFLAGS
= -I.
-I..
/mcp
-I..
/include $(CPU
) $(WARN
) $(OPTFLAGS
) \
168 $(DEBUG
) $(DEBUGSYM
) $(USER_CFLAGS
) -c
169 LDFLAGS
= $(CPU
) $(DEBUGSYM
)
172 ###########################################################################
173 # object files definition
178 COBJS
= AllocBitMap.o \
200 PrintLineWithStyles.o \
209 TOBJS
= TextEditor-Test.o
211 MCCOBJS
= $(addprefix $(OBJDIR
)/,$(LOBJS
)) $(addprefix $(OBJDIR
)/,$(COBJS
))
212 TESTOBJS
= $(addprefix $(OBJDIR
)/,$(COBJS
)) $(addprefix $(OBJDIR
)/,$(TOBJS
))
214 # different options per target OS
217 ##############################
220 # Compiler/link/strip commands
221 ifneq ($(HOST
), AmigaOS4
)
223 STRIP
= ppc-amigaos-strip
224 OBJDUMP
= ppc-amigaos-objdump
227 # Compiler/Linker flags
230 WARN
+= -Wdeclaration-after-statement
-Wdisabled-optimization
231 CFLAGS
+= -mcrt
=$(CRT
) -D__USE_INLINE__
-D__NEW_TIMEVAL_DEFINITION_USED__ \
232 -DNO_PPCINLINE_STDARG
-Wa
,-mregnames
233 LDFLAGS
+= -mcrt
=$(CRT
)
235 # additional object files required
236 M68KSTUBS
= $(OBJDIR
)/mccclass_68k.o
241 ##############################
244 # Compiler/link/strip commands
245 ifneq ($(HOST
), AmigaOS
)
246 CC
= m68k-amigaos-gcc
247 STRIP
= m68k-amigaos-strip
248 OBJDUMP
= m68k-amigaos-objdump
251 # Compiler/Linker flags
252 CPU
= -m68020-60
-msoft-float
253 CFLAGS
+= -noixemul
-DNO_INLINE_STDARG
-D__amigaos3__
255 LDLIBS
+= -ldebug
-lmui
257 # additional object files required
259 extrasrc
/AllocVecPooled.o \
260 extrasrc
/FreeVecPooled.o \
270 ##############################
273 # Compiler/link/strip commands
274 ifneq ($(HOST
), MorphOS
)
276 STRIP
= ppc-morphos-strip
277 OBJDUMP
= ppc-morphos-objdump
280 # Compiler/Linker flags
286 # additional object files required
287 COBJS
+= extrasrc
/MoveList.o \
294 ifeq ($(OS
), aros-i386
)
296 ##############################
299 ifneq ($(HOST
), AROS
)
301 STRIP
= i386-aros-strip
302 OBJDUMP
= i386-aros-objdump
305 # Compiler/Linker flags
306 OPTFLAGS
= -O2
-fomit-frame-pointer
307 CFLAGS
+= -Wno-pointer-sign
-DNO_INLINE_STDARG
308 LDLIBS
+= -larossupport
-lrom
-lmui
310 # additional object files required
311 COBJS
+= extrasrc
/MoveList.o
314 ifeq ($(OS
), aros-ppc
)
316 ##############################
319 ifneq ($(HOST
), AROS
)
321 STRIP
= ppc-aros-strip
322 OBJDUMP
= ppc-aros-objdump
325 # Compiler/Linker flags
326 OPTFLAGS
= -O2
-fomit-frame-pointer
327 CFLAGS
+= -Wno-pointer-sign
328 LDLIBS
+= -larossupport
-lrom
-lmui
330 # additional object files required
331 COBJS
+= extrasrc
/MoveList.o
334 ifeq ($(OS
), aros-x86_64
)
336 ##############################
339 ifneq ($(HOST
), AROS
)
341 STRIP
= x86_64-aros-strip
342 OBJDUMP
= x86_64-aros-objdump
345 # Compiler/Linker flags
346 OPTFLAGS
= -O2
-fomit-frame-pointer
347 CFLAGS
+= -Wno-pointer-sign
348 LDLIBS
+= -larossupport
-lrom
-lmui
350 # additional object files required
351 COBJS
+= extrasrc
/MoveList.o
362 ifeq ($(wildcard $(DEPFILE
)),$(DEPFILE
))
363 # great, we have a dependecies file, let's make our target
364 all: $(BINDIR
) $(OBJDIR
) $(M68KSTUBS
) $(TARGET
) $(TESTTARGET
)
366 # no dependecies, create it and then call make again
368 @make
--no-print-directory
all
371 # for making a release we compile ALL target with no debug
383 make OS
=aros-i386
clean
384 make OS
=aros-i386 DEBUG
=
386 make OS
=aros-ppc
clean
387 make OS
=aros-ppc DEBUG
=
389 make OS
=aros-x86_64
clean
390 make OS
=aros-x86_64 DEBUG
=
392 # make the object directories
396 @
$(MKDIR
) $(OBJDIR
)/extrasrc
398 # make the binary directories
403 # for compiling single .c files
406 @
$(CC
) $(CFLAGS
) $< -o
$@
408 $(OBJDIR
)/mccclass_68k.o
: ..
/include/mccclass_68k.c
410 @
$(CC
) $(CFLAGS
) $< -o
$@
412 # for linking the target
413 $(TARGET
): $(M68KSTUBS
) $(MCCOBJS
)
415 @
$(CC
) -nostartfiles
$(LDFLAGS
) -o
$@.debug
$(MCCOBJS
) $(M68KSTUBS
) $(LDLIBS
) -Wl
,--cref
,-M
,-Map
=$@.map
417 @
$(STRIP
) --preserve-dates
-R.comment
-R.sdata2
-S
-o
$@
$@.debug
419 # for linking the target
420 $(TESTTARGET
): $(TESTOBJS
)
422 @
$(CC
) $(LDFLAGS
) -o
$@.debug
$(TESTOBJS
) $(LDLIBS
) -Wl
,--cref
,-M
,-Map
=$@.map
424 @
$(STRIP
) --preserve-dates
-R.comment
-R.sdata2
-S
-o
$@
$@.debug
428 -$(OBJDUMP
) --section-headers
--all-headers
--reloc
--disassemble-all
$(TARGET
) > $(TARGET
).dump
432 -$(RM
) $(TARGET
) $(TARGET
).debug
$(TARGET
).map
433 -$(RM
) $(TESTTARGET
) $(TESTTARGET
).debug
$(TESTTARGET
).map
434 -$(RM
) $(MCCOBJS
) $(TESTOBJS
) $(M68KSTUBS
)
444 @echo
" IN $(TARGET)"
445 @
$(CP
) $(TARGET
) $(DESTDIR
)
449 @echo
"Cleaning targets:"
450 @echo
" clean - Cleanup working directory for clean compile"
451 @echo
" distclean - Also cleanup autogenerated files"
453 @echo
"Other generic targets:"
454 @echo
" all - Build $(TARGET)"
455 @echo
" catalogs - Build all available catalogs"
457 @echo
"Install targets:"
458 @echo
" install - Install $(TARGET) into $(DESTDIR)"
461 @echo
" make OS=os3|os4|mos|aros-i386|aros-i686|aros-ppc|aros-x86_64"
462 @echo
" make DEBUG= : build $(TARGET) without debugging information"
465 ## DEPENDENCY GENERATION ##############
469 @echo
" MK $(DEPFILE)"
470 @echo
"# AUTOGENERATED! DO NOT EDIT!!!" >$(DEPFILE
)
471 @
$(CC
) -MM
-MG
$(CFLAGS
) $(wildcard *.c
) >>$(DEPFILE
)
472 @echo
"# AUTOGENERATED! DO NOT EDIT!!!" >>$(DEPFILE
)
473 @
$(SED
) -i
's,^\(.*\)\.o:,$$\(OBJDIR\)/\1.o:,g' $(DEPFILE
)
475 # include dependencies file