Initial revision
This commit is contained in:
parent
3bfc57ecd0
commit
4a20e17a9b
3 changed files with 47 additions and 0 deletions
21
mach/m68k2/libpc/Makefile
Normal file
21
mach/m68k2/libpc/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
MAKEFILE=../../proto/libg/Makefile
|
||||
MACHDEF="MACH=m68k2" "SUF=s"
|
||||
PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
|
||||
LIBDIR=../lib
|
||||
|
||||
install:
|
||||
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp
|
||||
|
||||
cmp:
|
||||
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all
|
||||
cmp head_pc $(LIBDIR)/head_pc
|
||||
cmp tail_pc $(LIBDIR)/tail_pc
|
||||
|
||||
clean:
|
||||
-rm -f *.old *.[ce$(SUF)] tail* head*
|
||||
|
||||
opr:
|
||||
make pr | opr
|
||||
|
||||
pr:
|
||||
@pr Makefile
|
13
mach/m68k2/libsys/Makefile
Normal file
13
mach/m68k2/libsys/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
LIBDIR=../lib
|
||||
install:
|
||||
rm -f $(LIBDIR)/tail_mon
|
||||
ln tail_mon.a $(LIBDIR)/tail_mon
|
||||
|
||||
|
||||
clean :
|
||||
|
||||
opr :
|
||||
make pr | opr
|
||||
|
||||
pr:
|
||||
@ar pv tail_mon.a
|
13
mach/m68k4/libsys/Makefile
Normal file
13
mach/m68k4/libsys/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
LIBDIR=../lib
|
||||
install:
|
||||
rm -f $(LIBDIR)/tail_mon
|
||||
ln tail_mon.a $(LIBDIR)/tail_mon
|
||||
|
||||
|
||||
clean :
|
||||
|
||||
opr :
|
||||
make pr | opr
|
||||
|
||||
pr:
|
||||
@ar pv tail_mon.a
|
Loading…
Reference in a new issue