[Github-comments] [geany-plugins] Automake (#277)

Colomban Wendling notifications at xxxxx
Mon Nov 30 14:49:56 UTC 2015


> +	%D%/geanyprj.h \
> +	%D%/menu.c \
> +	%D%/project.c \
> +	%D%/sidebar.c \
> +	%D%/utils.c \
> +	%D%/xproject.c
> +
> +%C%_geanyprj_la_CFLAGS = $(AM_CFLAGS)
> +%C%_geanyprj_la_LIBADD = $(COMMONLIBS)
> +
> +if UNITTESTS
> +TESTS += %D%/unittests
> +check_PROGRAMS += %D%/unittests
> +%C%_unittests_SOURCES = %D%/unittests.c %D%/utils.c
> +%C%_unittests_CFLAGS  = $(GEANY_CFLAGS) -DUNITTESTS
> +%C%_unittests_LDADD   = @GEANY_LIBS@ $(INTLLIBS) @CHECK_LIBS@

don't this also require a `SHORTNAME` not to get rebuilt for no reason on subdirs?

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/277/files#r46151166
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151130/5bb6171f/attachment.html>


More information about the Github-comments mailing list