dslinux/user/pixil/pixilDT/flek Makefile

amadeus dslinux_amadeus at user.in-berlin.de
Tue Oct 3 13:26:49 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/pixil/pixilDT/flek
In directory antilope:/tmp/cvs-serv11916/pixilDT/flek

Added Files:
	Makefile 
Log Message:
adding pristine copy of pixil to HEAD so I can branch from it

--- NEW FILE: Makefile ---
# pixilDT/flek/Makefile

# Indicate that we want to go native

BUILD_NATIVE=y
TARGET_EXTRAS=libflek.a

CPPFILES=${shell ls $(FLEKDIR)/src/*.cxx}
OBJS = $(subst $(FLEKDIR)/src/,, $(CPPFILES:.cxx=_native.o))

INCLUDES=-I. -I../

include $(BASE_DIR)/Rules.make

libflek.a: $(OBJS)
	$(AR) rc $@ $(OBJS)
	$(RANLIB) $@

%_native.o: $(FLEKDIR)/src/%.cxx
	$(CXX) -c $(CFLAGS) $(INCLUDES) -o $@ $<




More information about the dslinux-commit mailing list