Remove UXPDS support
[oweals/cde.git] / cde / admin / IntegTools / post_install / freebsd / Imakefile
1 XCOMM $TOG: Imakefile /main/1 1998/03/11 16:08:16 mgreess $
2 TOOL_DIR = ../../dbTools
3 DATABASE_DIR = ../../../../databases
4
5 #ifdef HPArchitecture
6 PLATFORM = hp-ux
7 #endif
8 #ifdef LinuxArchitecture
9 PLATFORM = linux
10 #endif
11 #ifdef FreeBSDArchitecture
12 PLATFORM = freebsd
13 #endif
14 #ifdef RsArchitecture
15 PLATFORM = aix
16 #endif
17 #ifdef SunArchitecture
18 PLATFORM = sun
19 .NO_PARALLEL:
20 #endif
21 #ifdef USLArchitecture
22 PLATFORM = usl
23 #endif
24
25 UDBTOANY = $(KORNSHELL) $(TOOL_DIR)/udbToAny.ksh
26 BUILD_UDB_LIST = $(SHELL) ../build_udb_list
27
28
29 all::
30
31 DoUDB_SCRIPT4(configMin,CDE-MIN,$(UDBTOANY),$(BUILD_UDB_LIST))
32 DoUDB_SCRIPT4(configTT,CDE-TT,$(UDBTOANY),$(BUILD_UDB_LIST))
33 DoUDB_SCRIPT4(configRun,CDE-RUN,$(UDBTOANY),$(BUILD_UDB_LIST))
34 DoUDB_SCRIPT4(configShlibs,CDE-SHLIBS,$(UDBTOANY),$(BUILD_UDB_LIST))
35
36
37 LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
38                     -DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
39                     -DCDE_LOGFILES_TOP=$(CDE_LOGFILES_TOP)
40
41 AllTarget(configShlibs configTT configRun configMin)
42
43 CppScriptTarget(configShlibs,configShlibs.src,$(LOCAL_CPP_DEFINES),)
44 CppScriptTarget(configTT,configTT.src,$(LOCAL_CPP_DEFINES),)
45 CppScriptTarget(configRun,configRun.src,$(LOCAL_CPP_DEFINES),)
46 CppScriptTarget(configMin,configMin.src,$(LOCAL_CPP_DEFINES),)
47
48 clean::
49         $(RM) *.lst *.list