[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Why are not all example apps build when doing a make install in usr-apps
From: |
Lars Sonchocky-Helldorf |
Subject: |
Why are not all example apps build when doing a make install in usr-apps/examples? |
Date: |
Sat, 25 Apr 2015 16:51:17 +0200 |
Hi,
when trying to install the examples from
GNUstep-sources/modules/usr-apps/examples/ using:
$ gmake -j 8 && sudo -E gmake GNUSTEP_INSTALLATION_DOMAIN=LOCAL install
on FreeBSD 10.1 (that doesn't matter I think) only the following subprojects
are build:
(from GNUstep-sources/modules/usr-apps/examples/gui/GNUmakefile ):
SUBPROJECTS = \
Calculator \
Classes \
CurrencyConverter \
Ink \
ExampleService \
GSTest
while the following stuff could be build:
[gnustep@freebsd10 ~]$ ls -1
/home/gnustep/GNUstep-sources/modules/usr-apps/examples/gui
Calculator
Classes
CurrencyConverter
ExampleService
ExampleTheme
Finger
GFractal
GPuzzle
GSTest
HostAddress
Ink
MyGL
Old
PowerPaint
TestDrawing
ToolbarExample
Is there a rationale behind this not to build all subprojects by default or
simply an oversight to include new subprojects into the GNUmakefile?
regards,
Lars
- Why are not all example apps build when doing a make install in usr-apps/examples?,
Lars Sonchocky-Helldorf <=