blob: bfdae9fc29adea4c42a6bb61b1d39e8d162f2cb8 [file] [log] [blame]
adamdunkels7e4982c2003-03-19 16:26:18 +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.
adamdunkels0a08fda2004-07-04 18:33:07 +000012# 3. The name of the author may not be used to endorse or promote
adamdunkels7e4982c2003-03-19 16:26:18 +000013# products derived from this software without specific prior
14# written permission.
15#
16# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
17# OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
20# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
22# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
24# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
25# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27#
28# This file is part of the Contiki desktop environment
29#
oliverschmidt099f47c2005-04-24 23:24:24 +000030# $Id: Makefile.c64,v 1.17 2005/04/24 23:24:24 oliverschmidt Exp $
adamdunkels7e4982c2003-03-19 16:26:18 +000031#
32
adamdunkelsa1931f32003-04-08 19:10:12 +000033all: contiki contiki-labels.o
adamdunkels7e4982c2003-03-19 16:26:18 +000034
adamdunkelsa4040a12003-04-24 17:02:10 +000035SYS=c64
adamdunkels7e4982c2003-03-19 16:26:18 +000036
oliverschmidt9d58ba12005-04-18 22:06:44 +000037include $(CONTIKI)/Makefile.common
oliverschmidtaaaef942005-04-18 21:49:58 +000038include $(CONTIKICC65)/Makefile.cc65
adamdunkelsa1931f32003-04-08 19:10:12 +000039
oliverschmidt099f47c2005-04-24 23:24:24 +000040CFLAGS:=$(CFLAGSCC65) \
adamdunkelsb059c212003-07-30 22:48:49 +000041 -DCTK_HIRES -DWITH_UIP -DWITH_LOADER_ARCH -DWITH_ETHERNET
adamdunkels7e4982c2003-03-19 16:26:18 +000042
adamdunkelsa4dad042004-09-18 20:53:03 +000043contiki: main.o save-driveunit.o petsciiconv.o \
adamdunkels0a08fda2004-07-04 18:33:07 +000044 ctk.o ek.o ek-service.o loader-arch.o arg.o timer.o \
adamdunkels243e1f72003-08-06 23:13:06 +000045 configedit-dsc.o processes-dsc.o directory-dsc.o \
adamdunkelsddaed5e2004-08-09 20:57:21 +000046 cfs.o cfs-init.o \
adamdunkels5c8e7f32003-08-20 22:53:37 +000047 $(UIP) \
adamdunkelsddaed5e2004-08-09 20:57:21 +000048 program-handler.o \
49 ctk-draw.o
50# ctk-hires.o ctk-hires-asm.o ctk-hires-theme-default.o \
51# ctk-mouse-arch.o ctk-mouse-joy.o ctk-mouse-asm.o
adamdunkels7cde6092003-08-24 22:35:22 +000052 cl65 -C c64.cfg -Ln contiki-labels -o contiki -t $(SYS) $^
adamdunkels7e4982c2003-03-19 16:26:18 +000053
adamdunkels21960fc2004-02-24 09:52:24 +000054contiki-exo: contiki
55 exomizer -s sys -o contiki-exo contiki
adamdunkelsb3cb9c22004-09-12 13:22:52 +000056 mv contiki-exo contiki