home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Serving the Web
/
ServingTheWeb1995.disc1of1.iso
/
linux
/
slacksrce
/
d
/
libc
/
libc-4.6
/
libc-4
/
libc-linux
/
cvt
/
Makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1994-01-14
|
242 b
|
20 lines
#
# Makefile for cvt functions
#
TOPDIR=..
include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules
INC_CFLAGS= -I$(TOPDIR)/misc
DIRS:=
SRCS = cvt.c gcvt.c
ASMS= $(SRCS:.c=.s)
OBJS= $(SRCS:.c=.o)
ALIASES=
include $(TOPDIR)/Maketargets