Makefile:

- back out v1.3 changes except for the requirement to use
	  the GNO vice BSD man page.
This commit is contained in:
gdr-ftp 1998-02-17 02:44:05 +00:00
parent 29f6c45c73
commit 5cf814279c

View File

@ -1,15 +1,9 @@
# $Id: Makefile,v 1.3 1998/02/15 00:31:00 gdr-ftp Exp $
# $Id: Makefile,v 1.4 1998/02/17 02:44:05 gdr-ftp Exp $
PROG= ftp
MAIN= main
SRCS= main.c cmdtab.c domacro.c ruserpass.c ftp.c glob.c cmds.c ftp_var.c
# We explicitly set the object files here so that we can avoid a
# non-ProDOS name on the /obj partition. Consequently, we also have
# to give an explicit rule for making the ftp.var.o file.
FAKESRCS = $(SRCS:s,_,.,g)
OBJS = $(OBJ_DIR){$(FAKESRCS:b)}.o
HAS_BSD_MANPAGE = true # use ftp.1G rather than ftp.1
STACK= 2048
@ -18,9 +12,6 @@ DEBUG= 25
.INCLUDE: /src/gno/prog.mk
$(OBJ_DIR)ftp.var.o: ftp_var.c
$(CC) -o $@ $(CFLAGS) -c $<
#%.o : %.c
# $(CC) -o $@ $(CFLAGS) $(__OFLAG) -c $<
# @gsh -c ${mktmp cd $(OBJ_DIR); nameobj -p $@}