~ubuntu-branches/debian/squeeze/nas/squeeze

« back to all changes in this revision

Viewing changes to server/Imakefile

  • Committer: Bazaar Package Importer
  • Author(s): Steve McIntyre
  • Date: 2004-06-23 01:15:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040623011502-30uqd1dyu47iv2dp
Tags: 1.6d-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
#endif
100
100
 
101
101
 
102
 
#if defined(i386SVR4Architecture) || defined(__FreeBSD__) || defined(FreeBSDArchitecture) || defined(LinuxArchitecture) || defined(i386BsdArchitecture) || defined(USLArchitecture)
 
102
#if defined(i386SVR4Architecture) || defined(__FreeBSD__) || defined(FreeBSDArchitecture) || defined(LinuxArchitecture) || defined(i386BsdArchitecture) || defined(USLArchitecture) || defined(cygwinArchitecture)
103
103
# define CanBuildAuServer       YES
104
104
 
105
105
# if defined(LinuxArchitecture)
110
110
    RCMANSUFFIX = 5x
111
111
# endif
112
112
 
 
113
# if defined(cygwinArchitecture)
 
114
ALL1 = nasd.exe
 
115
# else
113
116
ALL1 = nasd
114
 
#define BuildVoxServer
 
117
# endif
 
118
 
 
119
# define BuildVoxServer
115
120
#endif
116
121
 
117
122
ALL = $(ALL1)