comparison console/libgnt/Makefile.am @ 15159:68385f5bbd61

[gaim-migrate @ 17944] Generate the marshal-things during make when necessary. Allow specifying the hash-functions for a GntTree. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 10 Dec 2006 09:26:44 +0000
parents be2feab10c71
children 7ad1e078ab55
comparison
equal deleted inserted replaced
15158:67ccc195074b 15159:68385f5bbd61
50 gntutils.h \ 50 gntutils.h \
51 gntwindow.h \ 51 gntwindow.h \
52 gntwm.h \ 52 gntwm.h \
53 gnt.h 53 gnt.h
54 54
55 CLEANFILES = \
56 gntmarshal.h \
57 gntmarshal.c
58
59 gntmarshal.c: genmarshal
60 cat genmarshal | glib-genmarshal --prefix=gnt_closure_marshal --body > $@
61
62 gntmarshal.h: genmarshal
63 cat genmarshal | glib-genmarshal --prefix=gnt_closure_marshal --header > $@
64
55 libgnt_laincludedir=$(includedir)/gnt 65 libgnt_laincludedir=$(includedir)/gnt
56 libgnt_lainclude_HEADERS = \ 66 libgnt_lainclude_HEADERS = \
57 $(libgnt_la_headers) 67 $(libgnt_la_headers)
58 68
59 libgnt_la_DEPENDENCIES = 69 libgnt_la_DEPENDENCIES =