r10902: Automated commit for Debian build of ctsim upstream-version-4.4.4
[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=man libctsupport libctsim  html cgi-bin include $(EXTRA_DIRS1) $(EXTRA_DIRS2) $(EXTRA_DIRS3) tools helical
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 #install-data-hook: 
24 #       test -d $(datadir) || mkdir -p $(datadir) && chmod 0755 $(datadir)
25 #       install -g root -o root -m 0644 docs/ctsim.htb $(datadir)
26
27
28
29
30