repo.or.cz
/
davej-history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2.2.0-final
[davej-history.git]
/
arch
/
i386
/
lib
/
Makefile
blob
c2cb3e5a6b9d97dc96d1d0f71a49440c771c3262
1
#
2
# Makefile for i386-specific library files..
3
#
4
5
.S.o
:
6
$(
CC
) -
D__ASSEMBLY__
$(
AFLAGS
) -
traditional
-
c
$< -
o
$*
.o
7
8
L_TARGET
=
lib.a
9
L_OBJS
=
checksum.o old-checksum.o semaphore.o delay.o \
10
usercopy.o getuser.o putuser.o
11
12
include
$(
TOPDIR
)/
Rules.make