Changeset 20301
- Timestamp:
- 06/09/07 09:45:58 (1 year ago)
- Files:
-
- juggler/branches/2.2/modules/gadgeteer/drivers/3Dconnexion/SpaceBall/Makefile.in (modified) (1 diff)
- juggler/branches/2.2/modules/gadgeteer/drivers/Intersense/IS900/Makefile.in (modified) (2 diffs)
- juggler/branches/2.2/modules/gadgeteer/drivers/configure.ac (modified) (1 diff)
- juggler/branches/2.2/modules/tweek/configure.ac (modified) (2 diffs)
- juggler/branches/2.2/modules/vapor/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/gadgeteer/drivers/3Dconnexion/SpaceBall/Makefile.in
r19729 r20301 46 46 47 47 ifneq (@PLATFORM@, FreeBSD) 48 ifneq (@PLATFORM@, DragonFly) 48 49 ifneq (@PLATFORM@, Darwin) 49 50 C_AFTERBUILD= driver-dso 50 51 51 52 SRCS= puck_device.cpp 53 endif 52 54 endif 53 55 endif juggler/branches/2.2/modules/gadgeteer/drivers/Intersense/IS900/Makefile.in
r19729 r20301 46 46 47 47 ifneq (@PLATFORM@, FreeBSD) 48 ifneq (@PLATFORM@, DragonFly) 48 49 ifneq (@PLATFORM@, Darwin) 49 50 C_AFTERBUILD= driver-dso … … 57 58 Intersense.cpp \ 58 59 IntersenseStandalone.cpp 60 endif 59 61 endif 60 62 endif juggler/branches/2.2/modules/gadgeteer/drivers/configure.ac
r20172 r20301 379 379 fi 380 380 fi 381 elif test "x$PLATFORM" = "xFreeBSD" ; then381 elif test "x$PLATFORM" = "xFreeBSD" -o "x$PLATFORM" = "xDragonFly" ; then 382 382 VRPNLIBDIR='pc_FreeBSD' 383 383 elif test "x$PLATFORM" = "xAIX" ; then juggler/branches/2.2/modules/tweek/configure.ac
r19745 r20301 217 217 esac 218 218 ;; 219 # A machine running FreeBSD. 220 freebsd*) 221 AC_DEFINE(__freebsd__, 1, [Define to 1 if building on FreeBSD.]) 219 # A machine running FreeBSD or DragonFlyBSD. 220 freebsd*|dragonfly*) 221 AC_DEFINE(__freebsd__, 1, 222 [Define to 1 if building on FreeBSD or DragonFly.]) 222 223 EXTRA_DEFS="$EXTRA_DEFS -D__freebsd__" 223 224 … … 242 243 243 244 changequote(<<, >>) 244 tweek_freebsd_ver=`echo $target_os | sed -e 's/freebsd\([1-9][0-9]*\)\..*/\1/'` 245 # This will match $target_os of the form freebsdX.Y... or dragonflyX.Y... 246 tweek_bsd_ver=`echo $target_os | sed -e 's/^.*[dy]\([1-9][0-9]*\)\..*/\1/'` 245 247 changequote([, ]) 246 AC_DEFINE_UNQUOTED(__OSVERSION__, $tweek_ freebsd_ver)247 EXTRA_DEFS="$EXTRA_DEFS -D__OSVERSION__=$tweek_ freebsd_ver"248 AC_DEFINE_UNQUOTED(__OSVERSION__, $tweek_bsd_ver) 249 EXTRA_DEFS="$EXTRA_DEFS -D__OSVERSION__=$tweek_bsd_ver" 248 250 249 251 ;; juggler/branches/2.2/modules/vapor/configure.ac
r19897 r20301 206 206 VPR_FORCE_SUBSYSTEM([POSIX]) 207 207 AC_DEFINE(VPR_OS_FreeBSD, , [Define if building on FreeBSD.]) 208 ;; 209 # A machine running DragonFlyBSD. 210 dragonfly*) 211 VPR_FORCE_SUBSYSTEM([POSIX]) 212 AC_DEFINE(VPR_OS_DragonFly, , [Define if building on DragonFly.]) 208 213 ;; 209 214 # HP PA-RISC machine running HP-UX 10.20.
