File: Makefile

package info (click to toggle)
mswordview 0.5.14-bw6-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 7,000 kB
  • ctags: 1,814
  • sloc: ansic: 18,008; perl: 796; makefile: 195; sh: 133; awk: 86; csh: 28
file content (29 lines) | stat: -rw-r--r-- 452 bytes parent folder | download
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
# Generated automatically from Makefile.in by configure.
CC = gcc

LEX = flex

SHELL=/bin/sh



CFLAGS = -O2   -I/usr/X11R6/include -DHAVE_CONFIG_H -I. -I..

SHELL = /bin/sh

.SUFFIXES: .C .o

MYOBJECTS =  rc4.o md5.o

all: rc4.o md5.o

%.o: %.c 
	$(CC) $(CFLAGS) -c $*.c 

clean:	
	rm -rf $(MYOBJECTS) core 

realclean:  
	rm -rf config.cache config.status config.log Makefile *.o core demo

#  DO  NOT  DELETE THIS LINE -- make depend depends on it.