comparison mcabber/mcabber/Makefile.am @ 2091:e06054423a60

Change phony targets in makefile to remove unnecessary compilation
author Hermitifier
date Fri, 04 Apr 2014 13:54:22 +0200
parents 8da280d34b48
children c7e9950fa741
comparison
equal deleted inserted replaced
2090:16b04d64ec88 2091:e06054423a60
24 CLEANFILES = hgcset.h 24 CLEANFILES = hgcset.h
25 25
26 if HGCSET 26 if HGCSET
27 BUILT_SOURCES = hgcset.h 27 BUILT_SOURCES = hgcset.h
28 28
29 hgcset.h: 29 hgcset.h: remake_hgcset
30 $(top_srcdir)/hgcset.sh "$(top_srcdir)/mcabber" "$(top_builddir)/mcabber" 30 $(top_srcdir)/hgcset.sh "$(top_srcdir)/mcabber" "$(top_builddir)/mcabber"
31 31
32 .PHONY: hgcset.h 32 .PHONY: remake_hgcset
33 endif 33 endif
34 34
35 if INSTALL_HEADERS 35 if INSTALL_HEADERS
36 mcabber_SOURCES += modules.c modules.h api.h 36 mcabber_SOURCES += modules.c modules.h api.h
37 mcabberinclude_HEADERS = main.h roster.h events.h \ 37 mcabberinclude_HEADERS = main.h roster.h events.h \