Revision 49 logic/trunk/Makefile

View differences:

Makefile
2 2
# 2011, Aleksander Besir (alex.besir@gmail.com)
3 3
#
4 4

  
5
CC=gcc
6
CFLAGS=-Wall -I. -pthread -lmxml
5
CC=arm-linux-gcc
6
CFLAGS=-Wall -I. -pthread --sysroot=/home/arm/buildroot-2009.11-fri/output/staging
7 7
BIN=bin
8 8
SRC=src
9 9

  
10
OBJ=$(SRC)/hci_comm/hci_comm_listener.o $(SRC)/startup/main.o $(SRC)/init/devicelist.o $(SRC)/init/scenariolist.o $(SRC)/logics/conditions.o $(SRC)/logics/device_threads.o $(SRC)/logics/operators.o $(SRC)/logics/scenario_threads.o
11
OBJC=$(SRC)/hci_comm/hci_comm_listener.h $(SRC)/hci_comm/hci_comm.h $(SRC)/init/devicelist.h $(SRC)/init/devicelist.c $(SRC)/init/scenariolist.c $(SRC)/init/scenariolist.h $(SRC)/logics/conditions.h $(SRC)/logics/conditions.c $(SRC)/logics/device_threads.h $(SRC)/logics/device_threads.c $(SRC)/logics/operators.h $(SRC)/logics/operators.c $(SRC)/logics/scenario_threads.h $(SRC)/logics/scenario_threads.c
12
OBJC=$(SRC)/buf.h $(SRC)/buf_nf.c $(SRC)/buf_sim.h $(SRC)/buf_sim.c
10
OBJ=$(SRC)/hci_comm/hci_comm_listener.o $(SRC)/startup/main.o $(SRC)/init/devicelist.o $(SRC)/init/scenariolist.o $(SRC)/logics/conditions.o $(SRC)/logics/device_threads.o $(SRC)/logics/operators.o $(SRC)/logics/scenario_threads.o $(SRC)/mxml/mxml-attr.o $(SRC)/mxml/mxml-entity.o $(SRC)/mxml/mxml-file.o $(SRC)/mxml/mxml-index.o $(SRC)/mxml/mxml-node.o $(SRC)/mxml/mxml-private.o $(SRC)/mxml/mxml-search.o $(SRC)/mxml/mxml-set.o $(SRC)/mxml/mxml-string.o
11
OBJC=$(SRC)/hci_comm/hci_comm_listener.h $(SRC)/hci_comm/hci_comm.h $(SRC)/init/devicelist.h $(SRC)/init/devicelist.c $(SRC)/init/scenariolist.c $(SRC)/init/scenariolist.h $(SRC)/logics/conditions.h $(SRC)/logics/conditions.c $(SRC)/logics/device_threads.h $(SRC)/logics/device_threads.c $(SRC)/logics/operators.h $(SRC)/logics/operators.c $(SRC)/logics/scenario_threads.h $(SRC)/logics/scenario_threads.c $(SRC)/mxml/config.h $(SRC)/mxml/mxml.h $(SRC)/mxml/mxml-private.h $(SRC)/mxml/mxml-attr.c $(SRC)/mxml/mxml-entity.c $(SRC)/mxml/mxml-file.c $(SRC)/mxml/mxml-index.c $(SRC)/mxml/mxml-node.c $(SRC)/mxml/mxml-private.c $(SRC)/mxml/mxml-search.c $(SRC)/mxml/mxml-set.c $(SRC)/mxml/mxml-string.c
13 12

  
14 13
all: $(BIN)/startup
15 14

  

Also available in: Unified diff