Subversion Repositories wimsdev

Rev

Rev 8219 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8219 Rev 17887
Line 15... Line 15...
15
all: libwims.a
15
all: libwims.a
16
 
16
 
17
static: libwims.a
17
static: libwims.a
18
 
18
 
19
%.o: %.c $(H)
19
%.o: %.c $(H)
20
	$(cc) -o $@ $(cflags) $(defines) -c $<
20
	$(cc) -o $@ $(cflags) $(CPPFLAGS) $(defines) -c $<
21
 
21
 
22
libwims.a: $(O) $(SETENV_OBJS)
22
libwims.a: $(O) $(SETENV_OBJS)
23
	ar rc $@ $(O) $(SETENV_OBJS)
23
	ar rc $@ $(O) $(SETENV_OBJS)
24
	$(ranlib) $@
24
	$(ranlib) $@
25
	cp $@ $(wims_home)/lib
25
	cp $@ $(wims_home)/lib