mod_xrandr improvements
[notion.git] / Makefile
blob0806e10181f7455ead829ff901a96a79d54c64c4
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 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/notion.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=
40 .PHONY: test
42 test:
43 $(MAKE) -C test