blob: 95179feefc19a55843dc60ba83f544b216c5da79 [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#
oliverschmidt63e299e2005-05-06 22:38:17 +000033# $Id: Makefile.apple2,v 1.15 2005/05/06 22:38:17 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
oliverschmidt19032c62004-06-14 22:30:32 +000048ifeq ($(SYS),apple2enh)
49CTK=ctk.o ctk-mousetext.o
50else
oliverschmidt3cf3d302004-06-08 20:28:33 +000051CTK=ctk.o ctk-conio.o
oliverschmidt19032c62004-06-14 22:30:32 +000052endif
oliverschmidt3cf3d302004-06-08 20:28:33 +000053
oliverschmidt76872e82004-12-26 14:13:34 +000054contiki:crt0.o main.o ek.o ek-service.o timer.o program-handler.o arg.o \
oliverschmidt147e6072005-04-12 21:48:15 +000055 $(CTK) $(UIP) loader-arch.o bank.o kfs.o import.o \
oliverschmidt63e299e2005-05-06 22:38:17 +000056 www-dsc.o \
oliverschmidt7ca33552005-05-05 00:14:16 +000057 email-dsc.o \
oliverschmidt18f390a2005-04-19 23:00:00 +000058 ftp-dsc.o \
oliverschmidt63e299e2005-05-06 22:38:17 +000059 directory-dsc.o
oliverschmidt76872e82004-12-26 14:13:34 +000060 $(LD) -C apple2.cfg -Ln contiki-labels -m contiki.map $^ $(SYS).lib