OmniORB idl compiler and automake

2001-05-11 Thread Pontus Lidman
Hello, I'm having trouble using automake with idl files and OmniORB. Processing an idl file generates a SK.cc file, a DynSK.cc file, and a .hh file. These should then be made into object files which go into a shared library. I'm using automake 1.4a and libtool 1.2f. Note that the file suffixes o

How to find dependencies in non-standard ways?

2001-05-11 Thread Pontus Lidman
sing the C preprocessor and a sed script, but I don't know how or where to specify it in my Makefile.am. I'm grateful for any advice or resource pointers. Regards, Pontus -- Pontus Lidman Email: [EMAIL PROTECTED] Nokia Home Communications Phone: +46 (0)13 461

Partially linked .o objects

2001-10-04 Thread Pontus Lidman
mod_DATA=audio.o INCLUDES=-I$(top_srcdir)/include CFLAGS=-D_LOOSE_KERNEL_NAMES -DMODULE -D__KERNEL__ -DLINUX SOURCES=audioInt.c audioMain.c audioOps.c audioInt.h OBJECTS=audioInt.o audioMain.o audioOps.o audio.o: $(OBJECTS) ld -r -o audio.o $(OBJECTS) Any advice is appreciated. /P