File: Makefile

package info (click to toggle)
zssh 1.5c.debian.1-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 492 kB
  • sloc: ansic: 2,048; sh: 184; makefile: 146
file content (36 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Generated automatically from Makefile.in by configure.

MAKE		=  gmake
INSTALL		=  /usr/bin/install -c
TAR		=  tar
AR		=  ar
RANLIB		=  ranlib
CC		=  gcc
CFLAGS		=  -g -O2 -Wall -DHAVE_CONFIG_H
CPPFLAGS	=  
LIBS		=  -lreadline  -ltermcap 
LDFLAGS 	=  


NAME	= libreadline.a
SRC	= readline.c
OBJ	= $(SRC:.c=.o)

all : $(NAME)


$(NAME) : $(OBJ)
	-rm $@
	$(AR) cq $@ $(OBJ)
	$(RANLIB) $@


new : clean all


clean :
	-rm *.o *~ *.a \#*\# core $(NAME) typescript nohup.out 

distclean : clean