aboutsummaryrefslogtreecommitdiff
path: root/src/mkone
diff options
context:
space:
mode:
Diffstat (limited to 'src/mkone')
-rw-r--r--src/mkone35
1 files changed, 4 insertions, 31 deletions
diff --git a/src/mkone b/src/mkone
index 316bca93..8885b1eb 100644
--- a/src/mkone
+++ b/src/mkone
@@ -2,43 +2,16 @@ PROG=$O.$TARG
all:V: $PROG
-$O.$TARG: $OFILES $LIB
+$PROG: $OFILES $LIB
$LD -o $target $prereq $LDFLAGS
-%.$O: $HFILES # don't combine with following %.$O rules
-
-%.$O: %.c
- $CC $CFLAGS $stem.c
-
-%.$O: %.s
- $AS $AFLAGS $stem.s
-
-y.tab.h y.tab.c: $YFILES
- $YACC $YFLAGS $prereq
-
+install:V: $TARG.install
%.install:V: $BIN/%
$BIN/%: $O.%
$INSTALL $O.$stem $BIN/$stem
-%.installall:V:
- for (objtype in $CPUS)
- mk $stem.install
-
-install:V: $TARG.install
-
-installall:V:
- for(objtype in $CPUS)
- mk $MKFLAGS install
-
-nuke:V:
- rm -f *.[$OS] y.tab.? y.debug y.output [$OS].* *.acid $TARG $NUKEFILES
-
-clean:V:
- rm -f *.[$OS] y.tab.? y.debug y.output [$OS].* $TARG $CLEANFILES
+NUKEFILES=$NUKEFILES $BIN/$TARG
-%.clean:V:
- rm -f $stem.[$OS] [$OS].$stem $stem.acid $stem
+<$PLAN9/src/mkcommon
-%.acid: %.$O $HFILES
- $CC $CFLAGS -a $stem.c >$target