Revert "Remove dead 'uses_root' flag from WScreen"
[notion.git] / Makefile
blob4410fe1cf8b2e31d3970aed97c73f4e84269030e
1 ##
2 ## Notion Makefile
3 ##
5 # System-specific configuration is in system.mk
6 include build/system-inc.mk
8 # List of modules
9 include modulelist.mk
11 ######################################
13 INSTALL_SUBDIRS=\
14 $(MODULE_LIST) \
15 ioncore notion pwm etc utils man po
17 SUBDIRS = $(LIBS_SUBDIRS) $(INSTALL_SUBDIRS)
19 DOCS = README LICENSE ChangeLog RELNOTES
21 TO_REALCLEAN = build/ac/system-ac.mk
23 POTFILE=po/ion.pot
25 ######################################
27 include build/rules.mk
29 ######################################
31 _install:
32 $(INSTALLDIR) $(DESTDIR)$(DOCDIR)
33 for i in $(DOCS); do \
34 $(INSTALL) -m $(DATA_MODE) $$i $(DESTDIR)$(DOCDIR); \
35 done
37 relocatable_build:
38 $(MAKE) RELOCATABLE=1 PREFIX=