blob: f246225bd4272159a6d0f627d1e9fdd422007485 [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#
oliverschmidt027febe2006-05-17 15:55:29 +000033# $Id: Makefile.apple2,v 1.19 2006/05/17 15:55:29 oliverschmidt Exp $
oliverschmidt3cf3d302004-06-08 20:28:33 +000034#
35
36all: contiki
37
38SYS=apple2enh
39
oliverschmidt8bbf56d2005-04-18 22:05:31 +000040include $(CONTIKI)/Makefile.common
oliverschmidte04e3862005-04-18 21:49:36 +000041include $(CONTIKICC65)/Makefile.cc65
oliverschmidt3cf3d302004-06-08 20:28:33 +000042
oliverschmidt76872e82004-12-26 14:13:34 +000043AFLAGS:=-t $(SYS) -I lib -I $(CC65_INC)/../asminc
oliverschmidt3cf3d302004-06-08 20:28:33 +000044
oliverschmidta34b1312005-04-24 23:23:29 +000045CFLAGS:=$(CFLAGSCC65) --code-name CONTIKI \
oliverschmidt76872e82004-12-26 14:13:34 +000046 -DWITH_ASCII -DWITH_UIP -DWITH_LOADER_ARCH -DWITH_ETHERNET
oliverschmidt3cf3d302004-06-08 20:28:33 +000047
oliverschmidt027febe2006-05-17 15:55:29 +000048ifeq ($(SYS),apple2)
49
oliverschmidt3cf3d302004-06-08 20:28:33 +000050CTK=ctk.o ctk-conio.o
oliverschmidt027febe2006-05-17 15:55:29 +000051
52else # apple2
53
54CTK=ctk.o ctk-mousetext.o ctk-mouse.o
55
56uip.s uip_arch.s uiplib.s tcpip.s: %.s: %.c
57 $(CC) $(CFLAGS) $(OPT) -DUIP_CODE -o $(notdir $@) $<
58
59endif # apple2
oliverschmidt3cf3d302004-06-08 20:28:33 +000060
oliverschmidt76872e82004-12-26 14:13:34 +000061contiki:crt0.o main.o ek.o ek-service.o timer.o program-handler.o arg.o \
oliverschmidt027febe2006-05-17 15:55:29 +000062 loader-arch.o clock-arch.o bank.o kfs.o import.o $(CTK) $(UIP) \
oliverschmidt63e299e2005-05-06 22:38:17 +000063 www-dsc.o \
oliverschmidt7ca33552005-05-05 00:14:16 +000064 email-dsc.o \
oliverschmidt18f390a2005-04-19 23:00:00 +000065 ftp-dsc.o \
oliverschmidt63e299e2005-05-06 22:38:17 +000066 directory-dsc.o
oliverschmidtf3fb0c92006-04-09 16:32:44 +000067 $(LD) -C $(SYS).cfg -Ln contiki-labels -m contiki.map $^ $(SYS).lib