1PACKAGE_NAME = gworkspace
2include $(GNUSTEP_MAKEFILES)/common.make
3
4SUBPROJECTS = \
5        fswatcher \
6        searchtool \
7        lsfupdater \
8        ddbd \
9        wopen
10
11-include GNUmakefile.preamble
12
13-include GNUmakefile.local
14
15include $(GNUSTEP_MAKEFILES)/aggregate.make
16
17-include GNUmakefile.postamble
18
19