move gen scripts in build-utils
This commit is contained in:
parent
8416705a20
commit
bbe0254393
12
Makefile.am
12
Makefile.am
|
@ -63,24 +63,24 @@ defconfig.h: awesomerc
|
||||||
|
|
||||||
CLEANFILES += uicbgen.h
|
CLEANFILES += uicbgen.h
|
||||||
BUILT_SOURCES += uicbgen.h
|
BUILT_SOURCES += uicbgen.h
|
||||||
EXTRA_DIST += uicbgen.sh
|
EXTRA_DIST += build-utils/uicbgen.sh
|
||||||
uicbgen.h: $(awesome_SOURCES)
|
uicbgen.h: $(awesome_SOURCES)
|
||||||
@echo "generating uicbgen.h from headers file"
|
@echo "generating uicbgen.h from headers file"
|
||||||
@$(top_srcdir)/uicbgen.sh > $(top_srcdir)/uicbgen.h
|
$(top_srcdir)/build-utils/uicbgen.sh > $(top_srcdir)/uicbgen.h
|
||||||
|
|
||||||
CLEANFILES += layoutgen.h
|
CLEANFILES += layoutgen.h
|
||||||
BUILT_SOURCES += layoutgen.h
|
BUILT_SOURCES += layoutgen.h
|
||||||
EXTRA_DIST += layoutgen.sh
|
EXTRA_DIST += build-utils/layoutgen.sh
|
||||||
layoutgen.h: $(awesome_SOURCES)
|
layoutgen.h: $(awesome_SOURCES)
|
||||||
@echo "generating layoutgen.h from layouts headers file"
|
@echo "generating layoutgen.h from layouts headers file"
|
||||||
@$(top_srcdir)/layoutgen.sh > $(top_srcdir)/layoutgen.h
|
$(top_srcdir)/build-utils/layoutgen.sh > $(top_srcdir)/layoutgen.h
|
||||||
|
|
||||||
CLEANFILES += widgetgen.h
|
CLEANFILES += widgetgen.h
|
||||||
BUILT_SOURCES += widgetgen.h
|
BUILT_SOURCES += widgetgen.h
|
||||||
EXTRA_DIST += widgetgen.sh
|
EXTRA_DIST += build-utils/widgetgen.sh
|
||||||
widgetgen.h: widget.h
|
widgetgen.h: widget.h
|
||||||
@echo "generating widgetgen.h from widget.h"
|
@echo "generating widgetgen.h from widget.h"
|
||||||
@$(top_srcdir)/widgetgen.sh > $(top_srcdir)/widgetgen.h
|
$(top_srcdir)/build-utils/widgetgen.sh > $(top_srcdir)/widgetgen.h
|
||||||
|
|
||||||
if USING_GCC
|
if USING_GCC
|
||||||
# If you are using gcc, and want to deactivate this default set of
|
# If you are using gcc, and want to deactivate this default set of
|
||||||
|
|
Loading…
Reference in New Issue