summaryrefslogtreecommitdiff
path: root/emu/MacOSX/mkfile-x11
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2010-12-06 00:59:22 +0000
committerforsyth <forsyth@vitanuova.com>2010-12-06 00:59:22 +0000
commitfb671874c11f6599b277adcd6d909f4f622c7043 (patch)
treebdb8438678590ce39a858a1aaf89e3ee3b24be31 /emu/MacOSX/mkfile-x11
parent95af80e74d53ff4d1003b82d41f5e8189e7a0f8d (diff)
20101206-0059
Diffstat (limited to 'emu/MacOSX/mkfile-x11')
-rw-r--r--emu/MacOSX/mkfile-x119
1 files changed, 2 insertions, 7 deletions
diff --git a/emu/MacOSX/mkfile-x11 b/emu/MacOSX/mkfile-x11
index 25fb99c6..1f6c407c 100644
--- a/emu/MacOSX/mkfile-x11
+++ b/emu/MacOSX/mkfile-x11
@@ -1,8 +1,6 @@
SYSTARG=MacOSX
-#OBJTYPE=power
<../../mkconfig
SYSTARG=MacOSX
-#OBJTYPE=power
#Configurable parameters
@@ -46,19 +44,16 @@ SYSLIBS= \
-lpthread\
-framework CoreFoundation\
-framework IOKit\
-# -framework ApplicationServices\
default:V: $O.$CONF
+<../port/portmkfile
$O.$CONF: $OBJ $CONF.c $CONF.root.h $LIBFILES
- $CC $CFLAGS -DKERNDATE=$KERNDATE $CONF.c
+ $CC $CFLAGS '-DKERNDATE='$KERNDATE $CONF.c
$LD $LDFLAGS -o $target $OBJ $CONF.$O $LIBFILES $SYSLIBS
install:V: $O.$CONF
cp $O.$CONF $INSTALLDIR/$CONF
-<../port/portmkfile
-
-ipif.c:N: ../FreeBSD/ipif.c
devfs.c:N: ../port/devfs-posix.c