Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] GCJ Makefiles

Would people mind me checking in a GCJ Makefile to each of the following projects?

org.eclipse.higgins.idas.api
org.eclipse.higgins.idas.common
org.eclipse.higgins.idas.spi
org.eclipse.higgins.configuration.api

When they are executed they create
- One .o file for every .jar dependency (e.g. commons-codec-1.3.o, etc)
- One .o file for the project itself (e.g. org.eclipse.higgins.configuration.api.o)
- One .h file for every class in the project (e.g. IConfigurationHandler.h, etc)

Markus


Back to the top