(Just a quick note)
Makefile.am is an automake file. From briefly glancing at it, it appears
to reference git.mk in the root of the gtk+ repo.

So perhaps the example applications aren't meant to be built separately,
and there's some way to build them all together.

Also, usually Makefile.am files are accompanied by configure.ac files
and autogen.sh files (in which case you'd run ./autogen.sh; ./configure;
make; make install)

On 12/18/2013 11:29 AM, Ian Davidson wrote:
> I am trying to learn GTK and I have copied all the files from
> https://git.gnome.org/browse/gtk+/tree/examples/application1
> to my local drive.  I believe that this is the all the sources etc for
> the 'Trivial Application' described at
> https://developer.gnome.org/gtk3/stable/ch01s05.html
> 
> What I don't see is any instructions as to how to compile the
> application.  Seeing a Makefile.am, I thought that I could try 'make' -
> but I could not find erros that there was no makefile found.
> 
> Advice would be very welcome.
> 
> -- 
> -- 
> Ian
> 
> 
> _______________________________________________
> gnome-list mailing list
> [email protected]
> https://mail.gnome.org/mailman/listinfo/gnome-list
> 
_______________________________________________
gnome-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gnome-list

Reply via email to