1 # Copyright (c) 1999 Greg Haerr <greg@censoft.com>
2 # This file is part of the Linux-8086 Development environment and is
3 # distributed under the GNU General Public License.
14 $(CC
) $(LDFLAGS
) $(OBJS
) -o
$@
18 install -m
755 ar86
$(LIBDIR
)
20 clean realclean clobber:
21 rm -f
*.o ar86
ar ar.h rel_aout.h
23 $(OBJS
): ar.h rel_aout.h
27 { rm -f
ar.h
; ln
-s ..
/libc
/include/ar.h .
; } || \
28 ln ..
/libc
/include/ar.h .
31 test -f rel_aout.h || \
32 { rm -f rel_aout.h
; ln
-s ..
/ld/rel_aout.h .
; } || \
36 $(CC
) $(CFLAGS
) $(DEFS
) -c
$< -o
$@