org.eclipse.cdt.make.core.makefile
Interface IArchiveTarget
- All Superinterfaces:
- ITarget
public interface IArchiveTarget
- extends ITarget
IArchiveTarget
Archive files, are files maintained by the program "ar".
They contain objects, the members of the Archive.
For example:
foolib(hack.o) : hack.o
ar cr foolib hack.o
ArchiveTarget(member) -- foolib(hack.o);
Method Summary |
java.lang.String[] |
getMembers()
Returns the members the point by archive target. |
Methods inherited from interface org.eclipse.cdt.make.core.makefile.ITarget |
toString |
getMembers
java.lang.String[] getMembers()
- Returns the members the point by archive target.
- Returns:
- String