Re: [Anjuta-list] How do I import an existing project?



AFAIK, you can't, currently. However, it is not very difficult to parse
Makefile.am s recursively to generate a structure like:
---------------------------------------------------------------
<top subdirs="src include ...">
	<subdir>
		<target name = "xxx" type = "lib/ltlib/exe/shell/...">
			<sources>a.c b.c c.c</sources>
			<extra>...some target specific rule...</extra>
		</target>
		<extra>..some subdir level (Makefile.am) rule...</extra>
	</subdir>
	<extra>..some top level (Makefile.am) rule..</extra>
</top>

Is anyone working on a Makefile.am importer/exporter ? This is something
I'm interested in and can be pretty useful. If not, I might have a go at
it.

- Biswa.

On Fri, 2001-10-26 at 22:30, Victor Bogado da Silva Lins wrote:
> 	If I have an existing project how can I import it to anjuta? 
> 
> -- 
> --
> []'s Victor Bogado da Silva Lins
> victor bogado net
> 
> 
> 
> _______________________________________________
> Anjuta-list mailing list
> Anjuta-list lists sourceforge net
> https://lists.sourceforge.net/lists/listinfo/anjuta-list






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]