commit latest changes

This commit is contained in:
Godzil
2011-05-10 11:56:02 +02:00
committed by Manoel Trapier
parent bd9d3e1df3
commit 57dc545fad
6 changed files with 2381 additions and 2113 deletions

View File

@@ -6,10 +6,10 @@ PREFIX = /usr/local
LIBDIR = $(PREFIX)/lib
INCDIR = $(PREFIX)/include
CC = gcc
LD = gcc
CC = $(CROSS_COMPILE)gcc
LD = $(CROSS_COMPILE)gcc
INSTALL = install
STRIP = strip
STRIP = $(CROSS_COMPILE)strip
PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
ETCDIR = /etc/$(TARGET)