blob: 293f4d2c6b6f3eba76a7ac79f6e920c7118e5e3f [file] [log] [blame]
oliverschmidt3cf3d302004-06-08 20:28:33 +00001# Copyright (c) 2002, Adam Dunkels.
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions
6# are met:
7# 1. Redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer.
9# 2. Redistributions in binary form must reproduce the above copyright
10# notice, this list of conditions and the following disclaimer in the
11# documentation and/or other materials provided with the distribution.
12# 3. All advertising materials mentioning features or use of this software
13# must display the following acknowledgement:
14# This product includes software developed by Adam Dunkels.
15# 4. The name of the author may not be used to endorse or promote
16# products derived from this software without specific prior
17# written permission.
18#
19# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
20# OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
23# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
25# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
27# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
28# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30#
31# This file is part of the Contiki desktop environment
32#
oliverschmidtd7616e82006-05-30 20:50:26 +000033# $Id: Makefile.apple2,v 1.20 2006/05/30 20:51:01 oliverschmidt Exp $
oliverschmidt3cf3d302004-06-08 20:28:33 +000034#
35
36all: contiki
37
oliverschmidt8bbf56d2005-04-18 22:05:31 +000038include $(CONTIKI)/Makefile.common
oliverschmidte04e3862005-04-18 21:49:36 +000039include $(CONTIKICC65)/Makefile.cc65
oliverschmidt3cf3d302004-06-08 20:28:33 +000040
oliverschmidt76872e82004-12-26 14:13:34 +000041AFLAGS:=-t $(SYS) -I lib -I $(CC65_INC)/../asminc
oliverschmidt3cf3d302004-06-08 20:28:33 +000042
oliverschmidta34b1312005-04-24 23:23:29 +000043CFLAGS:=$(CFLAGSCC65) --code-name CONTIKI \
oliverschmidt76872e82004-12-26 14:13:34 +000044 -DWITH_ASCII -DWITH_UIP -DWITH_LOADER_ARCH -DWITH_ETHERNET
oliverschmidt3cf3d302004-06-08 20:28:33 +000045
oliverschmidt027febe2006-05-17 15:55:29 +000046ifeq ($(SYS),apple2)
47
oliverschmidt3cf3d302004-06-08 20:28:33 +000048CTK=ctk.o ctk-conio.o
oliverschmidt027febe2006-05-17 15:55:29 +000049
50else # apple2
51
52CTK=ctk.o ctk-mousetext.o ctk-mouse.o
53
54uip.s uip_arch.s uiplib.s tcpip.s: %.s: %.c
55 $(CC) $(CFLAGS) $(OPT) -DUIP_CODE -o $(notdir $@) $<
56
57endif # apple2
oliverschmidt3cf3d302004-06-08 20:28:33 +000058
oliverschmidt76872e82004-12-26 14:13:34 +000059contiki:crt0.o main.o ek.o ek-service.o timer.o program-handler.o arg.o \
oliverschmidt027febe2006-05-17 15:55:29 +000060 loader-arch.o clock-arch.o bank.o kfs.o import.o $(CTK) $(UIP) \
oliverschmidt63e299e2005-05-06 22:38:17 +000061 www-dsc.o \
oliverschmidt7ca33552005-05-05 00:14:16 +000062 email-dsc.o \
oliverschmidt18f390a2005-04-19 23:00:00 +000063 ftp-dsc.o \
oliverschmidt63e299e2005-05-06 22:38:17 +000064 directory-dsc.o
oliverschmidtf3fb0c92006-04-09 16:32:44 +000065 $(LD) -C $(SYS).cfg -Ln contiki-labels -m contiki.map $^ $(SYS).lib