r558: *** empty log message ***
[ctsim.git] / Makefile.am
1 if INCLUDED_GETOPT_LONG
2 EXTRA_DIRS1=getopt
3 else
4 EXTRA_DIRS1=
5 endif
6
7 if HAVE_SGP
8 EXTRA_DIRS2=libctgraphics
9 else
10 EXTRA_DIRS2=
11 endif
12
13 if HAVE_WXWINDOWS
14 EXTRA_DIRS3=src
15 else
16 EXTRA_DIRS3=
17 endif
18
19 SUBDIRS=$(EXTRA_DIRS1) $(EXTRA_DIRS2) libctsupport libctsim man doc html cgi-bin include tools $(EXTRA_DIRS3) 
20
21 EXTRA_DIST=acsite.m4 make.bat msvc/ctsim.dsw msvc/ctsimtext/ctsimtext.dsp msvc/libctsim/libctsim.dsp msvc/ctsim/ctsim.dsp
22
23
24
25
26