home *** CD-ROM | disk | FTP | other *** search
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
-