blob: 799f3e05d26cc3262826fceaf7d8b4b42871aad9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#define IHaveSubdirs
/* just documents here */
#define NoAllTargetForSubdirs
#define NoRunTestsTargetForSubdirs
#define NoInstallTargetForSubdirs
#define NoTagTargetForSubdirs
SUBDIRS = add_to_compiler \
users_guide \
install_guide \
release_notes \
state_interface
XCOMM developers_guide ?
XCOMM interfaces ?
XCOMM pragmas ?
XCOMM grasp_overview ?
XCOMM style_guide ?
|