search for: fusion_sdk

Displaying 1 result from an estimated 1 matches for "fusion_sdk".

2007 Jul 10
1
cleanup and Makevars
...s. First i386 and then ppc. In between the two compilation runs, any object files in pkgname/src is removed. This cleanup is necessary since otherwise Make would not recompile the object files under the next architecture. I have a package which includes a large SDK which I have put in src/fusion_sdk (and subdirectories). I take care of that by using a Makevars file with essentially (the whole Makevars file is reproduced below) PKG_SOURCES = \ fusion_sdk/calvin_files/data/src/CDFData.cpp OBJS=$(PKG_SOURCES:.cpp=.o) all: $(SHLIB) However, this setup does not remove the object file...