Subversion Repositories wimsdev

Rev

Rev 8166 | Rev 8195 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8166 Rev 8173
Line 10... Line 10...
10
rpath=@RPATH@
10
rpath=@RPATH@
11
STRIP=@STRIP@
11
STRIP=@STRIP@
12
lopt=-L$(wims_home)/lib -lwims -lm $(rpath)
12
lopt=-L$(wims_home)/lib -lwims -lm $(rpath)
13
 
13
 
14
symobjects=compile.o match.o suffix.o translate.o symtext.o
14
symobjects=compile.o match.o suffix.o translate.o symtext.o
15
 
-
 
16
%.o: %.c *.h
-
 
17
	$(cc) -o $@ $(cflags) $(defines) $(lopt) -c $<
-
 
18
 
15
 
19
all:: symtext
16
all:: symtext
-
 
17
 
-
 
18
%.o: %.c *.h
-
 
19
	$(cc) -o $@ $(cflags) $(defines) -c $<
20
 
20
 
21
clean::
21
clean::
22
	rm -f *.o symtext
22
	rm -f *.o symtext
23
 
23
 
24
distclean:
24
distclean: