better cleaning
[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 CLEANFILES=docs/html/\* config.log config.status configure.in config.h
24 clean-local:
25         rm -rf docs/html
26
27 #install-data-hook: 
28 #       test -d $(datadir) || mkdir -p $(datadir) && chmod 0755 $(datadir)
29 #       install -g root -o root -m 0644 docs/ctsim.htb $(datadir)
30
31
32
33
34